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
Copy file name to clipboardExpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,6 @@ In either case, upgrading to module version `v1.0.0` will trigger a recreation o
162
162
| node\_pools\_metadata | Map of maps containing node metadata by node-pool name | map(map(string)) |`<map>`| no |
163
163
| node\_pools\_oauth\_scopes | Map of lists containing node oauth scopes by node-pool name | map(list(string)) |`<map>`| no |
164
164
| node\_pools\_tags | Map of lists containing node network tags by node-pool name | map(list(string)) |`<map>`| no |
165
-
| node\_pools\_taints | Map of lists containing node taints by node-pool name | object |`<map>`| no |
166
165
| 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 |
167
166
| non\_masquerade\_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list(string) |`<list>`| no |
168
167
| project\_id | The project ID to host the cluster in (required) | string | n/a | yes |
Copy file name to clipboardExpand all lines: modules/private-cluster/README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,6 @@ In either case, upgrading to module version `v1.0.0` will trigger a recreation o
171
171
| node\_pools\_metadata | Map of maps containing node metadata by node-pool name | map(map(string)) |`<map>`| no |
172
172
| node\_pools\_oauth\_scopes | Map of lists containing node oauth scopes by node-pool name | map(list(string)) |`<map>`| no |
173
173
| node\_pools\_tags | Map of lists containing node network tags by node-pool name | map(list(string)) |`<map>`| no |
174
-
| node\_pools\_taints | Map of lists containing node taints by node-pool name | object |`<map>`| no |
175
174
| 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 |
176
175
| non\_masquerade\_cidrs | List of strings in CIDR notation that specify the IP address ranges that do not use IP masquerading. | list(string) |`<list>`| no |
177
176
| project\_id | The project ID to host the cluster in (required) | string | n/a | yes |
@@ -226,7 +225,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
0 commit comments