Merge pull request #16 from dhoppe/add_output
Add public IPv4 address of Traefik to output
This commit is contained in:
commit
6708ecb733
4
data.tf
4
data.tf
@ -1,3 +1,7 @@
|
||||
data "hcloud_load_balancer" "lb11" {
|
||||
name = "traefik"
|
||||
}
|
||||
|
||||
data "github_release" "hetzner_ccm" {
|
||||
repository = "hcloud-cloud-controller-manager"
|
||||
owner = "hetznercloud"
|
||||
|
Loading…
Reference in New Issue
Block a user