Skip to content

Commit 0f801c1

Browse files
committed
fix: the path to the module was incorrect
1 parent c6b295d commit 0f801c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main
2020
name: Remote State Module
2121
with:
22-
working-directory: modules/remote-state
22+
working-directory: modules/remote_state
2323

2424
provider-validation:
2525
uses: appvia/appvia-cicd-workflows/.github/workflows/terraform-module-validation.yml@main

0 commit comments

Comments
 (0)