Terraform with Microsoft Azure – Terraform State – Part 3

Hi Friends,

In this section, we will continue from the last post and discuss what is state management in terraform. During the process we will gain knowledge about how to save, share and lock states. We will also understand what is the significance of using terraform state.

Continue reading “Terraform with Microsoft Azure – Terraform State – Part 3” »

Terraform with Microsoft Azure

Hi Friends,

In this section, thought to start a discussion on the lines of Infrastructure as code aka IAC. This is something which is not new with code-base which we generally maintain to write our application logic. We generally keep our code base in GIT, BitBucket or any other source control. This helps a lot in terms of sharing code across teams, merging their PRs etc.

Continue reading “Terraform with Microsoft Azure” »