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

add azurelinux as an option for the os type #123

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

nellyk
Copy link
Member

@nellyk nellyk commented Oct 2, 2024

fixes #113
closes #113

@@ -254,7 +253,6 @@ map(object({
os_disk_size_gb = optional(number, null)
tags = optional(map(string), {})
labels = optional(map(string), {})
zones = optional(set(string))
Copy link
Member Author

Choose a reason for hiding this comment

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

i've removed this, based on your comment

@@ -64,7 +64,7 @@ module "test" {
orchestrator_version = "1.28"
max_count = 110
min_count = 2
os_sku = "Ubuntu"
os_sku = "AzureLinux"
Copy link
Member Author

Choose a reason for hiding this comment

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

for testing

Copy link
Collaborator

Choose a reason for hiding this comment

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

What do you mean "for testing" ?

Copy link
Member Author

Choose a reason for hiding this comment

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

no longer need this, i added this to test out a user providing Azure linux when we had set ubuntu to default initially

variables.tf Show resolved Hide resolved
zioproto
zioproto previously approved these changes Oct 4, 2024
@nellyk nellyk merged commit 9ba1b3e into main Oct 7, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs: Triage 🔍 Maintainers need to triage still
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AVM Module Issue]: Azure linux instead of ubuntu
2 participants