Skip to content

Commit 337e8f3

Browse files
committed
Add missing request message
1 parent c7d939b commit 337e8f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/dataapplication/privateendpoint.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ resource "azurerm_private_endpoint" "private_endpoint" {
1010
name = "${local.prefix}-${each.key}-svc"
1111
is_manual_connection = true
1212
private_connection_resource_id = each.value.resource_id
13+
request_message = "Private Endpoint Connection Request from Data Landing Zone Stamp Application with prefix: ${local.prefix}"
1314
subresource_names = [each.value.subresource_name]
1415
}
1516
subnet_id = var.subnet_id_app

0 commit comments

Comments
 (0)