aboutsummaryrefslogtreecommitdiffstats
path: root/openlab/modules/kubernetes/rancher/output.tf
blob: aa25e434e8aef1470be2b0ef6f06198e3a0034d0 (plain)
1
2
3
4
5
6
7
output "ips" {
  value = local.all_node
}

output "kube_config_file" {
  value = local_file.kube_cluster_yaml.filename
}