Skip to content

Commit

Permalink
fixed path references
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbass committed May 12, 2024
1 parent 6f66c65 commit 44d558a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include "environment" {
}

terraform {
source = "../../../../modules/services/frontend"
source = "../../../../modules/services/frontend-infra"
}

dependency "backend" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include "environment" {
}

terraform {
source = "../../../../modules/services/frontend"
source = "../../../../modules/services/frontend-infra"
}

dependency "backend" {
Expand Down

0 comments on commit 44d558a

Please sign in to comment.