In this part 2 of the blog series, where we will configure the local setup of Terraform and do a first example deployment with explanations of what happens. In the further course of the series, the dynamization of the code, DevOps pipelines for IaC and possibilities of test automation will be discussed. Getting Started with… Continue reading Azure infrastructure with Terraform – Setup & deploy
Category: Infrastructure as Code
Manage your (Azure) infrastructure with Terraform
This blog starts a series on the topic of Infrastructure as Code (IaC) with Terraform from HashiCorp. It includes an introduction to the general IaC aspects and which IaC approaches are natively available for Microsoft Azure, which will also be focus for the further content on Terraform. Companies are still struggling partly with the effort… Continue reading Manage your (Azure) infrastructure with Terraform
Testing Terraform Azure IaC Deployments
Testing of software is nothing new, of course. But testing of (Azure) cloud infrastructure as code deployments follows a little bit another approach. I recently started to work with this testing and write about my impressions, the general testing strategies in that area and how it works. Testing strategies Testing for “normal” software und IaC… Continue reading Testing Terraform Azure IaC Deployments