Category: Terraform
-
How to Create a Bastion Host On Azure With Terraform
This blog post will show you how to create a Bastion host on Microsoft Azure using Terraform configuration.
-
Apply Terraform Configuration Without Confirmation
In this Terraform blog post, you will learn how to apply a Terraform configuration code with confirmation.
-
Output Azure Virtual Machine Public IP With Terraform
When deploying Windows or Linux Virtual Machines to Microsoft Azure, we could use Terraform to output the VM IP address.
-
Create Azure VNET, Subnet and NSG With Terraform
This Terraform configuration code will show how to create a Virtual Network (VNET), Subnet and a Network Security Group (NSG) with Terraform.
-
How to Authenticate to Azure from Terraform
This post will show how to authenticate to Microsoft Azure from Terraform and deploy resources.
-
Add Tags to Azure Resources with Terraform
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.
-
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.