Skip to content

Files

Latest commit

 

History

History

terraform-oracle

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Terraform for OCI (Oracle Cloud Infrastructure)

Links

Prerequisites

Usage

  1. Authenticate in Oracle cloud: oci session authenticate --region eu-frankfurt-1 --profile-name podcast-evcode --session-expiration-in-minutes 180
  2. Prepare variables values by copying example and update lines with # TODO: cp example.tfvars terraform.tfvars
  3. Initialize Terraform: terraform init
  4. Check plan: terraform plan
  5. Deploy infrastructure: terraform apply -auto-approve