forked from ansible-lockdown/RHEL9-CIS
9 lines
223 B
HCL
9 lines
223 B
HCL
#Ami Alma 9
|
|
ami_id = "ami-02881bd671eb4ac61"
|
|
ami_os = "rhel9"
|
|
ami_username = "ec2-user"
|
|
ami_user_home = "/home/ec2-user"
|
|
instance_tags = {
|
|
Name = "RHEL9-CIS"
|
|
Environment = "github_test_pipeline"
|
|
}
|