Skip to content

Commit

Permalink
Update SSM OperatingSystem validator (#2256)
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 Jul 11, 2024
1 parent a2a745b commit 93f7667
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 93f7667

Please sign in to comment.