TA-002-P · Question #346
Terraform plan updates your state file.
The correct answer is B. False. The terraform plan command creates an execution plan, which lets you preview the changes that Terraform plans to make to your infrastructure. The plan command alone will not actually carry out the proposed changes, and so you can use this command to check whether the proposed…
Question
Terraform plan updates your state file.
Options
- ATrue
- BFalse
How the community answered
(29 responses)- A7% (2)
- B93% (27)
Explanation
The terraform plan command creates an execution plan, which lets you preview the changes that Terraform plans to make to your infrastructure. The plan command alone will not actually carry out the proposed changes, and so you can use this command to check whether the proposed changes match what you expected before you apply the changes or share your changes with your team for broader review.
Topics
Community Discussion
No community discussion yet for this question.