What features stops multiple admins from changing the Terraform state at the same time?
What features stops multiple admins from changing the Terraform state at the same time?
D
Reference:
https://blog.gruntwork.io/how-to-manage-terraform-state-28f5697e68fa
D is correct answer. Somewhat ambiguous question however the key phrase is "feature". You need a remote backend first with a State Locking feature available to avoid this scenario. https://blog.gruntwork.io/how-to-manage-terraform-state-28f5697e68fa
State locking
D. State locking
Answer D. state-lock feature
Answer is D
D is correct option.