HashiCorp Certified: Terraform Associate — Question 103
Which of the following is not a benefit of adopting infrastructure as code?
Answer options
- A. Interpolation
- B. Reusability of code
- C. Versioning
- D. Automation
Correct answer: A
Explanation
Interpolation is primarily a feature related to the processing of variables within code, rather than a direct benefit of infrastructure as code. The other options, such as reusability of code, versioning, and automation, are key advantages that enhance the management and deployment of infrastructure.