Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 545 Bytes

README.md

File metadata and controls

55 lines (28 loc) · 545 Bytes

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