We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f96ef7 commit b24d004Copy full SHA for b24d004
main.tf
@@ -9,9 +9,9 @@ module "gke_public" {
9
ip_range_pods = "gke-pods"
10
ip_range_services = "gke-services"
11
12
- enable_private_nodes = false # Public cluster
13
- enable_private_endpoint = false # Public API endpoint
14
- enable_ip_masq_agent = true
+ # enable_private_nodes = false # Public cluster
+ # enable_private_endpoint = false # Public API endpoint
+ # enable_ip_masq_agent = true
15
remove_default_node_pool = true
16
17
node_pools = [
0 commit comments