update AMI

This commit is contained in:
Rob Genova 2017-06-25 12:59:50 -07:00
parent fddf190f5f
commit 3d5805d296
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ Update terraform.tfvars with your SSH key name:
```bash
region = "us-east-1"
ami = "ami-68291d7e"
ami = "ami-b582b6a3"
instance_type = "t2.medium"
key_name = "KEY_NAME"
server_count = "3"

View file

@ -1,5 +1,5 @@
region = "us-east-1"
ami = "ami-feac99e8"
ami = "ami-b582b6a3"
instance_type = "t2.medium"
key_name = "KEY_NAME"
server_count = "1"