Sha256: c9382f6d632ef2c1a615eb724775a2f80b961c9bf3b67f470294d087ea80fcc1

Contents?: true

Size: 363 Bytes

Versions: 101

Compression:

Stored size: 363 Bytes

Contents

terraform {
  backend "s3" {
    bucket         = "terraspace-state"
    key            = "<%= expansion(":REGION/:ENV/:BUILD_DIR/terraform.tfstate") %>" # variable notation expanded by terraspace IE: us-west-2/dev/modules/vm/terraform.tfstate
    region         = "<%= ENV["AWS_REGION"] %>"
    encrypt        = true
    dynamodb_table = "terraform_locks"
  }
}

Version data entries

101 entries across 101 versions & 1 rubygems

Version Path
terraspace-2.2.17 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.16 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.15 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.14 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.13 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.12 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.11 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.10 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.9 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.8 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.7 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.6 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.5 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.4 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.3 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.2 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.1 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.2.0 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.1.7 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-2.1.6 spec/fixtures/projects/hcl/aws/config/backend.tf