You can test Terraform without an Azure/AWS/GCP subscription. It’s free to use.
Tag: IaC
You can set Diagnostic Settings on Azure Management Groups with REST API, and by extension Terraform AzApi!
Connect Subscription Activity Log with Azure Event Hubs for sending logs to third party SIEM using Terraform. Reduced scope for RBAC permission on Auth rule.
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.
Intro Since it is now possible to create your own private Bicep module registries, I wanted to write a short article on this. I have…
This will be a two part post, where the first is to set the stage for the next one. Together, these two posts will give…
While working on IaC templating for an Azure Application Gateway, I stumbled upon a to me different use of the resourceId function. Will try to…