<#21567 Parameters with `terraform_backend` target...
# github-notifications
c
#21567 Parameters with `terraform_backend` target New discussion created by d-m Is it possible to parameterize `terraform_backend` with variables or environment variables? Something along the lines of:
Copy code
bucket         = "my-bucket"
key            = "${PROJECT}/${GIT_BRANCH}/terraform.state"
region         = "us-east-1"
dynamodb_table = "my-table"
encrypt        = true
pantsbuild/pants