Terraform for OCI (Oracle Cloud Infrastructure) Links OCI Cloud Free Tier - Always Free cloud service Oracle Cloud Infrastructure Provider Build infrastructure with Terraform on OCI Prerequisites Installed tool Terraform and OCI CLI Account on Oracle Cloud Infrastructure Usage Authenticate in Oracle cloud: oci session authenticate --region eu-frankfurt-1 --profile-name podcast-evcode --session-expiration-in-minutes 180 Prepare variables values by copying example and update lines with # TODO: cp example.tfvars terraform.tfvars Initialize Terraform: terraform init Check plan: terraform plan Deploy infrastructure: terraform apply -auto-approve