Skip to content

destroy

  • destroy resources contained in .tf files
# destroy resources from all tf files
terraform destroy

# destroy specific resource
terraform destroy -target "azurerm_resource_group.my-rg"