We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5fa7a commit 39d3a14Copy full SHA for 39d3a14
.github/workflows/terraform.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Terraform Init
32
run: |
33
- cd infra && terraform init
+ env && cd infra && terraform init
34
35
- name: Terraform Validate
36
run: terraform validate
0 commit comments