Terraform Notes
We use Terraform template to reliably deploy Azure resource.
Terraform is not an “installable” program. Simply download from Terraform Downloads page the Windows AMD64 zip file and extract the terraform.exe binary and execute it.
To initiate terraform
terraform init To test/check what the template will change (add/change/destroy)
terraform plan To deploy resources in the template
terraform apply To remove all resources in the template
terraform destory To import existing resources into the templace.
Posted by John Liu Monday, February 23, 2026