This article is part of my #100DaysOfCode and #100DaysOfBlogging challenge. R1D1


This year I attended the Global Azure Bootcamp in Zürich. It was a very well organized conference with lots of interesting sessions. I definitely will go again next year!

One of my favorites was Terraform and Azure - How to GitOps by Sandro Koechli and Jörn Stenkamp. They introduced the idea of managing infrastructure as code with Git. This concept was new to me and very exciting. Unfortunately time did not allow for some demo.

Today I worked through the Getting Started chapter for Terraform. I set up an AWS account and wrote my first Terraform configuration. Via the CLI an infrastructure can be initialized, applied, changed and destroyed (among other commands like plan and show).

I gained a basic understanding of how Terraform works. The configuration of Providers and Resources is still very overwhelming.