Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created February 22, 2021 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/3ddab2fe887cf125d4e1984d105a50d3 to your computer and use it in GitHub Desktop.
Save recursivecodes/3ddab2fe887cf125d4e1984d105a50d3 to your computer and use it in GitHub Desktop.
demo.tf
variable "compartment_ocid" {
    default = "ocid1.compartment.oc1..[redacted]"
}
variable "region" {
    default = "us-phoenix-1"
}
provider "oci" {
  region = var.region
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment