mirror of
https://github.com/acaloiaro/sfos
synced 2026-07-21 10:12:24 +00:00
9 lines
252 B
HCL
9 lines
252 B
HCL
output "cluster_ips" {
|
|
description = "the ipv4 addresses of cluster members"
|
|
value = module.compute_provider.ip_addresses
|
|
}
|
|
|
|
output "cluster_nodes" {
|
|
description = "the nodes in your cluster"
|
|
value = module.compute_provider.nodes
|
|
}
|