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 57f0d45 commit 423f750Copy full SHA for 423f750
1 file changed
.github/workflows/terraform.yaml
@@ -18,7 +18,7 @@ env:
18
GITHUB_APP_PEM_FILE: ${{ secrets.GH_APP_PEM_FILE }}
19
# Terraform configuration
20
TF_WORKSPACE: ${{ vars.GH_OWNER }}
21
- TF_VAR_config: test.yaml
+ TF_VAR_config: "../test.yaml"
22
TF_IN_AUTOMATION: true
23
24
defaults:
0 commit comments