Expose load balancer ip in outputs

This commit is contained in:
phaer
2022-02-14 00:24:08 +01:00
parent d9498a5637
commit 1c9ff2121c
2 changed files with 9 additions and 0 deletions

View File

@@ -152,3 +152,7 @@ resource "hcloud_placement_group" "k3s" {
"engine" = "k3s"
}
}
data "hcloud_load_balancer" "traefik" {
name = "traefik"
}