HashiCorp Certified: Terraform Associate — Question 281
What advantage does an operations team that uses infrastructure as code have?
Answer options
- A. The ability to delete infrastructure
- B. The ability to update existing infrastructure
- C. The ability to reuse best practice configurations and settings
- D. The ability to autoscale a group of servers
Correct answer: C
Explanation
The correct answer is C because infrastructure as code allows teams to define and manage infrastructure through code, enabling them to reuse configurations that follow best practices. Options A and B are focused on actions that do not highlight the core benefit of infrastructure as code, while D pertains to a specific feature that may not directly relate to the broader advantages of using code for infrastructure management.