OuterSrc / terraform-azurerm-caf

Terraform supermodule for the Terraform platform engineering for Azure
http://aka.ms/caf/terraform
MIT License
0 stars 0 forks source link

Latest Updated CAF 1.4.0 is breaking existing code by trying to delete already deployed VMs which are in service #71

Open ml-kartikeshnadar opened 3 months ago

ml-kartikeshnadar commented 3 months ago

Please include admin_username and admin_password under the below block in the code: https://github.com/OuterSrc/terraform-azurerm-caf/blob/develop/modules/compute/virtual_machine/vm_linux.tf

lifecycle { ignore_changes = [ name, computer_name, os_disk[0].name, #for ASR disk restores admin_ssh_key ] }