-
Notifications
You must be signed in to change notification settings - Fork 770
Open
Labels
bugSomething isn't workingSomething isn't working
Description
TL;DR
It seems the new svpc is is using the restricted vpc private_service_connect. There used to be a separate restricted and shared vpc modules.
The shared vpc now uses forwarding_rule_target = "vpc-sc"
In the old example, the shared vpc uses forwarding_rule_target = "all-apis"
terraform-example-foundation/3-networks-dual-svpc/modules/base_shared_vpc/private_service_connect.tf
Line 26 in 7acb983
forwarding_rule_target = "all-apis" |
Shouldn't this be all-apis?
If you set forwarding_rule_target = "vpc-sc", the Private Service Connect forwarding rule will only allow access to the Google APIs that are protected by VPC Service Controls.
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
N/A
Terraform Version
N/A
Terraform Provider Versions
N/A
Additional information
Related issue:
#1410
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working