We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c537ed commit 6b6e5eaCopy full SHA for 6b6e5ea
locals.tf
@@ -54,6 +54,7 @@ locals {
54
pool.pod_subnet_id
55
]
56
], [var.vnet_subnet_id]))
57
+ private_dns_zone_name = try(reverse(split("/", var.private_dns_zone_id))[0], null)
58
query_datasource_for_log_analytics_workspace_location = var.log_analytics_workspace_enabled && (var.log_analytics_workspace != null ? var.log_analytics_workspace.location == null : false)
59
subnet_ids = toset([for id in local.potential_subnet_ids : id if id != null])
60
use_brown_field_gw_for_ingress = var.brown_field_application_gateway_for_ingress != null
0 commit comments