Skip to content

Commit

Permalink
Merge pull request #8 from schubergphilis/bug/typo-pia-value
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
gillianstravers authored Dec 2, 2024
2 parents d770aed + 05876fd commit a226834
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 @@ -32,7 +32,7 @@ resource "azurerm_private_dns_resolver_inbound_endpoint" "this" {
content {
private_ip_allocation_method = ip_configurations.value.private_ip_allocation_method
subnet_id = ip_configurations.value.subnet_id
private_ip_address = ip_configurations.value.private_ip_allocation_method == "Static" ? ip_configurations.value.ip_address : null
private_ip_address = ip_configurations.value.private_ip_allocation_method == "Static" ? ip_configurations.value.private_ip_address : null
}
}

Expand Down

0 comments on commit a226834

Please sign in to comment.