Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion infrastructure/modules/infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ module "app-key-vault" {
private_endpoint_resource_group_name = azurerm_resource_group.main.name
private_service_connection_is_manual = false
} : null
purge_protection_enabled = var.protect_keyvault
public_network_access_enabled = !var.features.private_networking
purge_protection_enabled = var.protect_keyvault
}

module "log_analytics_workspace_audit" {
Expand Down
Loading