Skip to content

Commit 0311d62

Browse files
authored
Merge pull request #4 from data-platform-hq/fix-vnet
fix: fix vnet integration
2 parents 1cc72bc + 5f53789 commit 0311d62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

main.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ resource "azurerm_linux_web_app" "this" {
6666
ruby_version = local.application_stack["ruby_version"]
6767
}
6868
}
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+
}
6977
}
7078

7179
resource "azurerm_app_service_virtual_network_swift_connection" "this" {

0 commit comments

Comments
 (0)