- Terraform CLI installed
- AWS profile (User must have enough privileges according to
main.tf
resources)
terraform init
terraform apply
If you're choosing a different AWS profile, use the command below:
terraform apply -var='aws_profile={YOUR AWS PROFILE}'
For automatically provisiong please add -auto-approve
flag
- After terraform apply, the public ip will be shown as an terraform output