You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: metadata.yaml
+6-1
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,12 @@ spec:
334
334
default: ""
335
335
required: false
336
336
- name: vpc_service_control_attach_enabled
337
-
description: Whether the project will be attached to a VPC Service Control Perimeter
337
+
description: Whether the project will be attached to a VPC Service Control Perimeter in ENFORCED MODE. vpc_service_control_attach_dry_run should be false for this to be true
338
+
type: bool
339
+
default: false
340
+
required: false
341
+
- name: vpc_service_control_attach_dry_run
342
+
description: Whether the project will be attached to a VPC Service Control Perimeter in Dry Run Mode. vpc_service_control_attach_enabled should be false for this to be true
0 commit comments