Rationale for Correct Answer (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.
Analysis of Incorrect Option:
True: Incorrect — Terraform doesn’t tie plan files to individual users.
Key Concept:
Plan files ensure predictability but are not bound to the identity of the user.
[Reference:Terraform Exam Objective – Understand Terraform Basics and CLI., , , , ]
Submit