From ad99567b5e3fdc18bc8c9a41c2e5e1aaf1a954f6 Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Tue, 25 Apr 2023 00:25:15 +1200 Subject: [PATCH] Upsize instance to t4g.micro --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 838fe11..a592468 100644 --- a/variables.tf +++ b/variables.tf @@ -5,7 +5,7 @@ variable "ssh_key" { variable "instance_type" { type = string - default = "t4g.nano" + default = "t4g.micro" } variable "domain" {