Skip to content

Commit

Permalink
Update ssm OperatingSystem validator
Browse files Browse the repository at this point in the history
Add ALMA_LINUX, AMAZON_LINUX_2022, and AMAZON_LINUX_2023
  • Loading branch information
trustedtwin-github authored and markpeek committed Jul 11, 2024
1 parent a2a745b commit 1feb8a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions troposphere/validators/ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,11 @@ def operating_system(os):
"""

valid_os = [
"ALMA_LINUX",
"AMAZON_LINUX",
"AMAZON_LINUX_2",
"AMAZON_LINUX_2022",
"AMAZON_LINUX_2023",
"CENTOS",
"DEBIAN",
"MACOS",
Expand Down

0 comments on commit 1feb8a1

Please sign in to comment.