feat: install flux to new k3s cluster

This commit is contained in:
Julian Tölle 2021-12-05 00:03:54 +01:00
parent 41d120b277
commit 70a986913c
7 changed files with 264 additions and 4 deletions

View file

@ -1,7 +1,11 @@
output cluster_public_ip {
output "cluster_public_ip" {
value = module.k3s_cluster.server_public_ip
}
output cluster_name {
output "cluster_name" {
value = local.cluster_name
}
output "summary" {
value = module.k3s_cluster_v2.summary
}