- To initialize hashicorp in project, use command:
terraform init
- This command will allow you to check whether initialization is done properly and will give you a overview to you about your infrastructure going to be deployed in AWS.
terraform plan
- This command will allow you to push or create your infrastructure in AWS using Terraform by Hashicorp.
terraform apply
- After you created your infrastructure, you either have two choices whether to keep the infrastructure being deployed on AWS or you can delete all of your infrastructure in AWS.
terraform destroy