# This is where you put your backend declaration. Here are some examples: # # terraform { # backend “s3” { # bucket = “<%= options || ”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 || “terraform-state-:PROJECT-:REGION-:ENV” %>“ # prefix = ”<%%= expansion(“:REGION/:ENV/:BUILD_DIR”) %>“ # IE: us-central1/dev/modules/vm # } # }