Skip to content

Commit

Permalink
Merge pull request #4 from LaurentLesle/#3---private-DNS-not-setup-pr…
Browse files Browse the repository at this point in the history
…operly

Fixing private dns not attached to vnet
  • Loading branch information
LaurentLesle authored Apr 27, 2019
2 parents a7601df + cad42ac commit 40948e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion step1-aks/modules/networking/output.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

output "subnet_map" {
depends_on = ["module.azure_dns_internal"]

value = "${
"${zipmap(azurerm_subnet.subnets.*.name,azurerm_subnet.subnets.*.id)}"
}"
}

output "vnet_id" {
depends_on = ["module.azure_dns_internal"]
value = "${azurerm_virtual_network.vnet.id}"
}

0 comments on commit 40948e9

Please sign in to comment.