2 min read
If you have several terraform projects for handling the deployment of a part of the application and you want to consolidate it into a single project, you can create a new terraform state and import all the resources using terraform import or you can use tfstate-merge to copy resources to the new state to consolidate it
06/10/2021
Read more...1 min read
If you want to compare the differences between two branches on git, it's quite straightforward: We just need to tell from which branch to witch one we want to do the diff
25/06/2021
Read more...2 min read
It is quite common to have have several remote repositories, let's see how to merge a change to a branch on a remote that collides with one of our local branches.
28/12/2020
Read more...