In Terraform Infrastructure as Code, Azure tags are a way to add metadata to the resources in Azure. Terraform configuration is an excellent opportunity for us to create tags and assign them to our resources. This blog post will discuss how we can do this using Terraform Configuration language with Terraform CLI commands.
Terraform
Create Azure Log Analytics Workspace With Terraform
Azure Log Analytics Workspace is a solution for advanced log management. It provides insights into the logs collected. Azure Log Analytics Workspace is relevant to any organization with the scale of data processing or enterprise-level security requirements. It has features that help in monitoring, analyzing and detecting threats in various ways.
Configure Azure VM To Auto Shutdown Using Terraform
Following our previous blog post on deploying Infrastructure as code (IAC) today, we will configure a Microsoft Azure Virtual machine to auto shutdown at a specific time every day.
Create Windows Server 2022 Virtual Machine On Azure With Terraform
Terraform is a tool for building, changing, and versioning infrastructure safely and efficiently. Terraform can be used to create new virtual machines on Azure that are running Windows Server 2022. This blog post will walk you through the process of deploying Windows Server 2022 on Azure.
Upgrade Terraform on Ubuntu Linux
In this blog post, we will upgrade a Terraform installation on Ubuntu Linux machine.
Deploy An Elastic Container Registry (ECR) With Terraform
This AWS blog post will create an Elastic Container Registry (ECR) with a Terraform configuration code.
Deploy a Docker Host On AWS EC2 With Terraform
In this blog post, we will deploy a Linux Ubuntu 20.04 EC2 instance on AWS as a Docker host using Terraform.
Create a Windows Server 2022 VM With Terraform on Azure
This post will learn how to create a Windows Server 2022 virtual machine on Microsoft Azure with Terraform.
Azure Terraform Error: Error message: ‘You have not accepted the legal terms on this subscription
This blog post will show you how to fix the legal terms notice error message when creating a virtual machine that is from the Azure marketplace.
Create Azure Storage Account With Terraform And Today’s Date
In this Terrafom blog post we will create an Azure Sstorage account and name it with today’s date using Terraform built in functions.
Use Built-in Functions in Terraform Code Configuration
This Terraform post will show us how to use built-in function within a Terrafrom code configuration.
Use for-Each To Create multiple resources with Terraform
In this blog post, we will learn how to use a for-each statement to create multiple resources with Terraform and in the following example, we will use Azure.