Creating a Public/Private BYO VPC for ROSA
Authors:
Connor Wooley
Last Editor:
Dustin Scott
Published Date:
14 June 2021
Modified Date: 25 May 2023
This is example Terraform to create a single AZ VPC in which to deploy a single AZ ROSA cluster. This is intended to be used as a guide to get started quickly, not to be used in production.
Pre-Requisites
Deploy
Download this repo
git clone https://github.com/rh-mobb/documentation.git cd documentation/docs/rosa/byo-vpc
Modify main.tf as needed, then run
terraform init terraform plan terraform apply
Cleanup
- To destroy resources
terraform destroy