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
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
Community Discussion
No community discussion yet for this question.