This blog post will learn how to create three Azure resource groups using Terraform in a single configuration block with the for-each statement.
Category: Terraform
Create Multiple Azure Resources With Terraform
In this blog post, we will learn how to create multiple Azure resources with Terraform count option.
How to Use a Terraform Module
In this blog post, we will learn how to use a Terraform module with variables to create resources in Microsoft Azure.
Create a Terraform Modules
In this blog post, I will show you how I create a Terraform module to create a resource group on Microsoft Azure.
Use Variables With Terraform and Azure
In this blog post about Terraform, I will show you how to use Terraform variables with hardcode names and other configuration in blocks.
Get Azure Container Registry (ACR) Information With Terraform
In this blog post, I will show you how to get the username, password and server address of an Azure Container Register (ACR) with Terraform code.
Deploy Azure AKS Cluster With Terraform
In this blog, I will show you how to create an Azure Kubernetes Service (AKS) cluster with Terraform.
Create an Azure Container Instance (ACI) With Terraform
In this blog post, we will learn how to create an Azure Container Instance (ACI) group using Terraform and deploy a Docker image from Azure ACR.
Get Azure Container Registry (ACR) Information With Terraform
In this blog post, we will learn how to get the username, password and server address of an Azure Container Register (ACR) with Terraform code.
Deploy an Azure Kubernetes Service (AKS) Cluster With Terraform
In this blog, we will learn how to create an Azure Kubernetes Service (AKS) cluster with Terraform.