Skip to content

go-ggz/infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published