You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/container_cluster.html.markdown
+3-3
Original file line number
Diff line number
Diff line change
@@ -268,7 +268,7 @@ region are guaranteed to support the same version.
268
268
to say "these are the _only_ node pools associated with this cluster", use the
269
269
[google_container_node_pool](container_node_pool.html) resource instead of this property.
270
270
271
-
*`node_pool_auto_config` - (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) Node pool configs that apply to auto-provisioned node pools in
271
+
*`node_pool_auto_config` - (Optional) Node pool configs that apply to auto-provisioned node pools in
272
272
[autopilot](https://cloud.google.com/kubernetes-engine/docs/concepts/autopilot-overview#comparison) clusters and
273
273
[node auto-provisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)-enabled clusters. Structure is [documented below](#nested_node_pool_auto_config).
*`network_tags` (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) - The network tag config for the cluster's automatically provisioned node pools.
1030
+
*`network_tags` (Optional) - The network tag config for the cluster's automatically provisioned node pools.
1031
1031
1032
1032
The `network_tags` block supports:
1033
1033
1034
-
*`tags` (Optional, [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html)) - List of network tags applied to auto-provisioned node pools.
1034
+
*`tags` (Optional) - List of network tags applied to auto-provisioned node pools.
0 commit comments