TerraformTerraform - working around 'error installing provider'Introduction Recently many teams I have been working with have been hitting this issue with Terraform. We have noticed that it is only…
TerraformTerraform - sharing modules across organizationTerraform modules In Terraform world, modules are a way of reusing infrastructure configuration. We could create a module as a lightweight…
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…