nerdexam
HashiCorpHashiCorp

TA-002-P · Question #346

TA-002-P Question #346: Real Exam Question with Answer & Explanation

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 cha

Use the Terraform CLI (terraform plan, apply, destroy, fmt, init, validate, workspace, import, taint, providers, output)

Question

Terraform plan updates your state file.

Options

  • ATrue
  • BFalse

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

#terraform plan#state file#CLI commands#terraform workflow

Community Discussion

No community discussion yet for this question.

Full TA-002-P PracticeBrowse All TA-002-P Questions