Skip to content

Commit b85eb8f

Browse files
authored
Merge pull request #7 from data-platform-hq/fix-depends
fix: depends on
2 parents 175def1 + 65a9d59 commit b85eb8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ locals {
3333
}
3434

3535
resource "azurerm_linux_web_app" "this" {
36-
depends_on = [azurerm_application_insights.this]
3736
name = "web-${var.project}-${var.env}-${var.location}-${var.name}"
3837
location = var.location
3938
resource_group_name = var.resource_group

0 commit comments

Comments
 (0)