Skip to content

Commit

Permalink
chore(metadata): add vpc_service_control_attach_dry_run (#905)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
eeaton and apeabody authored May 2, 2024
1 parent 630dd7f commit 93359e1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,12 @@ spec:
default: ""
required: false
- name: vpc_service_control_attach_enabled
description: Whether the project will be attached to a VPC Service Control Perimeter
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
type: bool
default: false
required: false
- name: vpc_service_control_attach_dry_run
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
type: bool
default: false
required: false
Expand Down

0 comments on commit 93359e1

Please sign in to comment.