Skip to content

straubt1/azure-terraform-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Demo - Azure

https://www.terraform.io

terraform version

terraform init

Set Credentials

Two Options:

  • Using the Azure CLI
  • Using Service Principal Credentials directly

terrraform.tfvars

subscription_id = ""
tenant_id       = ""
client_id       = ""
client_secret   = ""

Planning and Building Infrastructure

terraform plan

terraform apply

terraform destroy

Local Docker Image

build docker build -t terraformdocker .

run docker run -it terraformdocker /bin/bash

About

Terraform examples using Azure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages