generated from terraform-linters/tflint-ruleset-template
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Web apps and function apps that are connected to application insights have a set of 3 hidden tags.
A new rule to add this to ignore_changes list would help to not mark a resource as changed if nothing is changed.
Willing to implement this myself if ok.
lifecycle {
ignore_changes = [
tags["hidden-link: /app-insights-conn-string"],
tags["hidden-link: /app-insights-instrumentation-key"],
tags["hidden-link: /app-insights-resource-id"],
]
}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request