> export TF_VAR_shared_credentials_path="~/.aws/credentials"
> export TF_VAR_aws_profile="profilename"
- Pull and initialize project with AWS plugin
> terraform init
- View changes to infra
> terraform plan
- Apply changes
> terraform apply
- Destroy infra
> terraform destroy