Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 158

terraform apply will fail if you have not am terraform plan first to update the plan output.

    Correct Answer: B

    Terraform plan is not mandatory before running terraform apply. The plan command is used to create an execution plan, showing what actions Terraform will take to change the infrastructure, but it is an optional step. Therefore, terraform apply will not fail if terraform plan has not been run first.

Discussion
Pinky0289Option: B

Terraform plan is not mandatory. It just lays our the execution plan. It is an optional command. So, the answer is B. False

depal_dhirOption: B

Terraform plan is optional

keiffo2Option: B

you don't need to do plan before you do apply

090200fOption: B

No deed to run terraform plan cmd before running terraform apply. it's optional. so answer is B: False

Anil_K786Option: B

answer is B. False