Skip to content

Commit

Permalink
Update GitLab AMI to v10 (#6698)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Nov 16, 2024
1 parent 633038f commit 17dbbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/gitlab/gitlab.tf.json.template.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@
# For instructions on finding the latest CIS-hardened AMI, see
# OPERATOR.rst#upgrading-linux-ami
#
# CIS Amazon Linux 2 Kernel 4.14 Benchmark - Level 1 - v09 -4c096026-c6b0-440c-bd2f-6d34904e4fc6
# CIS Amazon Linux 2 Kernel 4.14 Benchmark - Level 1 - v10 -4c096026-c6b0-440c-bd2f-6d34904e4fc6
#
ami_id = {
'us-east-1': 'ami-080cfaeb213b9f981'
'us-east-1': 'ami-07d2ed952b805a786'
}

gitlab_mount = '/mnt/gitlab'
Expand Down

0 comments on commit 17dbbc8

Please sign in to comment.