This terraform sample will create a GCP Shared VPC setup.
The following tasks will be performed:
- Create a Org Folder
- Create 3 projects:
- 1x host project
- 2x service projects
- Create a custom VPC network and subnet to be used as a shared resource
Run terraform:
terraform apply -var="org_id=<ORG_ID>" -var="billing_id=<BILLING_ID>"
Destroy:
terraform destroy -var="org_id=<ORG_ID>" -var="billing_id=<BILLING_ID>"
This project is licensed under the Apache-2.0 License - see the LICENSE file for details