Skip to content

Commit 5e39c91

Browse files
committed
update terraform backend config file path
1 parent 74056cc commit 5e39c91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/terraform-apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
uses: dflook/terraform-apply@v1
3333
with:
3434
path: terraform
35-
backend_config_file: prod.backend.tfvars
35+
backend_config_file: terraform/prod.backend.tfvars

.github/workflows/terraform-plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
uses: dflook/terraform-plan@v1
3333
with:
3434
path: terraform
35-
backend_config_file: prod.backend.tfvars
35+
backend_config_file: terraform/prod.backend.tfvars

0 commit comments

Comments
 (0)