Skip to content

Commit 3962f70

Browse files
kayps0299JianweiQ
authored andcommitted
Remove redundant cloud_control_metadata block (GoogleCloudPlatform#16130)
1 parent ed752a5 commit 3962f70

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

mmv1/templates/terraform/examples/cloudsecuritycompliance_framework_deployment_basic.tf.tmpl

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -158,35 +158,5 @@ resource "google_cloud_security_compliance_framework_deployment" "{{$.PrimaryRes
158158
}
159159
}
160160

161-
cloud_control_metadata {
162-
enforcement_mode = "AUDIT"
163-
164-
cloud_control_details {
165-
name = "organizations/{{index $.TestEnvVars "org_id"}}/locations/global/cloudControls/builtin-assign-correct-bucket-label"
166-
major_revision_id = "1"
167161

168-
parameters {
169-
name = "threshold"
170-
parameter_value {
171-
number_value = 100.5
172-
}
173-
}
174-
175-
parameters {
176-
name = "regions"
177-
parameter_value {
178-
string_list_value {
179-
values = ["us-central1", "us-west1", "us-east1"]
180-
}
181-
}
182-
}
183-
184-
parameters {
185-
name = "location"
186-
parameter_value {
187-
string_value = "us-central1"
188-
}
189-
}
190-
}
191-
}
192162
}

0 commit comments

Comments
 (0)