Terraform commands Quick Reference
The Goal of this article is to provide you with a quick reference to the terraform commands
Initialise a Terraform working directory
terraform init
Generate and show an execution plan
terraform plan # dry run
Builds or changes the infrastruct...
azhercan.com3 min read