This repository contains Terraform modules and examples to provision Oracle Cloud Infrastructure (OCI) resources.
- Clone this repository and
cdinto it. mv variables.example.tf variables.tf- Modify
variables.tf,local.shand other files, replacing the default values with your own. terraform initterraform validate& fix errors if any.terraform plan& fix errors if any.terraform apply -auto-approve- Use the
out-of-capacity.shscript to retry theterraform applycommand until it succeeds.
terraform output
terraform destroy -auto-approve
This project is licensed under the MIT License
This project took me 2 days so a star would be appreciated.