diff --git a/ec2/main.tf b/ec2/main.tf index b70169b..e947e1c 100644 --- a/ec2/main.tf +++ b/ec2/main.tf @@ -16,7 +16,7 @@ provider "aws" { resource "aws_instance" "app_server" { ami = "ami-064ff912f78e3e561" - instance_type = "t2.micro" + instance_type = "t3.micro" tags = { Name = "ExampleAppServerInstance"