Category: Terraform
-
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.
-
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.
-
How to Configure Azure JIT With Terraform
This post will show how to configure Azure Just-In-Time (JIT) administration using Terraform and the AzAPI provider.
-
Manage Terraform Versions With TFENV
This blog post will show you how to manage multiple versions of Terraform on macOS using the TFENV utility.
-
How to Use The Terraform Azure AzAPI Provider
The AzAPI Terraform provider is a plugin for Terraform that allows you to deploy Azure resources that are not yet available with the AzureRM provider.
-
How to Use Terraform Environment Variables
Terraform environment variables are used to set values that should not be committed to version control.
-
3 Ways to Reference Variables in Terraform
Variables can pass data into a Terraform configuration and can be used to parameterize the configuration.
-
How To Use and Run Terraform TFVARS
Terraform is a tool used to define and deploy infrastructure as code. It is a popular choice for managing infrastructure as code because it is easy to use, has a large and active community, and is supported by a number of cloud providers.
-
Scan Terraform Code for Vulnerabilities With Azure Pipelines
Terraform is a popular tool for infrastructure as code, allowing users to define and manage infrastructure resources in a safe, repeatable, and version-controlled way.