terraform update2

This commit is contained in:
Christian
2022-03-17 13:09:48 +01:00
parent 5c73779a4a
commit cf7fffab77
15 changed files with 440 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
data civo_loadbalancer "traefik_lb" {
depends_on = [helm_release.traefik]
name = "k8s_demo_1-traefik-traefik"
}
output "civo_loadbalancer_output" {
value = data.civo_loadbalancer.traefik_lb.public_ip
}