We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113c7b9 commit ff5fa7aCopy full SHA for ff5fa7a
infra/backend.tf
@@ -2,7 +2,7 @@ terraform {
2
backend "s3" {
3
bucket = "buildrun-sa-east-1-terraform-s3-statefile"
4
dynamodb_table = "buildrun-terraform-state-lock"
5
-# key = "terraform-baseline-project"
+ key = "buildrun-infra-terraform-pipeline"
6
region = "sa-east-1"
7
# profile = "terraform"
8
# shared_credentials_file = "~/.aws/credentials"
0 commit comments