Skip to content

Commit

Permalink
add selfcare eventhub private endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rodoviti committed Dec 10, 2024
1 parent 09c83c8 commit 1adc41d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/common/_modules/private_endpoint/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ locals {
private_dns_zone_id = var.dns_zones.postgres.id
}
}
"selc-evhns" = {
"01" = {
resource_id = "/subscriptions/813119d7-0943-46ed-8ebe-cebe24f9106c/resourceGroups/selc-p-event-rg/providers/Microsoft.EventHub/namespaces/selc-p-eventhub-ns"
subresource_names = ["namespace"]
private_dns_zone_id = var.dns_zones.servicebus.id
}
}
}
}
}

0 comments on commit 1adc41d

Please sign in to comment.