diff --git a/rhel.tf b/rhel.tf index 363b6ad..d7de2da 100644 --- a/rhel.tf +++ b/rhel.tf @@ -25,6 +25,6 @@ module "rhel" { # goss_profile = "base-test" state = local.state_config vpc_config = local.vpc_config - source_ami = "ami-03f5c6b8195c66b04" # x86_64 compatible AMI + source_ami = "ami-0e6191a82a929381a" # x86_64 compatible AMI - RHEL9 quick start image instance_type = "t3.micro" # x86_64 compatible instance type }