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 9b1c8ed commit fd82e93Copy full SHA for fd82e93
.github/workflows/deploy-infrastructure.yml
@@ -3,6 +3,9 @@ on: [push]
3
jobs:
4
deploy-infrastructure:
5
runs-on: ubuntu-latest
6
+ env:
7
+ TF_VAR_application_credential_id: ${{ secrets.TF_VAR_application_credential_id }}
8
+ TF_VAR_application_credential_secret: ${{ secrets.TF_VAR_application_credential_secret }}
9
steps:
10
- uses: hashicorp/setup-terraform@v3
11
with:
0 commit comments