Skip to content

Commit

Permalink
Merge pull request #5550 from hashicorp/cgbaker/update-terraform
Browse files Browse the repository at this point in the history
More terraform updates
  • Loading branch information
Chris Baker authored Apr 11, 2019
2 parents 596f16f + 6328294 commit 3171529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion terraform/aws/env/us-east/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
region = "us-east-1"
ami = "ami-090a41df9e193a506"
server_instance_type = "t2.medium"
client_instance_type = "p3.2xlarge"
client_instance_type = "t2.medium"
#for GPU work
#client_instance_type = "p3.2xlarge" // for
server_count = "1"
client_count = "1"
nomad_binary = "https://releases.hashicorp.com/nomad/0.9.0/nomad_0.9.0_linux_amd64.zip"
2 changes: 1 addition & 1 deletion terraform/aws/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"source_ami": "ami-80861296",
"instance_type": "t2.medium",
"ssh_username": "ubuntu",
"ami_name": "cgbaker hashistack-nvidia {{timestamp}}",
"ami_name": "hashistack {{timestamp}}",
"ami_groups": ["all"]
}],
"provisioners": [
Expand Down

0 comments on commit 3171529

Please sign in to comment.