Skip to content

Commit 0438db1

Browse files
authored
Remove lifecycle ignore_changes for application_stack
Removed lifecycle block that ignored changes to application_stack.
1 parent af95e0c commit 0438db1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

iac/main-appsrv.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ resource "azurerm_linux_web_app" "appsrv" {
3333
"MicrosoftEntraID__ClientSecret" = azuread_application_password.aadapppwd.value
3434
}
3535
)
36-
lifecycle {
37-
ignore_changes = [
38-
site_config["application_stack"]
39-
]
40-
}
4136
}
4237

4338
# Azure App Service custom domain and SSL certificate

0 commit comments

Comments
 (0)