added latest rhel9 image

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-06-07 10:23:18 +01:00
parent 2090cc4a45
commit a8446b989b
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -1,8 +1,8 @@
#Ami Rocky 85
ami_id = "ami-043ceee68871e0bb5"
ami_os = "rocky8"
ami_username = "rocky"
ami_user_home = "/home/rocky"
ami_id = "ami-0c41531b8d18cc72b"
ami_os = "rhel9"
ami_username = "ec2-user"
ami_user_home = "/home/ec2-user"
instance_tags = {
Name = "RHEL9-CIS"
Environment = "lockdown_github_repo_workflow"