Default Tags for Terraform AWS Provider is finally here

Default tags for Terraform AWS provider had been in the works since I started using Terraform a couple of years ago. Now that it is finally here, does it live up to its expectation? What is Default Tags? Default Tags allows its user to tag all AWS resources that support tags with the exception of… Continue reading Default Tags for Terraform AWS Provider is finally here

The Best Git branching strategy for Terraform is no branching

#disclaimer: Opinions are my own and not the views of my employer We all know that code should be checked into version control. Terraform code is no different. There are so many Git branching strategies available out in the wild, such as the popular Git flow and Github flow. However, when it comes to collaborating… Continue reading The Best Git branching strategy for Terraform is no branching