Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.08 KB

Terraform Oracle Cloud Infrastructure (OCI) Free Tier

Introduction

This repository contains Terraform modules and examples to provision Oracle Cloud Infrastructure (OCI) resources.

Prerequisites

Setup

  1. Clone this repository and cd into it.
  2. mv variables.example.tf variables.tf
  3. Modify variables.tf, local.sh and other files, replacing the default values with your own.
  4. terraform init
  5. terraform validate & fix errors if any.
  6. terraform plan& fix errors if any.
  7. terraform apply -auto-approve
  8. Use the out-of-capacity.sh script to retry the terraform apply command until it succeeds.

Check Output Later

terraform output

Cleanup/Destroy Resources

  1. terraform destroy -auto-approve

References

License

This project is licensed under the MIT License

Author Information

Suraj Mandal

This project took me 2 days so a star would be appreciated.