We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d939b commit 337e8f3Copy full SHA for 337e8f3
modules/dataapplication/privateendpoint.tf
@@ -10,6 +10,7 @@ resource "azurerm_private_endpoint" "private_endpoint" {
10
name = "${local.prefix}-${each.key}-svc"
11
is_manual_connection = true
12
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}"
14
subresource_names = [each.value.subresource_name]
15
}
16
subnet_id = var.subnet_id_app
0 commit comments