Change AWS worker modules' default type from t2.small to t3.small

* Worker instance types weren't updated in #365
This commit is contained in:
Dalton Hubble
2019-01-12 00:07:48 -08:00
parent 4d32b79c6f
commit 1d66ad33f7
4 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ variable "count" {
variable "instance_type" {
type = "string"
default = "t2.small"
default = "t3.small"
description = "EC2 instance type"
}