This blog post will learn how to create three Azure resource groups using Terraform in a single configuration block with the for-each statement.
Install Terraform on Ubuntu With Auto-complete
In this blog post, we will learn how to install the latest version of Terraform on Linux ubuntu with the Terraform CLI auto-complete.
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 Applications to Azure Kubernetes Service (AKS) With Kubectl
In this blog post, I will show you how to deploy applications to Azure Kubernetes Service (AKS) using kubectl without a YAML file.
Deploy Azure AKS Cluster With Terraform
In this blog, I will show you how to create an Azure Kubernetes Service (AKS) cluster with Terraform.
How to Use Secrets in GitHub Actions Workflows
In this blog post, we will see how to use secrets in GitHub Actions workflows and protect sensitive information.