From 03180e6afdff6464f97c107952813fa2e3c60ecd Mon Sep 17 00:00:00 2001 From: Roger Berlind Date: Tue, 30 Jun 2020 11:44:01 -0400 Subject: [PATCH] change default instance type to small --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index be9bd4d..4347912 100644 --- a/variables.tf +++ b/variables.tf @@ -10,7 +10,7 @@ variable "ami_id" { variable "instance_type" { description = "type of EC2 instance to provision." - default = "t2.micro" + default = "t2.small" } variable "name" {