We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bfa51 commit 35d0206Copy full SHA for 35d0206
.github/workflows/terraformDeploy.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Terraform init
30
id: init
31
- run: terraform init -backend-config="SAS_TOKEN=${{ secrets.SAS_TOKEN }}"
+ run: terraform init -backend-config="sas_token=${{secrets.SAS_TOKEN}}"
32
33
- name: Terraform validate
34
id: validate
0 commit comments