We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93930a1 commit 8a3ef1bCopy full SHA for 8a3ef1b
modules/interconnect_attachment/main.tf
@@ -52,3 +52,8 @@ module "interface" {
52
bfd = lookup(var.peer, "bfd", null)
53
}]
54
}
55
+
56
+moved {
57
+ from = module.interface
58
+ to = module.interface[0]
59
+}
0 commit comments