ingress: don't use private ip, make ipv6 optional
This commit is contained in:
5
main.tf
5
main.tf
@@ -166,8 +166,9 @@ resource "local_file" "hetzner_csi_config" {
|
||||
|
||||
resource "local_file" "traefik_config" {
|
||||
content = templatefile("${path.module}/templates/traefik_config.yaml.tpl", {
|
||||
lb_server_type = var.lb_server_type
|
||||
location = var.location
|
||||
lb_disable_ipv6 = var.lb_disable_ipv6
|
||||
lb_server_type = var.lb_server_type
|
||||
location = var.location
|
||||
})
|
||||
filename = "${path.module}/templates/rendered/traefik_config.yaml"
|
||||
file_permission = "0644"
|
||||
|
Reference in New Issue
Block a user