-
Notifications
You must be signed in to change notification settings - Fork 469
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
Include node_resource_group as variable #136
Conversation
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.
much needed change
It would also be useful for us to have this PR approved, we are using this module in a context where we have resource group name constrainments and not being able to customise it is a bit problematic. |
Like @andypanix said, please merge this feature, otherwise we have a messed up naming convention. |
Hey reviewers folks, can this be approved please ? |
Hi @sbl-matter You agreed that the change is needed. Can you please approve again, or add someone with the right permissions to do so, as you're assigned as reviewer and the PR can finally be merged. We would really appreciate it. Thanks in advance. |
Sorry @shurik-io , i reviewed, as I think you could do too, thinking that would speed up the process but apparently only somebody with write access can do anything. |
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.
This merge would me much appreciated
@sbl-matter can you ping someone with write access to have a look and approve it, as I don't know who could do it. Thanks in advance. |
@lonegunmanb |
Can this be merged? :) |
Can this be picked up as well? Thanks |
Yes, please waiting for this to be merged |
@@ -289,3 +289,9 @@ variable "enable_host_encryption" { | |||
type = bool | |||
default = false | |||
} | |||
|
|||
variable "node_resource_group" { | |||
description = "The auto-generated Resource Group which contains the resources for this Managed Kubernetes Cluster." |
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.
Would the description " (Optional) The name of the Resource Group where the Kubernetes Nodes should exist. Changing this forces a new resource to be created." be better?
@lonegunmanb thanks for merging the PR, it would be great now if a new release would be available, could you publish the 4.15.0 release? Many thanks! |
Hi @andypanix , this feature has been released as 4.15.0. |
This PR close #135