Creating a Public/Private BYO VPC for ROSA
Creating a Public/Private BYO VPC for ROSA
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