Which statement describes a goal of infrastructure as code?
Which statement describes a goal of infrastructure as code?
The goal of infrastructure as code (IaC) is to manage and provision computing infrastructure through machine-readable definition files, rather than through physical hardware configuration or interactive configuration tools. This approach allows for the programmatic configuration of resources, ensuring that infrastructure is defined in code and managed via code-based processes.
wora refers to the principle of reusability of code in the software development field, not iac the answer whould be D. programmatic config or resources
Repeat question but answer is D
D This means that the infrastructure is defined in code, and the code is used to create and manage the infrastructure.
Same question like #097 and there the majority votes for D (programmatic config of resources)