We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1dcdd commit 0a9affbCopy full SHA for 0a9affb
.github/workflows/terraform.yml
@@ -10,10 +10,10 @@ jobs:
10
terraform:
11
runs-on: ubuntu-latest
12
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
+# env:
+# AWS_REGION: sa-east-1
+# TERRAFORM_S3_STATEFILE_BUCKET: buildrun-sa-east-1-terraform-s3-statefile
+# TERRAFORM_DYNAMODB_LOCK_TABLE: buildrun-terraform-state-lock
17
18
defaults:
19
run:
0 commit comments