Skip to content
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

Adding two new values to OperatingSystem attributes #2256

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",

Add ALMA_LINUX, AMAZON_LINUX_2022, and AMAZON_LINUX_2023
@markpeek markpeek merged commit 93f7667 into cloudtools:main Jul 11, 2024
6 checks passed
@markpeek
Copy link
Member

Thanks @trustedtwin-github and @sir-sigurd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants