HashiCorp Certified: Terraform Associate — Question 164
Which of these is not a benefit of remote state?
Answer options
- A. Keeping unencrypted sensitive information off disk
- B. Easily share reusable code modules
- C. Working in a team
- D. Delegate output to other teams
Correct answer: B
Explanation
The correct answer is B because while remote state allows for better team collaboration and security by keeping sensitive data off disk, it does not specifically facilitate the sharing of reusable code modules. Options A, C, and D are indeed benefits of remote state, enhancing security and teamwork.