Skip to content

A simple IaC with terraform setup for Oracle Cloud (Always Free Tire)

Notifications You must be signed in to change notification settings

veerendra2/oracle-cloud-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oracle Cloud Terraform

Infrastructure as code setup to manage resources on Oracle Cloud

https://www.oracle.com/cloud/free/

Modules

  • Compute
  • Network
    • Network Security Groups(nsg)
    • Virtual Cloud Network(vcn)

Run

$ git clone git@github.com:veerendra2/oracle-cloud-terraform.git
$ cd oracle-cloud-terraform/environments/frankfurt/

# terraform http backend username and password
$ export TF_HTTP_USERNAME=[REDACTED]
$ export TF_HTTP_PASSWORD=[REDACTED]

# oci authentication key file location
$ export TF_VAR_private_key_path=./auth-key.pem

$ terraform plan -out=plan

$ terraform apply "plan"

Refereces

OCI

Terraform

About

A simple IaC with terraform setup for Oracle Cloud (Always Free Tire)

Topics

Resources

Stars

Watchers

Forks

Languages