Closed awx-fuyuanchu closed 1 month ago
related to https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/1894
ill try to create a fresh PR for this + test
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
TL;DR
The version we are using is beta-private-cluster v31.0.0
Recently, we created several GKE clusters with monitoring_enable_managed_prometheus set to
false
.However, the managed prometheus was enabled ignoring the flag
monitoring_enable_managed_prometheus
This is the monitoring_config from the terraform state
Expected behavior
The managed prometheus shouldn't be enabled when we set
monitoring_enable_managed_prometheus
tofalse
Observed behavior
The managed prometheus is enabled when creating new clusters with
monitoring_enable_managed_prometheus
tofalse
Terraform Configuration
Terraform Version
Additional information
No response