HashiCorp Terraform-Associate-004 Question Answer
terraform destroy is the only way to remove infrastructure.
True
False
While terraform destroy is a common way to remove infrastructure, it isnot the only way.
You can also remove resources bydeleting 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).
Official Terraform Documentation Reference:
terraform destroy - HashiCorp Documentation
TESTED 09 Feb 2026
Copyright © 2014-2026 ACE4Sure. All Rights Reserved