From fc5658c06e91ffe3db53b66b399282be7899605b Mon Sep 17 00:00:00 2001 From: Merin Skaria <112855223+MerinGithubLab@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:56:45 -0700 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 9b32ce06bb..09331458e3 100644 --- a/main.tf +++ b/main.tf @@ -16,7 +16,7 @@ data "aws_ami" "app_ami" { resource "aws_instance" "web" { ami = data.aws_ami.app_ami.id - instance_type = "t3.nano" + instance_type = "t3.small" tags = { Name = "HelloWorld"