From 6d1c25b80da13217850fa3616dd3f42e5b2644e7 Mon Sep 17 00:00:00 2001 From: QBY-ChristianHartmann <127933001+QBY-ChristianHartmann@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:19:43 +0200 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 848fc02..bdda7b9 100644 --- a/main.tf +++ b/main.tf @@ -82,7 +82,7 @@ resource "azurerm_linux_virtual_machine" "this" { ignore_changes = [ # Ignore policy assigned managed identities identity, - os_profile[0].admin_password + admin_password ] } }