HashiCorpHashiCorp
TA-002-P · Question #206
TA-002-P Question #206: Real Exam Question with Answer & Explanation
Sign in or unlock TA-002-P to reveal the answer and full explanation for question #206. The question stem and answer options stay visible for context.
Use the Terraform CLI (terraform plan, apply, destroy, fmt, init, validate, workspace, import, taint, providers, output)
Question
What happens when a terraform apply command is executed?
Options
- ACreates the execution plan for the deployment of resources.
- BApplies the changes required in the target infrastructure in order to reach the desired
- CThe backend is initialized and the working directory is prepped.
- DReconciles the state Terraform knows about with the real-world infrastructure.
Unlock TA-002-P to see the answer
You've previewed enough free TA-002-P questions. Unlock TA-002-P for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#terraform apply#infrastructure deployment#desired state#Terraform CLI