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.4.0 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.3.6 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.3.5 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.3.4 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.3.3 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.3.2 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.3.1 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.3.0 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.2.4 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.2.3 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.2.2 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.2.1 lib/templates/hcl/project/config/terraform/backend.tf.tt
terraspace-0.2.0 lib/templates/hcl/project/config/terraform/backend.tf.tt