diff --git a/infrastructure/modules/function-app/main.tf b/infrastructure/modules/function-app/main.tf index 35fea655..bb078f68 100644 --- a/infrastructure/modules/function-app/main.tf +++ b/infrastructure/modules/function-app/main.tf @@ -78,7 +78,10 @@ resource "azurerm_linux_function_app" "function_app" { # To prevent Terraform removing 'hidden-link:' tagging created automatically by AzureRM lifecycle { - ignore_changes = [tags] + ignore_changes = [ + tags, + site_config[0].app_service_logs + ] } }