@@ -6,35 +6,35 @@ This example illustrates how to create a cluster with multiple custom node-pool
66## Inputs
77
88| Name | Description | Type | Default | Required |
9- | ------| -------------| : ----: | : -----: | : -----:|
10- | cluster\_ autoscaling | Cluster autoscaling configuration. See [ more details] ( https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#clusterautoscaling ) | object | ` <map> ` | no |
11- | cluster\_ name\_ suffix | A suffix to append to the default cluster name | string | ` "" ` | no |
12- | compute\_ engine\_ service\_ account | Service account to associate to the nodes in the cluster | string | n/a | yes |
13- | ip\_ range\_ pods | The secondary ip range to use for pods | string | n/a | yes |
14- | ip\_ range\_ services | The secondary ip range to use for services | string | n/a | yes |
15- | network | The VPC network to host the cluster in | string | n/a | yes |
16- | project\_ id | The project ID to host the cluster in | string | n/a | yes |
17- | region | The region to host the cluster in | string | n/a | yes |
18- | subnetwork | The subnetwork to host the cluster in | string | n/a | yes |
19- | zones | The zone to host the cluster in (required if is a zonal cluster) | list(string) | n/a | yes |
9+ | ------| -------------| ------ | --------- | :--- -----:|
10+ | cluster\_ autoscaling | Cluster autoscaling configuration. See [ more details] ( https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1beta1/projects.locations.clusters#clusterautoscaling ) | < pre > object({< br > enabled = bool< br > autoscaling_profile = string< br > min_cpu_cores = number< br > max_cpu_cores = number< br > min_memory_gb = number< br > max_memory_gb = number< br > })</ pre > | < pre >{< br > "autoscaling_profile": "BALANCED",< br > "enabled": false,< br > "max_cpu_cores": 0,< br > "max_memory_gb": 0,< br > "min_cpu_cores": 0,< br > "min_memory_gb": 0< br >}</ pre > | no |
11+ | cluster\_ name\_ suffix | A suffix to append to the default cluster name | ` string ` | ` "" ` | no |
12+ | compute\_ engine\_ service\_ account | Service account to associate to the nodes in the cluster | ` any ` | n/a | yes |
13+ | ip\_ range\_ pods | The secondary ip range to use for pods | ` any ` | n/a | yes |
14+ | ip\_ range\_ services | The secondary ip range to use for services | ` any ` | n/a | yes |
15+ | network | The VPC network to host the cluster in | ` any ` | n/a | yes |
16+ | project\_ id | The project ID to host the cluster in | ` any ` | n/a | yes |
17+ | region | The region to host the cluster in | ` any ` | n/a | yes |
18+ | subnetwork | The subnetwork to host the cluster in | ` any ` | n/a | yes |
19+ | zones | The zone to host the cluster in (required if is a zonal cluster) | ` list(string) ` | n/a | yes |
2020
2121## Outputs
2222
2323| Name | Description |
2424| ------| -------------|
25- | ca\_ certificate | |
26- | client\_ token | |
25+ | ca\_ certificate | n/a |
26+ | client\_ token | n/a |
2727| cluster\_ name | Cluster name |
2828| ip\_ range\_ pods | The secondary IP range used for pods |
2929| ip\_ range\_ services | The secondary IP range used for services |
30- | kubernetes\_ endpoint | |
31- | location | |
30+ | kubernetes\_ endpoint | n/a |
31+ | location | n/a |
3232| master\_ kubernetes\_ version | The master Kubernetes version |
33- | network | |
34- | project\_ id | |
35- | region | |
33+ | network | n/a |
34+ | project\_ id | n/a |
35+ | region | n/a |
3636| service\_ account | The default service account used for running nodes. |
37- | subnetwork | |
37+ | subnetwork | n/a |
3838| zones | List of zones in which the cluster resides |
3939
4040<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
0 commit comments