Skip to content

Commit ff5fa7a

Browse files
committed
cd: change backend config
1 parent 113c7b9 commit ff5fa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/backend.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
backend "s3" {
33
bucket = "buildrun-sa-east-1-terraform-s3-statefile"
44
dynamodb_table = "buildrun-terraform-state-lock"
5-
# key = "terraform-baseline-project"
5+
key = "buildrun-infra-terraform-pipeline"
66
region = "sa-east-1"
77
# profile = "terraform"
88
# shared_credentials_file = "~/.aws/credentials"

0 commit comments

Comments
 (0)