Skip to content

Commit 5e58903

Browse files
authored
Merge pull request #28 from truefoundry/lifecycle-change-metric
lifecycle-change-metric
2 parents f422c7a + 80db0ee commit 5e58903

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

aks.tf

+4
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,8 @@ resource "azurerm_monitor_diagnostic_setting" "cluster_autoscaler_diagnostic" {
106106
enabled_log {
107107
category = "cluster-autoscaler"
108108
}
109+
110+
lifecycle {
111+
ignore_changes = [metric]
112+
}
109113
}

0 commit comments

Comments
 (0)