December 2022
Intermediate to advanced
538 pages
7h 45m
English
In the previous chapter, we looked at how terraform state can be stored remotely to allow for collaboration with a larger team. However, just having the state configured remotely won’t help much as we also need the teams to collaborate with their code changes. We need a mechanism wherein the developers can push their code into an SCM (Source Code Management) repository and view/approve each other’s changes before executing terraform. Git allows for full collaborative workflows; hence, in this chapter, we’ll look at two different ...