Skip to content

Commit dbd4122

Browse files
committed
Updated images and ami references
Signed-off-by: Mark Bolwell <[email protected]>
1 parent 3d656db commit dbd4122

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

RHEL8.tfvars

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#Ami Rocky 85
2-
ami_id = "ami-043ceee68871e0bb5"
1+
#Ami Rocky 88
2+
# https://rockylinux.org/cloud-images/
3+
ami_id = "ami-0e5f1e757e8e25110"
34
ami_os = "rocky8"
45
ami_username = "rocky"
56
ami_user_home = "/home/rocky"

RHEL9.tfvars

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
#Ami Alma 9.2
2-
ami_id = "ami-06bc84fafec254e1d"
1+
# Ami Alma 9.2
2+
# https://wiki.almalinux.org/cloud/AWS.html#community-amis
3+
ami_id = "ami-0b1e78fb6f0d36eb3"
34
ami_os = "rhel9"
45
ami_username = "ec2-user"
56
ami_user_home = "/home/ec2-user"

0 commit comments

Comments
 (0)