terraform apply will fail if you have not am terraform plan first to update the plan output.
terraform apply will fail if you have not am terraform plan first to update the plan output.
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.
Terraform plan is not mandatory. It just lays our the execution plan. It is an optional command. So, the answer is B. False
Terraform plan is optional
you don't need to do plan before you do apply
No deed to run terraform plan cmd before running terraform apply. it's optional. so answer is B: False
answer is B. False