From 9353bf206e4f4a9fa8fdee6b57d353393b7c8748 Mon Sep 17 00:00:00 2001 From: pmohanty2 <84113284+pmohanty2@users.noreply.github.com> Date: Wed, 20 May 2026 16:25:07 +0530 Subject: [PATCH] Update main.tf --- ec2/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ec2/main.tf b/ec2/main.tf index f55bdd8..51f371d 100644 --- a/ec2/main.tf +++ b/ec2/main.tf @@ -16,7 +16,7 @@ provider "aws" { resource "aws_instance" "app_server" { ami = "ami-830c94e3" - instance_type = "t2.micro" + instance_type = "t3.micro" tags = { Name = "ExampleAppServerInstance"