added -force to after_deploy
This commit is contained in:
parent
bf5d9773e2
commit
36e4b74c13
|
@ -25,4 +25,4 @@ deploy:
|
|||
branch: topic-101-vm-simple-linux
|
||||
|
||||
# TODO: possibly use Azure CLI to delete the resource group
|
||||
after_deploy: terraform destroy
|
||||
after_deploy: terraform destroy -force
|
||||
|
|
Loading…
Reference in New Issue