We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c006d commit 5283cebCopy full SHA for 5283ceb
docs/r/container_node_pool.html.markdown
@@ -121,6 +121,10 @@ resource "google_container_cluster" "primary" {
121
* `project` - (Optional) The ID of the project in which to create the node pool. If blank,
122
the provider-configured project will be used.
123
124
+* `version` - (Optional) The Kubernetes version for the nodes in this pool. Note that if this field
125
+ and `auto_upgrade` are both specified, they will fight each other for what the node version should
126
+ be, so setting both is highly discouraged.
127
+
128
The `autoscaling` block supports:
129
130
* `min_node_count` - (Required) Minimum number of nodes in the NodePool. Must be >=1 and
0 commit comments