Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorsmorenburg committed Jan 1, 2022
1 parent 3c3d504 commit aed9b76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions networks_wlans.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ resource "unifi_network" "network_configuration" {
/* ipv6_pd_interface = each.value.ipv6_pd_interface */

dhcp_dns = try(each.value.dhcp_dns, [])
lifecycle {
ignore_changes = [
wan_gateway,
]
}
}

resource "unifi_wlan" "wlan_configuration" {
Expand Down

0 comments on commit aed9b76

Please sign in to comment.