-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VPC service control supported on VPC peering connections? #9317
Comments
We are also needing this feature, I expect it'll need to be added as an |
b/251560503 |
This issue is blocked as we work with the service team to provide a way to read this value. |
Not having that isn't great, but is only really a blocker for import. We can manage the enablement status in Terraform state- it just might drift. |
The API for this just became available (see b/263492666). I have a customer waiting for this to become available in terraform. If no one is working on this, I have some bandwidth to give it a try. Let me know if thats OK. |
I'd suggest flagging you're looking at it on the service's Terraform-specific issue (b/312371408, linked from the GH issue parent) but other than any concerns raised there (I don't expect any) should be fine to do so. |
+1 |
closed by GoogleCloudPlatform/magic-modules#10899 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Affected Resource(s)
Hi,
We would like to manage this in terraform:
https://cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/enable-vpc-service-controls
https://cloud.google.com/sdk/gcloud/reference/services/vpc-peerings/disable-vpc-service-controls
Example:
gcloud services vpc-peerings enable-vpc-service-controls
--network=xxxxx
--service=servicenetworking.googleapis.com
This is used at least in peering connections to GCP VMware engine:
https://cloud.google.com/vmware-engine/docs/networking/howto-setup-internet-access#enable_internet_access_by_using_an_on-premises_connection
References
The text was updated successfully, but these errors were encountered: