Skip to content

Commit a4079ee

Browse files
committed
add vpc_service_control_attach_dry_run to the metadata specs so that this argument is exposed to the provider
1 parent 58c4c7d commit a4079ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

metadata.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,12 @@ spec:
334334
default: ""
335335
required: false
336336
- 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
338343
type: bool
339344
default: false
340345
required: false

0 commit comments

Comments
 (0)