With this post, we continue & finish the series on managing Azure infrastructure with Terraform, in detail now the steps – among others – for implementation of security scanners, approval gates and the resource deployments. After covering the fundamentals you need to consider in general for an Azure DevOps pipeline in the last blog, we… Continue reading Terraform & Azure DevOps – configuration of Jobs & Tasks
Category: IaC Testing
Azure infrastructure with Terraform – Dynamization with variables & functions
This blog continues the Terraform series with the third part. The first parts dealt with general IaC topics as well as the Terraform basics. A kind of “hello world” deployment with a storage account and fixed values was shown. Now it’s about the various options to make the code dynamic and flexible, starting in this… Continue reading Azure infrastructure with Terraform – Dynamization with variables & functions