From b38ca886b58c13e7733838246c486f3792a145e4 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Tue, 10 Oct 2023 03:30:11 -0300 Subject: [PATCH] Upgrades Instance Type --- instances/instance.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instances/instance.tf b/instances/instance.tf index bf6c8c6..b128705 100644 --- a/instances/instance.tf +++ b/instances/instance.tf @@ -109,7 +109,7 @@ resource "aws_instance" "main" { resource "aws_instance" "worker" { ami = "ami-0af6e9042ea5a4e3e" - instance_type = "t2.micro" + instance_type = "t3a.small" vpc_security_group_ids = [ aws_security_group.project_pool.id ] count = var.number_of_workers