Within this article, I aim to quickly outline and inform you of some of the different forms of testing that can be implemented on your Terraform code.
We will cover:
Static Testing/Analysis
What is Static testing?
Static testing is a software testing technique by which we can check the defects in software without actually executing it. Often you can find small issues that you may have missed when eyeballing your code.
What are the benefits of static testing/analysis?
About