Skip to content

Commit

Permalink
dns proxy enabeld in acc test
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxu92 committed Feb 27, 2023
1 parent 0ec9103 commit 432cce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/services/firewall/firewall_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,8 @@ resource "azurerm_firewall" "test" {
}
threat_intel_mode = "Deny"
dns_settings {
custom_servers = [%s]
custom_servers = [%s]
proxy_enabled = true
}
}
`, data.RandomInteger, data.Locations.Primary, data.RandomInteger, data.RandomInteger, data.RandomInteger, strings.Join(servers, ","))
Expand Down

0 comments on commit 432cce5

Please sign in to comment.