Terraform (IaC – Infrastructure as Code) Testing
Terraform is an Infrastructure as Code tool that enables us to deploy predictable infrastructure. Usually for the Software/Data applications we focus on writing code, testing it, making sure its following all the conventions, making sure there are no security issues, etc. etc. But when it comes to deploying Infrastructure, we don’t normally treat Terraform or… Read More »