Skip to content

Commit 8a3ef1b

Browse files
committed
moved module.interface
1 parent 93930a1 commit 8a3ef1b

File tree

1 file changed

+5
-0
lines changed
  • modules/interconnect_attachment

1 file changed

+5
-0
lines changed

modules/interconnect_attachment/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ module "interface" {
5252
bfd = lookup(var.peer, "bfd", null)
5353
}]
5454
}
55+
56+
moved {
57+
from = module.interface
58+
to = module.interface[0]
59+
}

0 commit comments

Comments
 (0)