We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533af84 commit b873b76Copy full SHA for b873b76
.changelog/3252.txt
@@ -0,0 +1,6 @@
1
+```release-note:enhancement
2
+container: added `node_pool.upgrade_settings` (TPG only)
3
+```
4
5
+container: updated `node_pool.upgrade_settings` to read defaults from API (TPGB only)
6
google-beta/resource_container_node_pool.go
@@ -113,6 +113,7 @@ var schemaNodePool = map[string]*schema.Schema{
113
"upgrade_settings": {
114
Type: schema.TypeList,
115
Optional: true,
116
+ Computed: true,
117
MaxItems: 1,
118
Elem: &schema.Resource{
119
Schema: map[string]*schema.Schema{
0 commit comments