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
| <aname="input_k8s_network_base"></a> [k8s\_network\_base](#input\_k8s\_network\_base)| The IP CIDR base for pods and services secondary networks. Must not overlap with `subnet_network`. Must be a `/16` network. |`string`| n/a | yes |
114
114
| <aname="input_master_authorized_networks"></a> [master\_authorized\_networks](#input\_master\_authorized\_networks)| Allows accessing masters only from defined networks. If `enable_private_endpoint` is `true` it must not be any public CIDR block. |`list(map(string))`| <pre>[<br> {<br> "cidr_block": "0.0.0.0/0",<br> "display_name": "ALL"<br> }<br>]</pre> | no |
115
115
| <aname="input_master_ipv4_cidr_block"></a> [master\_ipv4\_cidr\_block](#input\_master\_ipv4\_cidr\_block)| The /28 CIDR block for masters when using private cluster. |`string`|`"172.16.0.0/28"`| no |
116
-
| <aname="input_node_pools"></a> [node\_pools](#input\_node\_pools)| The object which describes the node pools. The structure is described in the README file. |`map(map(any))`|`{}`| no |
116
+
| <aname="input_node_pools"></a> [node\_pools](#input\_node\_pools)| The object which describes the node pools. The structure is described in the README file. |`any`|`{}`| no |
117
117
| <aname="input_org_id"></a> [org\_id](#input\_org\_id)| GCP organization id. Required if `create_project` is `true`. |`string`|`""`| no |
118
118
| <aname="input_platform_name"></a> [platform\_name](#input\_platform\_name)| The name of the platform. Many resource names are based on this (VPC, subnet, GKE cluster etc). |`string`| n/a | yes |
119
-
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| Existing project id. Required if `create_project` set to `false`|`string`|`""`| no |
120
-
| <aname="input_project_name"></a> [project\_name](#input\_project\_name)| The name of the created project. Defaults to `platform_name` if not set. |`string`|`""`| no |
119
+
| <aname="input_project_id"></a> [project\_id](#input\_project\_id)| Existing project id. Required if `create_project` set to `false`|`string`|`null`| no |
120
+
| <aname="input_project_name"></a> [project\_name](#input\_project\_name)| The name of the created project. Defaults to `platform_name` if not set. |`string`|`null`| no |
121
121
| <aname="input_region"></a> [region](#input\_region)| Region where to create resources. |`string`| n/a | yes |
122
122
| <aname="input_regional"></a> [regional](#input\_regional)| Defines the type of the GKE cluster. If `true` - the cluster is created as `regional`. Otherwise - as `zonal`. |`bool`|`true`| no |
123
123
| <aname="input_release_channel"></a> [release\_channel](#input\_release\_channel)| The GKE release channel. |`string`|`"UNSPECIFIED"`| no |
0 commit comments