diff --git a/README.md b/README.md index 4630c5a..1ab395c 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ ng update @angular/cli @angular/core ## History -- 2025-12-07 Updated to Angular 21 +- 2025-12-07 Updated to .NET 10 and Angular 21 - 2025-11-02 Added bootstrap, improved UI (style), created app registration for BFF app using terraform - 2025-11-01 Added security.txt, added OpenAPI - 2025-10-31 Updated to Angular CLI and Angular 20.3.0, using vite in dev diff --git a/iac/main-appsrv.tf b/iac/main-appsrv.tf index 1ec5bd9..41638ec 100644 --- a/iac/main-appsrv.tf +++ b/iac/main-appsrv.tf @@ -33,11 +33,6 @@ resource "azurerm_linux_web_app" "appsrv" { "MicrosoftEntraID__ClientSecret" = azuread_application_password.aadapppwd.value } ) - lifecycle { - ignore_changes = [ - site_config["application_stack"] - ] - } } # Azure App Service custom domain and SSL certificate