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., ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit