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

Version Path
terraspace-0.6.2 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.6.1 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.6.0 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.12 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.11 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.10 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.9 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.8 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.7 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.6 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.5 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.4 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.3 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.2 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.1 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.5.0 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.4.4 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.4.3 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.4.2 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.4.1 lib/templates/hcl/project/config/terraform/backend.tf.tt