GGZ: Infrastructure
Please visit this web page and choose your OS. See Terraform download page.
create terraform.tfvars
and add the following setting:
aws_access_key = "xxxx"
aws_secret_key = "xxxx"
ssh_public_key = "ssh-rsa xxxx appleboy@mac"
$ terraform init
$ terraform apply
$ terraform destroy