HashiCorp Terraform-Associate-003 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 31 Oct 2025
Copyright © 2014-2025 ACE4Sure. All Rights Reserved