Skip to content

Commit

Permalink
Update ssm.py
Browse files Browse the repository at this point in the history
OperatingSystem accept AMAZON_LINUX_2023 and AMAZON_LINUX_2022
  • Loading branch information
trustedtwin-github authored Jul 4, 2024
1 parent a2a745b commit b47e178
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions troposphere/validators/ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def operating_system(os):
valid_os = [
"AMAZON_LINUX",
"AMAZON_LINUX_2",
"AMAZON_LINUX_2022",
"AMAZON_LINUX_2003",
"CENTOS",
"DEBIAN",
"MACOS",
Expand Down

0 comments on commit b47e178

Please sign in to comment.