diff --git a/README.md b/README.md index 84f6a6f..08ca730 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ locals { } module "deepmerge" { - source = "../../" + source = "Invicton-Labs/deepmerge/null" maps = [ local.map1, local.map2, diff --git a/examples/example-1/main.tf b/examples/example-1/main.tf index 73544a2..04b35ce 100644 --- a/examples/example-1/main.tf +++ b/examples/example-1/main.tf @@ -47,7 +47,7 @@ locals { } module "deepmerge" { - source = "../../" + source = "Invicton-Labs/deepmerge/null" maps = [ local.map1, local.map2,