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 +}