This post provides some insights, tips and information on Azure Terraform authentication.
Tag: GitHub Workflows
You can use checkov to scan you Iac code for misconfigurations in a DevSecOps manner. It can also be integrated with pre-commit. If you want, it can be applied to Bicep, Kubernetes or other supported frameworks.
You can use pre-commit-terraform to catch basic syntax errors before commiting to repository. It is also possible to write automatic Markdown documentation!
Azure Firewall might be costly for labbing purposes, but with this tip you don’t have to remove it every time. Deallocate with PowerShell!
Want to authenticate your GitHub Workflows with OpenID Connect? It is a great way to replace manual ClientSecrets! Exemplified with a simple Bicep workflow.
When I saw that there was a repository available where Azure Landing Zones (previously known as Enterprise Scale Landing Zones) was being “bicepified”, I had to test it out! 💪
In my last post, I explained a deployment difference between ARM templates and Terraform. Then I suggested a few possible workarounds for the Terraform PaaS…