Skip to content

Commit

Permalink
add depends on rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlockstar committed Dec 24, 2024
1 parent 2ffdeb8 commit 66ca9ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infrastructure/modules/sql-server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ resource "azurerm_mssql_server_extended_auditing_policy" "azure_sql_server" {
server_id = azurerm_mssql_server.azure_sql_server.id
log_monitoring_enabled = var.log_monitoring_enabled
retention_in_days = var.auditing_policy_retention_in_days

depends_on = [
module.rbac_assignments
]
}

/* --------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 66ca9ca

Please sign in to comment.