How to 'Destroy' resources from Terraform

preview_player
Показать описание

In this video we we will walk through the process of removing/destroying resources using the command "terraform destroy".

We will also review the idea of targeting specific resources (vs the whole project) by using the "--target" flag.

Terraform is an open-source infrastructure as code software tool that can be utilized to manage and automate your cloud infrastructure.

Like many recent open-source projects, this tool has a ton of great features and can make your life easier as you learn more about it.It will allow you to be more explicate in how you manage your resources/permissions and keep you much more organized.

Title & Tags:
How to Destroy Resources | Terraform Destroy | How to Use the Target Flag | Terraform Tutorial
#kahandatasolutions #terraform#dataengineering
Рекомендации по теме
Комментарии
Автор

@KahanDataSolutions if i have not created azure resources using terraform and now team wants me to destroy all resources using terraform. what command i need to execute can i run terraform destroy command directly or i need to first run terraform init, terraform plan, terraform validate and finally terraform destroy? could you please guide me on this?

akshaykadam
Автор

I'm getting The plugin crashed!, however the resources are getting created or destroyed..

Praveen_Kumar_R_CBE