Skip to content

Commit 6e0729e

Browse files
committed
Fix module source
1 parent 633cb9b commit 6e0729e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ locals {
5757
}
5858
5959
module "deepmerge" {
60-
source = "../../"
60+
source = "Invicton-Labs/deepmerge/null"
6161
maps = [
6262
local.map1,
6363
local.map2,

examples/example-1/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ locals {
4747
}
4848

4949
module "deepmerge" {
50-
source = "../../"
50+
source = "Invicton-Labs/deepmerge/null"
5151
maps = [
5252
local.map1,
5353
local.map2,

0 commit comments

Comments
 (0)