Sha256: 6ea9e940ce7784cf06de116d79f81c3ba41c49ebe6279f0a72bcfa36e39ca5d3
Contents?: true
Size: 702 Bytes
Versions: 3
Compression:
Stored size: 702 Bytes
Contents
# This is where you put your backend declaration. Here are some examples: # # terraform { # backend "s3" { # bucket = "<%= options[:bucket] || "terraform-state-:ACCOUNT-:REGION-:ENV" %>" # key = "<%%= "s3", ":REGION/:ENV/:BUILD_DIR/terraform.tfstate" %> # IE: us-west-2/dev/ec2/modules/vpc/terraform.tfstate # region = "<%%= "s3", ":REGION" %>" # encrypt = true # dynamodb_table = "terraform_locks" # } # } # # terraform { # backend "gcs" { # bucket = "<%= options[:bucket] || "terraform-state-:PROJECT-:REGION-:ENV" %>" # prefix = "<%%= backend_expand("gcs", ":REGION/:ENV/:BUILD_DIR") %>" # IE: us-central1/dev/modules/vm # } # }
Version data entries
3 entries across 3 versions & 1 rubygems