Skip to content

Commit 0a9affb

Browse files
committed
cd: debug
1 parent 6d1dcdd commit 0a9affb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/terraform.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
terraform:
1111
runs-on: ubuntu-latest
1212

13-
env:
14-
AWS_REGION: sa-east-1
15-
TERRAFORM_S3_STATEFILE_BUCKET: buildrun-sa-east-1-terraform-s3-statefile
16-
TERRAFORM_DYNAMODB_LOCK_TABLE: buildrun-terraform-state-lock
13+
# env:
14+
# AWS_REGION: sa-east-1
15+
# TERRAFORM_S3_STATEFILE_BUCKET: buildrun-sa-east-1-terraform-s3-statefile
16+
# TERRAFORM_DYNAMODB_LOCK_TABLE: buildrun-terraform-state-lock
1717

1818
defaults:
1919
run:

0 commit comments

Comments
 (0)