mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 09:41:14 +00:00
mainnet.tf: add comments with hostnames
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cd0841eba2
commit
87517a2823
14
mainnet.tf
14
mainnet.tf
@ -14,13 +14,13 @@ module "nimbus_nodes_mainnet_hetzner" {
|
|||||||
domain = var.domain
|
domain = var.domain
|
||||||
|
|
||||||
ips = [
|
ips = [
|
||||||
"95.217.87.121",
|
"95.217.87.121", /* metal-01.he-eu-hel1.nimbus.mainnet */
|
||||||
"135.181.0.33",
|
"135.181.0.33", /* metal-02.he-eu-hel1.nimbus.mainnet */
|
||||||
"135.181.60.170",
|
"135.181.60.170", /* metal-03.he-eu-hel1.nimbus.mainnet */
|
||||||
"65.21.193.229",
|
"65.21.193.229", /* metal-04.he-eu-hel1.nimbus.mainnet */
|
||||||
"135.181.60.177",
|
"135.181.60.177", /* metal-05.he-eu-hel1.nimbus.mainnet */
|
||||||
"135.181.56.50",
|
"135.181.56.50", /* metal-06.he-eu-hel1.nimbus.mainnet */
|
||||||
"65.109.80.106",
|
"65.109.80.106", /* metal-07.he-eu-hel1.nimbus.mainnet */
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user