We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb85f3b commit cbb523bCopy full SHA for cbb523b
1 file changed
deploy/terraform/terraform-units/modules/sap_system/hdb_node/vm-observer.tf
@@ -54,7 +54,11 @@ resource "azurerm_network_interface" "observer" {
54
55
resource "azurerm_linux_virtual_machine" "observer" {
56
lifecycle {
57
- ignore_changes = [ tags ]
+ ignore_changes = [
58
+ tags,
59
+ source_image_reference,
60
+ source_image_id
61
+ ]
62
}
63
64
provider = azurerm.main
0 commit comments