Commit 6328294c authored by Chris Baker's avatar Chris Baker
Browse files

terraform: modified default client instance type to a more reasonable...

terraform: modified default client instance type to a more reasonable t2.medium, left commented GPU instance type
parent f1d74648
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
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"
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