- Install terraform version manager - tfenv
- Install terraform CLI and AWS CLI and login AWS account
- Export your AWS credentials
- Initialize terrafrom infrastructure with
terraform init
- Apply infrastructure into aws with
terrafrom apply
- Go to output link, and see message "hello world!"