Author: Jeremy Lee

Deploy Azure DB with Terraform – Part 2

For this part of the series I want to talk a bit about the grammar and syntax of Terraform, how to reference existing resources, create new resources, and use variables. Below is an example Terraform file using native syntax, which was designed to be human readable. You can get more details on all of this […]

Deploy Azure DB with Terraform – Part 1

Assumption: Active Azure subscription Creating a Foundation This is the first post in what I hope to be a 3 part series that will walk you through getting Terraform setup on your machine, authenticated to a tenant in your Azure subscription and able to deploy resources, specifically an Azure DB. Lets jump into getting the […]