Dealing with conditional Terraform Resources on Azure using Availability Sets
Sometimes when you are defining infrastructure with Terraform you run into issues that start to require conditional resources. Consider the following problem: You have a virtual machine cluster running in 3 environments in Azure, Test Staging Production These 3 environments are made up of the following resources — Azure Virtual Machine Resource Azure Availability Set …
Dealing with conditional Terraform Resources on Azure using Availability Sets Read More »