Skip to content

Getting started with AzureRm Terraform provider and provision a VNet using Module

Notifications You must be signed in to change notification settings

niravmsoni/terraform-azurerm-vnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terraform with Azure Provider

  • Authentication Mechanism used

    • Client ID and Client Secret. Refer this
  • Once done, execute core TF workflow

  • terraform init

    image

  • terraform plan -var resource_group_name=main-vnet -out vnet.tfplan

image image

  • terraform apply "vnet.tfplan"

image

RG

image

VNet

image

Subnets

image

  • terraform destroy

image

image

About

Getting started with AzureRm Terraform provider and provision a VNet using Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages