home-cloud/output.tf

8 lines
129 B
Terraform
Raw Normal View History

2020-04-04 23:23:13 +02:00
output cluster_public_ip {
value = module.k3s_cluster.server_public_ip
}
output cluster_name {
value = local.cluster_name
}