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-0.5.3 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.5.2 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.5.1 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.5.0 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.4.4 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.4.3 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.4.2 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.4.1 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.4.0 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.3.6 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.3.5 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.3.4 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.3.3 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.3.2 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.3.1 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.3.0 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.2.4 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.2.3 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.2.2 spec/fixtures/projects/hcl/aws/config/backend.tf
terraspace-0.2.1 spec/fixtures/projects/hcl/aws/config/backend.tf