Defines which are the best patterns when organizing the project across repositories. Do infrastructure and applications code belong together, or should they by separated? How should you organize code for an estate with multiple parts?
This chapters enters more in details on how all the releases are been deployed using IaC.
This chapter focuses on what people do in their workflows, while the following one looks at ways of organizing and managing infrastructure codebases.
Making frequent changes to infrastructure imposes challenges for delivering uninterrupted services. This chapter explores these challenges and techniques for addressing them.