HashiCorpHashiCorp
TERRAFORM-ASSOCIATE-004 · Question #248
TERRAFORM-ASSOCIATE-004 Question #248: Real Exam Question with Answer & Explanation
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
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.