Skip to content

Commit

Permalink
Fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed May 15, 2024
1 parent 31caf23 commit 5631d27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/infra/datafactory_content.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ resource "null_resource" "data_factory_pipelines_run" {
}

depends_on = [
azurerm_resource_group_template_deployment.data_factory_content_deployment
azurerm_resource_group_template_deployment.data_factory_content_deployment,
azurerm_kusto_script.kusto_script,
]
}

0 comments on commit 5631d27

Please sign in to comment.