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
@@ -147,15 +146,14 @@ In either case, upgrading to module version `v1.0.0` will trigger a recreation o
147
146
| ip\_range\_pods | The _name_ of the secondary subnet ip range to use for pods | string | n/a | yes |
148
147
| ip\_range\_services | The _name_ of the secondary subnet range to use for services | string | n/a | yes |
149
148
| issue\_client\_certificate | Issues a client certificate to authenticate to the cluster endpoint. To maximize the security of your cluster, leave this option disabled. Client certificates don't automatically rotate and aren't easily revocable. WARNING: changing this after cluster creation is destructive! | bool |`"false"`| 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 |
152
150
| 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 |
153
151
| maintenance\_start\_time | Time window specified for daily maintenance operations in RFC3339 format | string |`"05:00"`| no |
154
-
| master\_authorized\_networks\_config|The desired configuration options for master authorized networks. The object format is {cidr_blocks = list(object({cidr_block = string, display_name = string}))}. Omit the nested cidr_blocks attribute to disallow external access (except the cluster node IPs, which GKE automatically whitelists). | object |`<list>`| no |
152
+
| master\_authorized\_networks |List of master authorized networks. If none are provided, disallow external access (except the cluster node IPs, which GKE automatically whitelists). | object |`<list>`| no |
155
153
| 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 |
156
154
| name | The name of the cluster (required) | string | n/a | yes |
157
155
| network | The VPC network to host the cluster in (required) | string | n/a | yes |
| network\_policy\_provider | The network policy provider. | string |`"CALICO"`| no |
160
158
| network\_project\_id | The project ID of the shared VPC's host (for shared vpc support) | string |`""`| no |
161
159
| node\_pools | List of maps containing node pools | list(map(string)) |`<list>`| no |
@@ -174,7 +172,7 @@ In either case, upgrading to module version `v1.0.0` will trigger a recreation o
174
172
| skip\_provisioners | Flag to skip all local-exec provisioners. It breaks `stub_domains` and `upstream_nameservers` variables functionality. | bool |`"false"`| no |
175
173
| stub\_domains | Map of stub domains and their resolvers to forward DNS queries for a certain domain to an external DNS server | map(list(string)) |`<map>`| no |
176
174
| subnetwork | The subnetwork to host the cluster in (required) | string | n/a | yes |
177
-
| upstream\_nameservers | If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf | list |`<list>`| no |
175
+
| upstream\_nameservers | If specified, the values replace the nameservers taken by default from the node’s /etc/resolv.conf | list(string)|`<list>`| no |
178
176
| zones | The zones to host the cluster in (optional if regional cluster / required if zonal) | list(string) |`<list>`| no |
179
177
180
178
## Outputs
@@ -185,7 +183,6 @@ In either case, upgrading to module version `v1.0.0` will trigger a recreation o
185
183
| endpoint | Cluster endpoint |
186
184
| horizontal\_pod\_autoscaling\_enabled | Whether horizontal pod autoscaling enabled |
0 commit comments