Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 573 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 573 Bytes

infrastructure

GGZ: Infrastructure

Platform

How to use

Please visit this web page and choose your OS. See Terraform download page.

Setup AWS Credentials

create terraform.tfvars and add the following setting:

aws_access_key  = "xxxx"
aws_secret_key  = "xxxx"
ssh_public_key = "ssh-rsa xxxx appleboy@mac"

Build Infrastructure

$ terraform init

Change Infrastructure

$ terraform apply

Destroy Infrastructure

$ terraform destroy