Start terraform project terraform init Terraform plan (shows what terraform is planning to do) terraform plan -out <file_name> Apply the plan (Deploy to AWS) terraform apply <file_name> Destroy (delete deployed plan) terraform destroy