Sha256: 81911b20736457994f6820d0bcae2dd6ad5a56368059f8012bb9cef61a25206c
Contents?: true
Size: 700 Bytes
Versions: 53
Compression:
Stored size: 700 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 = "<%%= expansion(":REGION/:ENV/:BUILD_DIR/terraform.tfstate") %> # IE: us-west-2/dev/ec2/modules/vpc/terraform.tfstate # region = "<%%= expansion(":REGION") %>" # encrypt = true # dynamodb_table = "terraform_locks" # } # } # # terraform { # backend "gcs" { # bucket = "<%= options[:bucket] || "terraform-state-:PROJECT-:REGION-:ENV" %>" # prefix = "<%%= expansion(":REGION/:ENV/:BUILD_DIR") %>" # IE: us-central1/dev/modules/vm # } # }
Version data entries
53 entries across 53 versions & 1 rubygems