Add public IPv4 address of Traefik to output

This commit is contained in:
Dennis Hoppe
2022-01-13 14:56:27 +01:00
parent 5e9ddc16ff
commit a4444ce233
2 changed files with 8 additions and 0 deletions

3
data.tf Normal file
View File

@@ -0,0 +1,3 @@
data "hcloud_load_balancer" "lb11" {
name = "traefik"
}