JasonCubic / tf-mini-caf-lz

terraform mini azure cloud adoption framework landing zone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform mini cloud adoption framework landing zone

image Azure Landing Zone Masterclass


to get output of a terraform plan as json

terraform plan -out=./out.txt
terraform show -json ./out.txt > out.json

to see a cost breakdown

infracost breakdown --path .

some terraform notes

terraform apply -auto-approve
terraform plan -destroy -auto-approve

About

terraform mini azure cloud adoption framework landing zone


Languages

Language:HCL 100.0%