Skip to content

Terraform templates for creating and managing free-tier eligible resources in Oracle Cloud Infrastructure (OCI).

Notifications You must be signed in to change notification settings

surajmandalcell/terraform-oci-free

Folders and files

NameName
Last commit message
Last commit date

Latest commit

39acbdf · Aug 15, 2023

History

15 Commits
Jul 18, 2023
Jul 20, 2023
Aug 15, 2023
Aug 15, 2023
Jul 20, 2023
Jul 21, 2023
Jul 20, 2023
Jul 21, 2023
Jul 20, 2023
Jul 20, 2023
Jul 20, 2023
Jul 20, 2023

Repository files navigation

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.

About

Terraform templates for creating and managing free-tier eligible resources in Oracle Cloud Infrastructure (OCI).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published