File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ resource "azurerm_virtual_machine_extension" "this" {
6363 type_handler_version = each. value . type_handler_version
6464
6565 lifecycle {
66- ignore_changes = [tags ,type_handler_version ]
66+ ignore_changes = [tags , type_handler_version ]
6767 }
6868}
6969
@@ -78,7 +78,7 @@ resource "azurerm_virtual_machine_extension" "entra_id_login" {
7878 virtual_machine_id = local. virtual_machine . id
7979
8080 lifecycle {
81- ignore_changes = [tags ,type_handler_version ]
81+ ignore_changes = [tags , type_handler_version ]
8282 }
8383}
8484
@@ -130,7 +130,7 @@ resource "azurerm_virtual_machine_extension" "domain_join" {
130130 })
131131
132132 lifecycle {
133- ignore_changes = [tags ,type_handler_version ]
133+ ignore_changes = [tags , type_handler_version ]
134134 }
135135
136136 depends_on = [
You can’t perform that action at this time.
0 commit comments