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

Private Cluster Configuration #21

Closed
wants to merge 5 commits into from

Conversation

Jberlinsky
Copy link
Contributor

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

@Jberlinsky Jberlinsky force-pushed the feature/private-cluster-configuration branch from 2e36402 to dfd5792 Compare October 26, 2018 15:46
default = false
}

variable "private_cluster_config_enable_private_endpoint" {

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

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

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?

Copy link
Contributor

Choose a reason for hiding this comment

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

+1

@miles-
Copy link

miles- commented Dec 4, 2018

Any updates on this PR?

@Jberlinsky
Copy link
Contributor Author

@miles- We're hoping to get this merged in over the next few days. Thanks for your patience!

@morgante morgante closed this Jan 3, 2019
@aaron-lane aaron-lane deleted the feature/private-cluster-configuration branch April 10, 2019 16:12
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.

4 participants