Skip to content

Commit

Permalink
Merge pull request #5849 from hashicorp/roll-back-ami
Browse files Browse the repository at this point in the history
roll back to previous ami
  • Loading branch information
Charlie Voiselle committed Jun 18, 2019
2 parents c7723c7 + 04d82e6 commit 25f7876
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions terraform/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/env/us-east/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25f7876

Please sign in to comment.