diff --git a/.changelog/10302.txt b/.changelog/10302.txt new file mode 100644 index 00000000000..42b910df155 --- /dev/null +++ b/.changelog/10302.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index 983dd05befe..54837be2921 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -519,7 +519,7 @@ in addition to node auto-provisioning. Structure is [documented below](#nested_r GKE Autopilot clusters. Structure is [documented below](#nested_auto_provisioning_defaults). -* `autoscaling_profile` - (Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html)) Configuration +* `autoscaling_profile` - (Optional) Configuration options for the [Autoscaling profile](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-autoscaler#autoscaling_profiles) feature, which lets you choose whether the cluster autoscaler should optimize for resource utilization or resource availability when deciding to remove nodes from a cluster. Can be `BALANCED` or `OPTIMIZE_UTILIZATION`. Defaults to `BALANCED`.