2021-10-04 12:58:29 +02:00
|
|
|
output "hosts" {
|
|
|
|
value = merge(
|
|
|
|
module.nimbus_dashboard.hosts,
|
2022-02-03 21:38:55 +01:00
|
|
|
module.nimbus_log_store.hosts,
|
2021-10-04 12:58:29 +02:00
|
|
|
module.nimbus_geth_mainnet.hosts,
|
2022-09-07 11:53:04 +02:00
|
|
|
module.nimbus_geth_goerli_metal.hosts,
|
2023-04-18 18:14:32 +02:00
|
|
|
module.nimbus_nodes_mainnet_innova.hosts,
|
2021-10-04 12:58:29 +02:00
|
|
|
module.nimbus_nodes_mainnet_stable_small.hosts,
|
|
|
|
module.nimbus_nodes_prater_stable_large.hosts,
|
|
|
|
module.nimbus_nodes_prater_testing_large.hosts,
|
|
|
|
module.nimbus_nodes_prater_unstable_large.hosts,
|
2022-02-28 13:14:04 +01:00
|
|
|
module.nimbus_nodes_prater_windows.hosts,
|
2021-10-04 12:58:29 +02:00
|
|
|
module.nimbus_nodes_prater_hetzner.hosts,
|
|
|
|
module.nimbus_nodes_prater_macos.hosts,
|
|
|
|
)
|
|
|
|
}
|