Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
flapp authored Nov 2, 2017
1 parent 3592e7c commit d81a9ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ variable "cluster_name" {
default = "nomad-example"
}

variable "instance_type" {
description = "What kind of instance type to use for the nomad clients"
default = "t2.micro"
}

variable "num_servers" {
description = "The number of server nodes to deploy. We strongly recommend using 3 or 5."
default = 3
Expand Down

0 comments on commit d81a9ba

Please sign in to comment.