Skip to content

Commit 3a7f602

Browse files
authored
Merge pull request #6 from buildrun-tech/develop
feat: destroy true
2 parents a0773db + 02f14a2 commit 3a7f602

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/terraform-prod.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches:
66
- main
77

8+
env:
9+
AWS_REGION: "sa-east-1"
10+
TERRAFORM_DYNAMODB_LOCK_TABLE: "buildrun-terraform-state-lock"
11+
TERRAFORM_S3_STATEFILE_BUCKET: "buildrun-sa-east-1-terraform-s3-statefile"
12+
813
permissions:
914
id-token: write
1015
contents: read

0 commit comments

Comments
 (0)