We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec6408b + cbb3b4e commit 3d656dbCopy full SHA for 3d656db
AMAZON2023.tfvars
@@ -0,0 +1,6 @@
1
+# Amazon Linux 2023
2
+ami_id = "ami-08a52ddb321b32a8c"
3
+ami_os = "AmazonLinux2023"
4
+ami_username = "ec2-user"
5
+ami_user_home = "/home/ec2-user"
6
+benchmark_os = "Amazon2023"
main.tf
@@ -77,6 +77,9 @@ resource "local_file" "inventory" {
77
run_audit: true
78
system_is_ec2: true
79
skip_reboot: false
80
+ amzn2023cis_rule_1_2_2: false # Breaks patching
81
+ amzn2023cis_rule_1_2_4: false # Breaks patching
82
+ amzn2023cis_rule_4_6_6: false # default image has no root password and nopasswd not removed from sudo
83
rhel_07_010340: false
84
rhel7stig_bootloader_password_hash: 'grub.pbkdf2.sha512.somethingnewhere'
85
rhel9cis_rule_5_6_6: false # skip root passwd check and keys only
0 commit comments