From 05002fe3a4217d5f43b050b277e90a570e7f2714 Mon Sep 17 00:00:00 2001 From: Matthew Creal Morgan Date: Tue, 13 Aug 2024 17:08:44 -0700 Subject: [PATCH] update ami-id --- rhel.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }