From 2fe52359e495dff23ad1d340a4625a0013af9a6b Mon Sep 17 00:00:00 2001 From: lolli001 Date: Fri, 19 Jul 2024 16:41:45 -0400 Subject: [PATCH] Updated --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 4314491..73ff95e 100644 --- a/main.tf +++ b/main.tf @@ -143,7 +143,7 @@ module "rhel-arm" { state = local.state_config vpc_config = local.vpc_config source_ami = "ami-0fac797136d219c79" # Updated AMI ID for RHEL 9 ARM - instance_type = "t3.micro" # Ensure the instance type is ARM64 compatible + instance_type = "t4g.micro" # Ensure the instance type is ARM64 compatible }