Static Code Analysis of Terraform based Infrastructure as Code IaC scripts by Abhishek Mishra
11K views
Nov 6, 2023
We use Infrastructure as Code (IaC) scripts to create cloud infrastructure. These scripts should be treated as any other application code and must be developed by following the best coding practices. There should be static code quality checks for these scripts. In this session we will discuss various options like TFLint and SonarQube to scan and analyze Terraform Infrastructure as Code (IaC) scripts. We will also explore the best practices to maintain code quality for Terraform based IaC scripts.
#Education
#Programming
#Software