4
0
Fork 0

updated environment tags and sleep timeout to 120s

Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
George Nalen 2022-08-23 11:23:10 -04:00
parent 2e53bdfef7
commit 045bbc30cb
No known key found for this signature in database
GPG key ID: CA43827BF7C4DEBA
3 changed files with 3 additions and 3 deletions

View file

@ -5,5 +5,5 @@ ami_username = "ec2-user"
ami_user_home = "/home/ec2-user"
instance_tags = {
Name = "RHEL9-CIS"
Environment = "github_test_pipeline"
Environment = "lockdown_github_repo_workflow"
}