8000 Adding two new values to OperatingSystem attributes by trustedtwin-github · Pull Request #2256 · cloudtools/troposphere · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Adding two new values to OperatingSystem attributes #2256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

trustedtwin-github
Copy link
Contributor

@@ -97,6 +97,8 @@ def operating_system(os):
valid_os = [
"AMAZON_LINUX",
"AMAZON_LINUX_2",
"AMAZON_LINUX_2022",
"AMAZON_LINUX_2003",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"AMAZON_LINUX_2003",
"AMAZON_LINUX_2023",

@@ -97,6 +97,8 @@ def operating_system(os):
valid_os = [
"AMAZON_LINUX",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might make sense to add missing ALMA_LINUX as well

Suggested change
"AMAZON_LINUX",
"ALMA_LINUX",
"AMAZON_LINUX",