infra-faucet/outputs.tf
Jakub Sokołowski a94b704070
add output with list of hosts
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-08-02 18:39:38 -04:00

4 lines
47 B
HCL

output "hosts" {
value = module.main.hosts
}