Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 19, 2024
1 parent b40a7e3 commit 2fe5235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit 2fe5235

Please sign in to comment.