DevSecOps: Levelling up your Terraform with tfsec and Terratest
In this post I will show how you can use tfsec to run security checks against your Terraform code, and address any issues that it finds. Furthermore, we'll use the Terratest Go library to make sure we don't accidentally cause any functional regressions along the...