infra-nimbus/outputs.tf
Jakub Sokołowski 0d7e29b8c3
add geth-windows-01.he-eu-hel1.nimbus.prater host
Sourced from old `nimbus.prater` fleet host: `metal-03`
https://github.com/status-im/infra-nimbus/commit/b3ba3211

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-05 12:13:40 +02:00

18 lines
621 B
HCL

output "hosts" {
value = merge(
module.nimbus_dashboard.hosts,
module.nimbus_log_store.hosts,
module.nimbus_geth_goerli.hosts,
module.nimbus_geth_mainnet.hosts,
module.nimbus_geth_goerli_windows.hosts,
module.nimbus_nodes_mainnet_hetzner.hosts,
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,
module.nimbus_nodes_prater_windows.hosts,
module.nimbus_nodes_prater_hetzner.hosts,
module.nimbus_nodes_prater_macos.hosts,
)
}