Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Feb 12, 2024
1 parent bbe137e commit 047939c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions code/infra/synapse.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,13 @@ resource "azurerm_synapse_workspace_aad_admin" "synapse_workspace_aad_admin" {
login = "AzureAD Admin"
object_id = var.synapse_workspace_admin_object_id
tenant_id = data.azurerm_client_config.current.tenant_id

depends_on = [
azurerm_synapse_workspace_key.synapse_workspace_key
]
}

resource "azurerm_synapse_workspace_sql_aad_admin" "synapse_workspace_sql_aad_admin" {
synapse_workspace_id = azurerm_synapse_workspace.synapse_workspace.id
login = "AzureAD Admin"
object_id = var.synapse_workspace_admin_object_id
tenant_id = data.azurerm_client_config.current.tenant_id

depends_on = [
azurerm_synapse_workspace_key.synapse_workspace_key
]
}

data "azurerm_monitor_diagnostic_categories" "diagnostic_categories_synapse_workspace" {
Expand Down
3 changes: 0 additions & 3 deletions code/infra/synapse_compute.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ resource "azurerm_synapse_spark_pool" "spark_pool" {
lifecycle {
ignore_changes = all
}
depends_on = [
time_sleep.sleep_workspace
]
}

# Integration runtimes
Expand Down

0 comments on commit 047939c

Please sign in to comment.