Skip to content

Commit

Permalink
Correct module path for node-pack-extract
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 committed Dec 28, 2024
1 parent b5aa50b commit 2aa52df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "google" {
}

module "node_pack_extract_trigger" {
source = "../module/node-pack-extract-trigger"
source = "../modules/node-pack-extract-trigger"
providers = {
google = google
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provider "google" {
}

module "node_pack_extract_trigger" {
source = "../module/node-pack-extract-trigger"
source = "../modules/node-pack-extract-trigger"
providers = {
google = google
}
Expand Down

0 comments on commit 2aa52df

Please sign in to comment.