Sha256: a50cb20b799ea4c6acb573d0838040dfd4b79faa3fcc836046ce49ca71ece7a1

Contents?: true

Size: 436 Bytes

Versions: 104

Compression:

Stored size: 436 Bytes

Contents

# This is where you put your backend declaration. Here are some examples:
#
# backend("s3",
#   bucket:         "<%= options[:bucket] || "terraform-state-:ACCOUNT-:REGION-:ENV" %>",
#   key:            ":REGION/:ENV/:BUILD_DIR/terraform.tfstate", # variable notation expanded by terraspace IE: us-west-2/dev/modules/vm/terraform.tfstate
#   region:         ":REGION",
#   encrypt:        true,
#   dynamodb_table: "terraform_locks"
# )

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
terraspace-0.2.0 lib/templates/ruby/project/config/terraform/backend.rb.tt
terraspace-0.1.2 lib/templates/ruby/project/config/terraform/backend.rb.tt
terraspace-0.1.1 lib/templates/ruby/project/config/terraform/backend.rb.tt
terraspace-0.1.0 lib/templates/ruby/project/config/terraform/backend.rb.tt