HashiCorp Certified: Terraform Associate — Question 221
Which of the following is not a benefit of adopting infrastructure as code?
Answer options
- A. Reusability of code
- B. Automation
- C. Graphical User Interface
- D. Versioning
Correct answer: C
Explanation
The correct answer is C, as a Graphical User Interface is not a benefit associated with infrastructure as code, which emphasizes code-based management. Options A, B, and D are all advantages of infrastructure as code, highlighting code reusability, automation of tasks, and the ability to version control configurations.