9. Does your Infrastructure as Code live alongside the service it hosts?<p>No, the IaC is configuration, and configuration should be separated from the application.<p>in organizations that implemented GitOps, the IaC files in git are not only a copy of the configuration, it is the source of truth from which the configuration is copied to the systems. Unless all the developers who can commit code should have permission to change production configuration, the IaC repo should be separated from the code repo.