HashiCorp
TERRAFORM-ASSOCIATE-004 · Question #210
terraform destroy is the only way to remove infrastructure.
The correct answer is B. False. While terraform destroy is a common way to remove infrastructure, it is not the only way. You can also remove resources by deleting them from the configuration and running terraform apply. Manually deleting resources in the cloud provider can also remove infrastructure (but Terra
Submitted by layla.eg· Apr 18, 2026Use Terraform CLI
Question
terraform destroy is the only way to remove infrastructure.
Options
- ATrue
- BFalse
How the community answered
(33 responses)- A12% (4)
- B88% (29)
Explanation
While terraform destroy is a common way to remove infrastructure, it is not the only way. You can also remove resources by deleting them from the configuration and running terraform apply. Manually deleting resources in the cloud provider can also remove infrastructure (but Terraform won't be aware unless the state is updated).
Topics
#terraform destroy#terraform apply#resource lifecycle#infrastructure removal
Community Discussion
No community discussion yet for this question.