Open
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"
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