nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #248

Only the user that generated a terraform plan may apply it.

The correct answer is B. False. Any user with access to the saved plan file (terraform plan -out=planfile) can run terraform apply planfile. Terraform does not enforce user-specific restrictions.

Submitted by certguy· Apr 18, 2026Use Terraform CLI

Question

Only the user that generated a terraform plan may apply it.

Options

  • ATrue
  • BFalse

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    95% (21)

Explanation

Any user with access to the saved plan file (terraform plan -out=planfile) can run terraform apply planfile. Terraform does not enforce user-specific restrictions.

Topics

#terraform plan#terraform apply#workflow#CLI execution

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice