Install Terraform in Ubuntu Linux

Below are the commands to install Terraform in Ubuntu Linux   sudo apt update sudo apt install  software-properties-common gnupg2 curl   curl https://apt.releases.hashicorp.com/gpg | gpg –dearmor > hashicorp.gpg sudo install -o root -g root -m 644 hashicorp.gpg /etc/apt/trusted.gpg.d/   sudo apt-add-repository “deb [arch=$(dpkg –print-architecture)] https://apt.releases.hashicorp.com $(lsb_release -cs) main”   sudo apt install terraform

Terraform

Terraform create main.tf got to DOCS: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs Providers : copy the script paste in visual studio got to view–Terminal execuete : terraform init Got to AD–App regtistration–create new registration. copy: clientID:  copy TenantID:  copy subscription ID:  AD–App registration-select created form–lefthand select certificates and secrets– create new client secret- copy teh secret ID CLient Secret ID:…