Skip to content

Commit

Permalink
fix typo vnetlink
Browse files Browse the repository at this point in the history
  • Loading branch information
gillianstravers committed Dec 2, 2024
1 parent a226834 commit df25b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ resource "azurerm_private_dns_resolver_forwarding_rule" "this" {
resource "azurerm_private_dns_resolver_virtual_network_link" "this" {
count = var.private_dns_resolver_outbound_endpoint.enabled ? 1 : 0

name = "$(var.private_dns_resolver.virtual_network_name)-link"
name = "${var.private_dns_resolver.virtual_network_name}-link"
dns_forwarding_ruleset_id = azurerm_private_dns_resolver_dns_forwarding_ruleset.this[0].id
virtual_network_id = var.private_dns_resolver.virtual_network_id
}

0 comments on commit df25b9b

Please sign in to comment.