diff --git a/.changelog/5292.txt b/.changelog/5292.txt new file mode 100644 index 00000000000..227aaad7efc --- /dev/null +++ b/.changelog/5292.txt @@ -0,0 +1,3 @@ +```release-note:enhancement +container_cluster: Updated `monitoring_config` to accept `WORKLOAD` +``` diff --git a/website/docs/r/container_cluster.html.markdown b/website/docs/r/container_cluster.html.markdown index 13804819a96..d5e80e4633e 100644 --- a/website/docs/r/container_cluster.html.markdown +++ b/website/docs/r/container_cluster.html.markdown @@ -470,8 +470,7 @@ The `logging_config` block supports: The `monitoring_config` block supports: -* `enable_components` - (Required) The GKE components exposing logs. Only `SYSTEM_COMPONENTS` -is supported. +* `enable_components` - (Required) The GKE components exposing logs. `SYSTEM_COMPONENTS` and in beta provider, both `SYSTEM_COMPONENTS` and `WORKLOADS` are supported. The `maintenance_policy` block supports: * `daily_maintenance_window` - (Optional) structure documented below.