$ terraform version
$ terraform init
$ terraform plan
$ terraform plan -out <plan-name>.tfplan
$ terraform plan -out aks.tfplan
$ terraform apply
$ terraform apply <plan-name>.tfplan
$ terraform apply aks.tfplan
$ terraform plan -destroy
$ terraform apply -destroy
$ terraform validate
$ terraform graph
$ terraform graph > graph.dot