nerdexam
HashiCorpHashiCorp

TERRAFORM-ASSOCIATE-004 · Question #210

TERRAFORM-ASSOCIATE-004 Question #210: Real Exam Question with Answer & Explanation

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

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.

Full TERRAFORM-ASSOCIATE-004 PracticeBrowse All TERRAFORM-ASSOCIATE-004 Questions