Skip to content

Commit 08c8ed1

Browse files
authored
Update int.pe.schema.tf (#1979)
1 parent 5422a15 commit 08c8ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/static/includes/interfaces/tf/int.pe.schema.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:
155155
output "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
158158
A map of the private endpoints created.
159159
DESCRIPTION

0 commit comments

Comments
 (0)