apigee / terraform-modules

Terraform modules and ready to use end-to-end examples for Apigee.
Apache License 2.0
52 stars 57 forks source link

Support using existing VPC #103

Open Teodelas opened 1 year ago

Teodelas commented 1 year ago

Could we include the option to use existing VPCs? I'd like it for the Northbound PSC Backend sample to start.
Looking at the Cloud Foundations module they support it via the the variable vpc_create

I added vpc_create = false to main.tf of the Northbound PSC sample and it worked.