Skip to content

ravindersirohi/Azure-IaC-Terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure-IaC-Terraform

Infrastructure as Code (IaC) using Terraform with Azure(azurerm provider v2.15)

HCL (HashiCorp Configuration Language) has listed below configurations.

  1. Resource Group
  2. Virtual Network
  3. Service Principal
  4. App Plan
  5. Web App

Terraform.tfvars variables

Azure service principal file (terraform.tfvars) has been ignored which has below information. subscriptionId = "Your subscription" clientId = "Service Principal client Id" clientSecret = "Service Principal client secret" tenantId = "Your Tenant Id"

About

Infrastructure as Code (IaC) with Terraform and Azure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages