File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/static/includes/interfaces/tf Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ resource "azurerm_private_endpoint_application_security_group_association" "this
153153
154154# In your output you need to select the correct resource based on the value of var.private_endpoints_manage_dns_zone_group:
155155output "private_endpoints" {
156- value = var. private_endpoints_manage_dns_zone_group ? azurerm_private_endpoint. this_managed_dns_zone_groups : azurerm_private_endpoint. this_unmanaged_dns_zone_groups
156+ value = var. private_endpoints_manage_dns_zone_group ? azurerm_private_endpoint. this : azurerm_private_endpoint. this_unmanaged_dns_zone_groups
157157 description = << DESCRIPTION
158158A map of the private endpoints created.
159159DESCRIPTION
You can’t perform that action at this time.
0 commit comments