mainnet.tf: add comments with hostnames

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-04-28 11:28:27 +02:00
parent cd0841eba2
commit 87517a2823
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 7 additions and 7 deletions

View File

@ -14,13 +14,13 @@ module "nimbus_nodes_mainnet_hetzner" {
domain = var.domain
ips = [
"95.217.87.121",
"135.181.0.33",
"135.181.60.170",
"65.21.193.229",
"135.181.60.177",
"135.181.56.50",
"65.109.80.106",
"95.217.87.121", /* metal-01.he-eu-hel1.nimbus.mainnet */
"135.181.0.33", /* metal-02.he-eu-hel1.nimbus.mainnet */
"135.181.60.170", /* metal-03.he-eu-hel1.nimbus.mainnet */
"65.21.193.229", /* metal-04.he-eu-hel1.nimbus.mainnet */
"135.181.60.177", /* metal-05.he-eu-hel1.nimbus.mainnet */
"135.181.56.50", /* metal-06.he-eu-hel1.nimbus.mainnet */
"65.109.80.106", /* metal-07.he-eu-hel1.nimbus.mainnet */
]
}