In this blog post, we will use Azure KeyVault with a Terraform Pipeline to deploy infrastructure to Azure.
Terraform
Use Terraform to Deploy Azure Policy – Restrict Regions
In this post, we are going to use Terraform to deploy Azure Policy that restricts the regions users can create resource groups.
Generate a Secure User Password for Azure VM with Terraform
In this blog post, we’ll explore how to generate secure user passwords for Azure VMs using Terraform during the VM creation step and output it.
Create Azure File Share With Terraform
This blog post focuses on using Terraform to create an Azure File Share, which is a convenient and powerful way to store and share files in the cloud.
Run PowerShell Cmdlet On Azure VMs With Terraform
In this blog post, we will show you how to use Terraform to run PowerShell cmdlets during deployment or post-deployment.
Terraform Variables Precedence and Order
In this blog post, we will discuss Terraform variable precedence and order in detail to help you manage your infrastructure more efficiently.
How To Output Multiple Count Items With Terraform
In this blog post, we will explore the output feature in Terraform and how it can be used to output multiple values when using the meta-argument.
Deploy Multiple Windows 11 Azure VMs With Terraform
In this blog post, we will show you how to use Terraform to deploy multiple Windows 11 virtual machines (VMs) in Azure.
Create and Join Azure VM to Azure AD With Terraform
In this blog post, we will show you how to use Terraform to create an Azure VM running Windows 11 and join it to Azure AD.
Deploy Azure Spot Instance With Terraform
Azure Spot Instances are a type of virtual machine instance that allows users to take advantage of unused Azure compute capacity at a significantly reduced cost.
Create Terraform Azure Service Principal Account using Azure CLI
This blog post will show how to create a service principal (SP) in Microsoft Azure for Terraform using Azure CLI.
Create An Output of Azure Storage Account Name With Terraform
In this blog post, we will guide you through the process of creating an output for your Azure storage account using Terraform, making it easier to access and use your storage resources.