Terraform not able to create azure role assignment

Where using the above client_id, tenant_id, subscription_id, client_secret (they are obtained from az account show and was able to successfully create other resources like vnet, subnets etc), it gives below error Error: authorization.RoleAssignmentsClient#Create: Failure responding…

Create Azure Linux VM with Terraform

This article shows you how to create a complete Linux environment and supporting resources with Terraform. Those resources include a virtual network, subnet, public IP address, and more. In this article, you learn how to:…

Install Terraform on Ubuntu 22.04

Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services. Terraform codifies cloud APIs into declarative configuration files. Infrastructure as code (IAC) tools allow…