Skip to content

Commit

Permalink
Merge pull request #310 from aztfmod/integration
Browse files Browse the repository at this point in the history
Integration of #309
  • Loading branch information
arnaudlh authored Mar 2, 2021
2 parents d22bedd + 6bdaa9e commit 029a9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/networking/virtual_network/module.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "azurerm_virtual_network" "vnet" {
address_space = var.settings.vnet.address_space
tags = local.tags

dns_servers = lookup(var.settings.vnet, "dns", null)
dns_servers = lookup(var.settings.vnet, "dns_servers", null)

dynamic "ddos_protection_plan" {
for_each = var.ddos_id != "" ? [1] : []
Expand Down

0 comments on commit 029a9af

Please sign in to comment.