From a4079ee7fbee2c7a37512f6dc64c0c92d8c25c0e Mon Sep 17 00:00:00 2001 From: Elliot Date: Thu, 2 May 2024 15:50:31 +0000 Subject: [PATCH] add vpc_service_control_attach_dry_run to the metadata specs so that this argument is exposed to the provider --- metadata.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/metadata.yaml b/metadata.yaml index 5a650003..2e9ae6af 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -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