Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit e3b0527

Browse files
wip
1 parent fe00cc8 commit e3b0527

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infrastructure/tf-core/function_app.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ module "functionapp" {
4343
worker_32bit = var.function_apps.worker_32bit
4444

4545
tags = var.tags
46+
47+
lifecycle {
48+
ignore_changes = [tags]
49+
}
4650
}
4751

4852

0 commit comments

Comments
 (0)