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-1.0.4 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-1.0.3 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-1.0.2 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-1.0.1 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-1.0.0 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.7.2 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.7.1 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.7.0 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.23 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.22 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.21 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.20 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.19 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.18 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.17 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.16 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.15 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.13 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.12 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.6.11 spec/fixtures/projects/hcl/aws/config/backend.tf