We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e178c1 commit 4ecefd6Copy full SHA for 4ecefd6
.github/workflows/persistent-environment.yml
@@ -112,7 +112,7 @@ jobs:
112
- name: Terraform Plan
113
run: |
114
terraform -chdir=terraform/infrastructure plan \
115
- --var-file=etc/${{ env.ACCOUNT_NAME }}.tfvars \
+ --var-file=etc/${{ vars.ACCOUNT_NAME }}.tfvars \
116
--var assume_role_arn=${{ secrets.DEPLOY_ROLE_ARN }} \
117
-out tfplan
118
0 commit comments