RHEL9-CIS/.github/workflows/OS.tfvars
George Nalen 84538dba40 updated environment tags and sleep timeout to 120s
Signed-off-by: George Nalen <georgen@mindpointgroup.com>
Signed-off-by: Kristian Ebdrup <kris9854@gmail.com>
2022-09-21 19:17:05 +02:00

9 lines
232 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 = "lockdown_github_repo_workflow"
}