Skip to content

Commit

Permalink
Fix: DNS Proxy Removal on FW whilst Upgrading (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-taylor committed Nov 13, 2023
1 parent 0d90dc6 commit 557a3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/connectivity/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ locals {
dns = try(
local.custom_settings.azurerm_firewall_policy["connectivity"][location].dns,
(
hub_network.config.azure_firewall.config.address_management_prefix == "" ? local.empty_list :
hub_network.config.azure_firewall.config.sku_tier == "Basic" ? local.empty_list :
[
{
proxy_enabled = hub_network.config.azure_firewall.config.enable_dns_proxy
Expand Down

0 comments on commit 557a3fc

Please sign in to comment.