mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 05:45:06 +03:00
8 lines
145 B
HCL
8 lines
145 B
HCL
output "master_ips" {
|
|
value = module.kubernetes.master_ip_addresses
|
|
}
|
|
|
|
output "worker_ips" {
|
|
value = module.kubernetes.worker_ip_addresses
|
|
}
|