HashiCorp
TERRAFORM-ASSOCIATE-003 · 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.
Use the Core Terraform Workflow
Question
Only the user that generated a terraform plan may apply it.
Options
- ATrue
- BFalse
How the community answered
(34 responses)- A29% (10)
- B71% (24)
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#plan file#core workflow
Community Discussion
No community discussion yet for this question.