Skip to content

Commit 4ecefd6

Browse files
committed
NRL-661 Use vars instead
1 parent 7e178c1 commit 4ecefd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/persistent-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Terraform Plan
113113
run: |
114114
terraform -chdir=terraform/infrastructure plan \
115-
--var-file=etc/${{ env.ACCOUNT_NAME }}.tfvars \
115+
--var-file=etc/${{ vars.ACCOUNT_NAME }}.tfvars \
116116
--var assume_role_arn=${{ secrets.DEPLOY_ROLE_ARN }} \
117117
-out tfplan
118118

0 commit comments

Comments
 (0)