HashiCorpHashiCorp
TA-002-P · Question #423
TA-002-P Question #423: Real Exam Question with Answer & Explanation
Sign in or unlock TA-002-P to reveal the answer and full explanation for question #423. 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
Which of the following is true about terraform apply? (Choose two.)
Options
- AIt only operates on infrastructure defined in the current working directory or workspace
- BYou must pass the output of a terraform plan command to it
- CDepending on provider specification, Terraform may need to destroy and recreate your
- DBy default, it does not refresh your state file to reflect current infrastructure configuration
- EYou cannot target specific resources for the operation
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#resource lifecycle#configuration scope