We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cc72bc + 5f53789 commit 0311d62Copy full SHA for 0311d62
main.tf
@@ -66,6 +66,14 @@ resource "azurerm_linux_web_app" "this" {
66
ruby_version = local.application_stack["ruby_version"]
67
}
68
69
+ lifecycle {
70
+ ignore_changes = [
71
+ tags["hidden-link: /app-insights-conn-string"],
72
+ tags["hidden-link: /app-insights-instrumentation-key"],
73
+ tags["hidden-link: /app-insights-resource-id"],
74
+ virtual_network_subnet_id
75
+ ]
76
+ }
77
78
79
resource "azurerm_app_service_virtual_network_swift_connection" "this" {
0 commit comments