This repository contains Terraform modules and examples to provision Oracle Cloud Infrastructure (OCI) resources.
- Clone this repository and
cd
into it. mv variables.example.tf variables.tf
- Modify
variables.tf
,local.sh
and other files, replacing the default values with your own. terraform init
terraform validate
& fix errors if any.terraform plan
& fix errors if any.terraform apply -auto-approve
- Use the
out-of-capacity.sh
script to retry theterraform apply
command 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.