Category: Terraform
-
Deploy Azure OpenAI Resource With Terraform
This Azure OpenAI blog post will show how to create an OpenAI resource using Terraform.
-
How to Output Sensitive Data With Terraform
In this Terraform blog post, we will show to output sensitive information like passwords with the Terraform output command.
-
How To Create a Global Git Ignore File for Terraform
In this Terraform blog post, we will show how to create a global git ignore file and ignore specific files or patterns from being tracked by Git.
-
How to Use Docker Hub Images with Azure terraform Web App
This Docker, Azure, and Terraform article will show how to use Terraform to deploy an Azure Web App for Containers using a Docker Hub image.
-
Target Spcefic Resources With Terraform
In this post, we will show how to use the Terraform target command option to modify and add specific resources without modifying the entire configuration.
-
Use Azure KeyVault With Terraform Azure Pipeline
In this blog post, we will use Azure KeyVault with a Terraform Pipeline to deploy infrastructure to Azure.
-
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.
-
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.
-
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.