style: fmt
This commit is contained in:
@@ -40,7 +40,10 @@ resource "cloudflare_zero_trust_tunnel_cloudflared_config" "ratchet_tunnel_confi
|
|||||||
account_id = var.cloudflare_account_id
|
account_id = var.cloudflare_account_id
|
||||||
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.ratchet_tunnel.id
|
tunnel_id = cloudflare_zero_trust_tunnel_cloudflared.ratchet_tunnel.id
|
||||||
config = {
|
config = {
|
||||||
ingress = concat([for k, v in module.services.services : { hostname = "${v.subdomain}.madunde.ad", service = v.service }], [{ service = "http_status:404" }])
|
ingress = concat(
|
||||||
|
[for k, v in module.services.services : { hostname = "${v.subdomain}.madunde.ad", service = v.service }],
|
||||||
|
[{ service = "http_status:404" }]
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user