diff --git a/mmv1/third_party/terraform/services/container/resource_container_cluster.go.tmpl b/mmv1/third_party/terraform/services/container/resource_container_cluster.go.tmpl index 31efb071d969..7c7b4ffe4d0a 100644 --- a/mmv1/third_party/terraform/services/container/resource_container_cluster.go.tmpl +++ b/mmv1/third_party/terraform/services/container/resource_container_cluster.go.tmpl @@ -1273,6 +1273,7 @@ func ResourceContainerCluster() *schema.Resource { Required: true, Description: `Whether or not the managed collection is enabled.`, }, + {{- if ne $.TargetVersionName "ga" }} "auto_monitoring_config": { Type: schema.TypeSet, Optional: true, @@ -1289,6 +1290,7 @@ func ResourceContainerCluster() *schema.Resource { }, }, }, + {{- end }} }, }, },