Category: Deployment, Data, Infrastructure, Hashicorp, firewall, github, automation

First of all, what is Terraform? It is a great tool to describe your cloud infrastructure in the code (IaC) in a declarative way. The main benefit of using this approach is that you will be able to reproduce your infrastructure easily if something goes wrong.

Related Articles