-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Private Cluster Configuration #21
Conversation
2e36402
to
dfd5792
Compare
default = false | ||
} | ||
|
||
variable "private_cluster_config_enable_private_endpoint" { |
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.
Varible name seems a bit long. Maybe consider an alternative like private_endpoint
?
default = false | ||
} | ||
|
||
variable "private_cluster_config_enable_private_nodes" { |
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.
Varible name seems a bit long. Maybe consider an alternative like private_nodes
?
default = false | ||
} | ||
|
||
variable "private_cluster_config_master_ipv4_cidr_block" { |
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.
Varible name seems a bit long. Maybe consider an alternative like private_master_ipv4_cidr
?
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.
+1
Any updates on this PR? |
@miles- We're hoping to get this merged in over the next few days. Thanks for your patience! |
Note: This switches the implementation of this module to require the
google-beta
provider to be configured. See discussion in #13 (comment)This PR has significant overlap with #20, and should not be merged (or really even reviewed) until #20 is.
Addresses #8