feat: remove old home-cloud cluster

This commit is contained in:
Julian Tölle 2022-11-12 13:25:36 +01:00
parent 72b5422954
commit 66391e6224
2 changed files with 1 additions and 29 deletions

View file

@ -1,11 +1,3 @@
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
}