Commit 04d82e66 authored by Omar Khawaja's avatar Omar Khawaja
Browse files

roll back to previous ami

Showing with 3 additions and 3 deletions
+3 -3
......@@ -43,7 +43,7 @@ a custom AMI:
```bash
region = "us-east-1"
ami = "ami-066a7f2ffac02f833"
ami = "ami-090a41df9e193a506"
instance_type = "t2.medium"
key_name = "KEY_NAME"
server_count = "3"
......@@ -57,7 +57,7 @@ variable like so:
```bash
region = "us-east-1"
ami = "ami-066a7f2ffac02f833"
ami = "ami-090a41df9e193a506"
instance_type = "t2.medium"
key_name = "KEY_NAME"
server_count = "3"
......
......@@ -21,7 +21,7 @@ name = "nomad"
# `ami` (required) - The base AMI for the created nodes, This AMI must exist in
# the requested region for this environment to build properly.
# - If it is not provided here, it will be requested interactively.
ami = "ami-0df3b3ceb1f37291d"
ami = "ami-090a41df9e193a506"
# `server_instance_type` ("t2.medium"), `client_instance_type` ("t2.medium"),
# `server_count` (3),`client_count` (4) - These options control instance size
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment