Re: [packer] packer -build -force is not deleting existing image

2018-08-10 Thread Mumtaz Khan
Hi You are right . Its all sorted . I am living the dream . I realized issue with my powershell script invoking the packer and overwrite parameters incorrectly. thanks Mumtaz On Wednesday, 8 August 2018 22:26:01 UTC+1, Alvaro Miranda Aguilera wrote: > > Hello > > Packer build doesn't

Re: [packer] packer -build -force is not deleting existing image

2018-08-08 Thread Alvaro Miranda Aguilera
Hello Packer build doesn't create a resource group in Azure the first time why you expect it will delete/create with force in the second time? if you you do packer build -force will only overwrite the existing VM. If you want to delete/create a clean ResourceGroup, you can use terraform for

[packer] packer -build -force is not deleting existing image

2018-08-08 Thread Mumtaz Khan
Hi I am using packer 1.2.5 . I am using a powershell job in VSTS and manually running packer build. packer build -force doesn't delete existing resource group for target managed image. Is there a known issue . also doesn't export manifest.json in output.