Skip to content

Commit

Permalink
Fix module source
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKotowick committed Mar 4, 2022
1 parent 633cb9b commit 6e0729e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ locals {
}
module "deepmerge" {
source = "../../"
source = "Invicton-Labs/deepmerge/null"
maps = [
local.map1,
local.map2,
Expand Down
2 changes: 1 addition & 1 deletion examples/example-1/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ locals {
}

module "deepmerge" {
source = "../../"
source = "Invicton-Labs/deepmerge/null"
maps = [
local.map1,
local.map2,
Expand Down

0 comments on commit 6e0729e

Please sign in to comment.