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 }