From 1adc41dbd059870c7953701fe9704c3a6ae7a9c8 Mon Sep 17 00:00:00 2001 From: Rodolfo Viti Date: Tue, 10 Dec 2024 12:38:10 +0100 Subject: [PATCH] add selfcare eventhub private endpoint --- src/common/_modules/private_endpoint/locals.tf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/common/_modules/private_endpoint/locals.tf b/src/common/_modules/private_endpoint/locals.tf index 212c543de..b844e7926 100644 --- a/src/common/_modules/private_endpoint/locals.tf +++ b/src/common/_modules/private_endpoint/locals.tf @@ -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 + } + } } -} \ No newline at end of file +}