From b84ac977776ec99e5fca1c1f16509016c7d90814 Mon Sep 17 00:00:00 2001 From: Huy Pham Date: Mon, 21 Oct 2024 09:31:12 -0700 Subject: [PATCH] Remove security_posture_config from example (#12064) --- .../terraform/examples/container_attached_cluster_full.tf.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/mmv1/templates/terraform/examples/container_attached_cluster_full.tf.tmpl b/mmv1/templates/terraform/examples/container_attached_cluster_full.tf.tmpl index 46c5c9ba9ec1..d9d2b2db11ba 100644 --- a/mmv1/templates/terraform/examples/container_attached_cluster_full.tf.tmpl +++ b/mmv1/templates/terraform/examples/container_attached_cluster_full.tf.tmpl @@ -46,7 +46,4 @@ resource "google_container_attached_cluster" "primary" { namespace = "default" } } - security_posture_config { - vulnerability_mode = "VULNERABILITY_ENTERPRISE" - } }