From 7484b738a5fc968474964ca748d3277a37612f2b Mon Sep 17 00:00:00 2001 From: Jonathan <133916425+uol-jlin@users.noreply.github.com> Date: Thu, 9 Jan 2025 00:02:09 -0500 Subject: [PATCH] Version guard schema change --- .../services/container/resource_container_cluster.go.tmpl | 2 ++ 1 file changed, 2 insertions(+) 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 }} }, }, },