-
Notifications
You must be signed in to change notification settings - Fork 29
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
Conversation
@@ -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)) |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for testing
There was a problem hiding this comment.
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" ?
There was a problem hiding this comment.
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
c118f90
to
47cefb3
Compare
47cefb3
to
214df4a
Compare
214df4a
to
f2b5019
Compare
f2b5019
to
a5a8289
Compare
fixes #113
closes #113