Skip to content

Commit 423f750

Browse files
committed
ci: fix terraform config path
1 parent 57f0d45 commit 423f750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
GITHUB_APP_PEM_FILE: ${{ secrets.GH_APP_PEM_FILE }}
1919
# Terraform configuration
2020
TF_WORKSPACE: ${{ vars.GH_OWNER }}
21-
TF_VAR_config: test.yaml
21+
TF_VAR_config: "../test.yaml"
2222
TF_IN_AUTOMATION: true
2323

2424
defaults:

0 commit comments

Comments
 (0)