A municipality stores infrastructure templates in Git so every change is reviewed and can be rolled back. What practice does this illustrate?
Select an answer to reveal the explanation.
Short Explanation
Git is the city's filing cabinet with time travel—every template change gets a review stamp and a way to rewind. That is versioning your infrastructure code, not hiding it on one laptop.
Full Explanation
Storing IaC and related configuration in source control provides history, peer review, and the ability to revert faulty changes. Versioning infrastructure definitions is a standard operational practice alongside application code. Disabling review, avoiding remotes, or relying only on registries weakens that control.