mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
8 lines
129 B
Terraform
8 lines
129 B
Terraform
|
|
output cluster_public_ip {
|
||
|
|
value = module.k3s_cluster.server_public_ip
|
||
|
|
}
|
||
|
|
|
||
|
|
output cluster_name {
|
||
|
|
value = local.cluster_name
|
||
|
|
}
|