add hosts outputs
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
28dc376b8a
commit
4ec73066ba
|
@ -0,0 +1,19 @@
|
|||
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_nodes_mainnet_hetzner.hosts,
|
||||
module.nimbus_nodes_mainnet_stable_small.hosts,
|
||||
module.nimbus_nodes_pyrmont_hetzner.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_unstable_libp2p_stable_large.hosts,
|
||||
module.nimbus_nodes_prater_unstable_libp2p_unstable_large.hosts,
|
||||
module.nimbus_nodes_prater_unstable_windows.hosts,
|
||||
module.nimbus_nodes_prater_hetzner.hosts,
|
||||
module.nimbus_nodes_prater_macos.hosts,
|
||||
)
|
||||
}
|
Loading…
Reference in New Issue