This commit is contained in:
2
main.tf
2
main.tf
@@ -26,7 +26,7 @@ locals {
|
||||
ingress_rules = concat(
|
||||
[
|
||||
for app_name, app_config in var.applications : {
|
||||
hostname = "${app_config.subdomain}.${var.cloudflare_zone_id}"
|
||||
hostname = "${app_config.subdomain}.${local.cloudflare_zone_id}"
|
||||
service = app_config.origin_url
|
||||
origin_request = {
|
||||
no_tls_verify = app_config.no_tls_verify
|
||||
|
||||
Reference in New Issue
Block a user