Repository managed by terraform (devops-git-repos) and deployed via Terraform Cloud // repo-creator: paul.greene
Clone the plan repo to test this module with others to set up an aurora serverless rds cluster! terraform-aws-rds-cluster-plan
# SSH or HTTPS clone, whatever you prefer:
git clone https://github.com/pgreene/terraform-aws-rds-cluster-plan.git
git clone [email protected]:pgreene/terraform-aws-rds-cluster-plan.git
# modify main.tf to suit your settings
terraform init
terraform workspace list
terraform workspace new prod # or whatever you want your workspace to be called - examples: dev, qa, prod
terraform validate
terraform apply