Skip to content

Commit 318954a

Browse files
wip
1 parent f9209f0 commit 318954a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • infrastructure/modules/function-app

infrastructure/modules/function-app/main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ resource "azurerm_linux_function_app" "function_app" {
7575
storage_uses_managed_identity = var.storage_uses_managed_identity
7676

7777
tags = var.tags
78+
79+
# To prevent Terraform removing 'hidden-link:' tagging created automatically by AzureRM
80+
lifecycle {
81+
ignore_changes = [tags]
82+
}
7883
}
7984

8085
/* --------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)