-
Notifications
You must be signed in to change notification settings - Fork 0
/
moved.tf
70 lines (64 loc) · 2.91 KB
/
moved.tf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
moved {
from = module.supernode["supernode03"].netbox_available_ip_address.tunnel_ipv4["179"]
to = module.supernode["supernode03"].netbox_available_ip_address.tunnel_ipv4["CR3"]
}
moved {
from = module.supernode["supernode03"].netbox_available_ip_address.tunnel_ipv4["187"]
to = module.supernode["supernode03"].netbox_available_ip_address.tunnel_ipv4["CR4"]
}
moved {
from = module.supernode["supernode03"].netbox_available_ip_address.tunnel_ipv6["185"]
to = module.supernode["supernode03"].netbox_available_ip_address.tunnel_ipv6["CR3"]
}
moved {
from = module.supernode["supernode03"].netbox_available_ip_address.tunnel_ipv6["181"]
to = module.supernode["supernode03"].netbox_available_ip_address.tunnel_ipv6["CR4"]
}
moved {
from = module.supernode["supernode04"].netbox_available_ip_address.tunnel_ipv4["189"]
to = module.supernode["supernode04"].netbox_available_ip_address.tunnel_ipv4["CR3"]
}
moved {
from = module.supernode["supernode04"].netbox_available_ip_address.tunnel_ipv4["192"]
to = module.supernode["supernode04"].netbox_available_ip_address.tunnel_ipv4["CR4"]
}
moved {
from = module.supernode["supernode04"].netbox_available_ip_address.tunnel_ipv6["193"]
to = module.supernode["supernode04"].netbox_available_ip_address.tunnel_ipv6["CR3"]
}
moved {
from = module.supernode["supernode04"].netbox_available_ip_address.tunnel_ipv6["180"]
to = module.supernode["supernode04"].netbox_available_ip_address.tunnel_ipv6["CR4"]
}
moved {
from = module.supernode["supernode05"].netbox_available_ip_address.tunnel_ipv4["178"]
to = module.supernode["supernode05"].netbox_available_ip_address.tunnel_ipv4["CR3"]
}
moved {
from = module.supernode["supernode05"].netbox_available_ip_address.tunnel_ipv4["182"]
to = module.supernode["supernode05"].netbox_available_ip_address.tunnel_ipv4["CR4"]
}
moved {
from = module.supernode["supernode05"].netbox_available_ip_address.tunnel_ipv6["191"]
to = module.supernode["supernode05"].netbox_available_ip_address.tunnel_ipv6["CR3"]
}
moved {
from = module.supernode["supernode05"].netbox_available_ip_address.tunnel_ipv6["190"]
to = module.supernode["supernode05"].netbox_available_ip_address.tunnel_ipv6["CR4"]
}
moved {
from = module.supernode["supernode06"].netbox_available_ip_address.tunnel_ipv4["183"]
to = module.supernode["supernode06"].netbox_available_ip_address.tunnel_ipv4["CR3"]
}
moved {
from = module.supernode["supernode06"].netbox_available_ip_address.tunnel_ipv4["186"]
to = module.supernode["supernode06"].netbox_available_ip_address.tunnel_ipv4["CR4"]
}
moved {
from = module.supernode["supernode06"].netbox_available_ip_address.tunnel_ipv6["184"]
to = module.supernode["supernode06"].netbox_available_ip_address.tunnel_ipv6["CR3"]
}
moved {
from = module.supernode["supernode06"].netbox_available_ip_address.tunnel_ipv6["188"]
to = module.supernode["supernode06"].netbox_available_ip_address.tunnel_ipv6["CR4"]
}