TerraformStatic analysis of Azure resource configurationIntroduction Static code analysis of code has been there for quite a while now and it is very useful now in case of configuration as code…
TerraformTerraform - Raise an errorIntroduction The ability to conditionally raise errors is very useful if we are introducing logic and rules in our deployment. Say for…