mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
11 lines
195 B
HCL
11 lines
195 B
HCL
output "cluster_public_ip" {
|
|
value = module.k3s_cluster.server_public_ip
|
|
}
|
|
|
|
output "cluster_name" {
|
|
value = local.cluster_name
|
|
}
|
|
|
|
output "summary" {
|
|
value = module.k3s_cluster_v2.summary
|
|
}
|