Skip to content

Commit 35d0206

Browse files
Action actualizada con estado remoto
1 parent c0bfa51 commit 35d0206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraformDeploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Terraform init
3030
id: init
31-
run: terraform init -backend-config="SAS_TOKEN=${{ secrets.SAS_TOKEN }}"
31+
run: terraform init -backend-config="sas_token=${{secrets.SAS_TOKEN}}"
3232

3333
- name: Terraform validate
3434
id: validate

0 commit comments

Comments
 (0)