You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| kubernetes_version | The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region. | string |`latest`| no |
117
-
| logging_service | The logging service that the cluster should write logs to. Available options include logging.googleapis.com, logging.googleapis.com/kubernetes (beta), and none | string |`logging.googleapis.com`| no |
118
-
| maintenance_start_time | Time window specified for daily maintenance operations in RFC3339 format | string |`05:00`| no |
119
-
| master_authorized_networks_config | The desired configuration options for master authorized networks. Omit the nested cidr_blocks attribute to disallow external access (except the cluster node IPs, which GKE automatically whitelists)<br><br> ### example format ### master_authorized_networks_config = [{ cidr_blocks = [{ cidr_block = "10.0.0.0/8" display_name = "example_network" }], }]| list |`<list>`| no |
120
-
| monitoring_service | The monitoring service that the cluster should write metrics to. Automatically send metrics from pods in the cluster to the Google Cloud Monitoring API. VM metrics will be collected by Google Compute Engine regardless of this setting Available options include monitoring.googleapis.com, monitoring.googleapis.com/kubernetes (beta) and none | string |`monitoring.googleapis.com`| no |
121
-
| name | The name of the cluster (required) | string | - | yes |
122
-
| network | The VPC network to host the cluster in (required) | string | - | yes |
| network_project_id | The project ID of the shared VPC's host (for shared vpc support) | string | `` | no |
125
-
| node_pools | List of maps containing node pools | list |`<list>`| no |
126
-
| node_pools_labels | Map of maps containing node labels by node-pool name | map |`<map>`| no |
127
-
| node_pools_metadata | Map of maps containing node metadata by node-pool name | map |`<map>`| no |
128
-
| node_pools_tags | Map of lists containing node network tags by node-pool name | map |`<map>`| no |
129
-
| node_pools_oauth_scopes | Map of lists containing node oauth scopes by node-pool name | map |`<map>`| no |
130
-
| node_pools_taints | Map of lists containing node taints by node-pool name | map |`<map>`| no |
131
-
| node_version | The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string | `` | no |
132
-
| non_masquerade_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list |`<list>`| no |
133
-
| project_id | The project ID to host the cluster in (required) | string | - | yes |
134
-
| region | The region to host the cluster in (required) | string | - | yes |
135
-
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | string |`true`| no |
136
-
| remove_default_node_pool | Remove default node pool while setting up the cluster | string |`false`| no |
137
-
| service_account | The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account. May also specify `create` to automatically create a cluster-specific service account | string | `` | no |
138
-
| stub_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map |`<map>`| no |
139
-
| subnetwork | The subnetwork to host the cluster in (required) | string | - | yes |
107
+
| description | The description of the cluster | string |`""`| no |
108
+
| horizontal\_pod\_autoscaling | Enable horizontal pod autoscaling addon | string |`"true"`| no |
| kubernetes\_version | The Kubernetes version of the masters. If set to 'latest' it will pull latest available version in the selected region. | string |`"latest"`| no |
116
+
| logging\_service | The logging service that the cluster should write logs to. Available options include logging.googleapis.com, logging.googleapis.com/kubernetes (beta), and none | string |`"logging.googleapis.com"`| no |
117
+
| maintenance\_start\_time | Time window specified for daily maintenance operations in RFC3339 format | string |`"05:00"`| no |
118
+
| master\_authorized\_networks\_config | The desired configuration options for master authorized networks. Omit the nested cidr_blocks attribute to disallow external access (except the cluster node IPs, which GKE automatically whitelists)<br><br> ### example format ### master_authorized_networks_config = [{ cidr_blocks = [{ cidr_block = "10.0.0.0/8" display_name = "example_network" }], }]| list |`<list>`| no |
119
+
| monitoring\_service | The monitoring service that the cluster should write metrics to. Automatically send metrics from pods in the cluster to the Google Cloud Monitoring API. VM metrics will be collected by Google Compute Engine regardless of this setting Available options include monitoring.googleapis.com, monitoring.googleapis.com/kubernetes (beta) and none | string |`"monitoring.googleapis.com"`| no |
120
+
| name | The name of the cluster (required) | string | n/a | yes |
121
+
| network | The VPC network to host the cluster in (required) | string | n/a | yes |
| network\_project\_id | The project ID of the shared VPC's host (for shared vpc support) | string |`""`| no |
124
+
| node\_pools | List of maps containing node pools | list |`<list>`| no |
125
+
| node\_pools\_labels | Map of maps containing node labels by node-pool name | map |`<map>`| no |
126
+
| node\_pools\_metadata | Map of maps containing node metadata by node-pool name | map |`<map>`| no |
127
+
| node\_pools\_tags | Map of lists containing node network tags by node-pool name | map |`<map>`| no |
128
+
| node\_pools\_taints | Map of lists containing node taints by node-pool name | map |`<map>`| no |
129
+
| node\_version | The Kubernetes version of the node pools. Defaults kubernetes_version (master) variable and can be overridden for individual node pools by setting the `version` key on them. Must be empyty or set the same as master at cluster creation. | string |`""`| no |
130
+
| non\_masquerade\_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list |`<list>`| no |
131
+
| project\_id | The project ID to host the cluster in (required) | string | n/a | yes |
132
+
| region | The region to host the cluster in (required) | string | n/a | yes |
133
+
| regional | Whether is a regional cluster (zonal cluster if set false. WARNING: changing this after cluster creation is destructive!) | string |`"true"`| no |
134
+
| remove\_default\_node\_pool | Remove default node pool while setting up the cluster | string |`"false"`| no |
135
+
| service\_account | The service account to default running nodes as if not overridden in `node_pools`. Defaults to the compute engine default service account. May also specify `create` to automatically create a cluster-specific service account | string |`""`| no |
136
+
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map |`<map>`| no |
137
+
| subnetwork | The subnetwork to host the cluster in (required) | string | n/a | yes |
140
138
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list |`<list>`| no |
141
139
142
140
## Outputs
143
141
144
142
| Name | Description |
145
143
|------|-------------|
146
-
|ca_certificate| Cluster ca certificate (base64 encoded) |
144
+
|ca\_certificate| Cluster ca certificate (base64 encoded) |
147
145
| endpoint | Cluster endpoint |
148
-
|horizontal_pod_autoscaling_enabled| Whether horizontal pod autoscaling enabled |
0 commit comments