From 5b24c40d6e5fdf3a94ad59a5c1d07ded5129ba2f Mon Sep 17 00:00:00 2001 From: Balaganesh1994 <111269592+Balaganesh1994@users.noreply.github.com> Date: Tue, 6 Jan 2026 09:51:23 +0000 Subject: [PATCH] modified instance size --- Day-3/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Day-3/main.tf b/Day-3/main.tf index 455d8412..6049c0f6 100644 --- a/Day-3/main.tf +++ b/Day-3/main.tf @@ -5,6 +5,6 @@ provider "aws" { module "ec2_instance" { source = "./modules/ec2_instance" ami_value = "ami-053b0d53c279acc90" # replace this - instance_type_value = "t2.micro" + instance_type_value = "t3.micro" subnet_id_value = "subnet-019ea91ed9b5252e7". # replace this -} \ No newline at end of file +}