Skip to content

Commit

Permalink
add subresource id
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Oct 7, 2024
1 parent d3273bd commit 8858d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions infra/resources/prod/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -454,5 +454,8 @@ resource "azurerm_private_endpoint" "cosno_itn" {
name = "${local.project_itn}-sign-cosno-pep-01"
private_connection_resource_id = module.cosmosdb_account.id
is_manual_connection = false
subresource_names = ["sql"]
}

tags = var.tags
}

0 comments on commit 8858d25

Please sign in to comment.