Understanding Terraform Destroy

preview_player
Показать описание
Understanding terraform destory command. Learn how terraform destroy command works. The importance of tfstate file. How to destroy only a specific resource using -target option. Also learn how to prevent a resource being getting destroyed using "terraform destroy" command.

The video also also focus on using terraform "lifecycle" hooks making specific terraform resource permanently immutable.

Connect to our facebook page - /networknuts
Connect to our Insta page - /networknuts
Рекомендации по теме
Комментарии
Автор

Thank you for this session, which clarifies real-time innovation; after watching numerous videos, this topic was not made obvious.

ganeshchaudhary
Автор

sometimes terraform destroy will fail because of time out in the process of destroying all the infrastructure. can we increase the timout for destroy or create please help me with this. I facing the following error timeout while waiting for state to become 'INACTIVE' (last state: 'DRAINING', timeout: 10m0s)

venumadhavgoud
Автор

How to delete a module specific resource

hochpoch