Skip to content

Commit b873b76

Browse files
upgrade_settings is now ga, and O+C (#3252) (#1859)
* upgrade_settings is now ga, and O+C * update tests Signed-off-by: Modular Magician <[email protected]>
1 parent 533af84 commit b873b76

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changelog/3252.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
```release-note:enhancement
2+
container: added `node_pool.upgrade_settings` (TPG only)
3+
```
4+
```release-note:enhancement
5+
container: updated `node_pool.upgrade_settings` to read defaults from API (TPGB only)
6+
```

google-beta/resource_container_node_pool.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ var schemaNodePool = map[string]*schema.Schema{
113113
"upgrade_settings": {
114114
Type: schema.TypeList,
115115
Optional: true,
116+
Computed: true,
116117
MaxItems: 1,
117118
Elem: &schema.Resource{
118119
Schema: map[string]*schema.Schema{

0 commit comments

Comments
 (0)