gray-tailor-20387
04/29/2020, 10:38 AMopts= pulumi.ResourceOptions(id= 'id_of_the_fm'),
Then i comment out the line and try to add all attributes to be the same to the current state. (can't add some like status= 'active').
Up until now i keep getting a replacement of my resource, which i don't want when importing running vm's.
Thanks in advance for reading.white-balloon-205
04/30/2020, 3:02 AMimport_
not id
. Hopefully it works as expected if you make that change?