A municipal team must stand up matching test and production environments without rebuilding everything through one-off portal clicks. What practice addresses that goal?
Select an answer to reveal the explanation.
Short Explanation
Want twin environments that actually match? Write the blueprint once — that is infrastructure as code — and deploy it twice. Portal memory games drift the moment someone forgets a setting.
Full Explanation
Infrastructure as code (IaC) defines infrastructure in templates or code so deployments are repeatable and consistent across environments such as test and production. Manual portal-only builds increase configuration drift risk. Fundamentals emphasize the IaC purpose, not deep CI/CD pipeline authoring.