From 9e312c6379c5846eaad0597de5e55099a8d8bf3f Mon Sep 17 00:00:00 2001 From: J Cole Morrison Date: Fri, 17 Apr 2020 14:06:30 -0700 Subject: [PATCH] default instance size --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 3e8ae6d..3739727 100644 --- a/variables.tf +++ b/variables.tf @@ -138,7 +138,7 @@ variable "vpc_private_subnet_count" { variable "vault_instance_type" { description = "The EC2 instance size of the vault instances." type = string - default = "t2.micro" + default = "t2.medium" } # EC2 - Vault Instance AutoScaling Group