Skip to content

A terraform template to deploy your azure resources from command line.

Notifications You must be signed in to change notification settings

rahulmansharamani14/Terraform-Azure-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Terraform-Azure Template

Deploy resources to Azure with Terraform

Resources:

  1. Create a virtual network
  2. Create a subnet
  3. Create a public IP address
  4. Create a network security group
  5. Create a virtual network interface card
  6. Create a storage account for diagnostics
  7. Create a virtual machine
  8. Delete a virtual machine after submitting the assignment

Prerequisite:

  • az login
  • az account set --subscription "subscription_id"
  • terraform init
  • terraform plan
  • terraform apply (for creating all the resources)
  • terraform destroy (for destroying all the resources once you done playing)
  • terraform destroy -target RESOURCE_TYPE.NAME (for destroying a particular resource)

About

A terraform template to deploy your azure resources from command line.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages