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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,7 @@ Then perform the following commands on the root folder:
188
188
| node\_metadata | Specifies how node metadata is exposed to the workload running on the node |`string`|`"GKE_METADATA"`| no |
189
189
| node\_pools | List of maps containing node pools |`list(map(any))`| <pre>[<br> {<br> "name": "default-node-pool"<br> }<br>]</pre> | no |
190
190
| node\_pools\_labels | Map of maps containing node labels by node-pool name |`map(map(string))`| <pre>{<br> "all": {},<br> "default-node-pool": {}<br>}</pre> | no |
191
+
| node\_pools\_linux\_node\_configs\_sysctls | Map of maps containing linux node config sysctls by node-pool name |`map(map(string))`| <pre>{<br> "all": {},<br> "default-node-pool": {}<br>}</pre> | no |
191
192
| node\_pools\_metadata | Map of maps containing node metadata by node-pool name |`map(map(string))`| <pre>{<br> "all": {},<br> "default-node-pool": {}<br>}</pre> | no |
192
193
| node\_pools\_oauth\_scopes | Map of lists containing node oauth scopes by node-pool name |`map(list(string))`| <pre>{<br> "all": [<br> "https://www.googleapis.com/auth/cloud-platform"<br> ],<br> "default-node-pool": []<br>}</pre> | no |
193
194
| node\_pools\_resource\_labels | Map of maps containing resource labels by node-pool name |`map(map(string))`| <pre>{<br> "all": {},<br> "default-node-pool": {}<br>}</pre> | no |
@@ -310,7 +311,7 @@ The [project factory](https://github.com/terraform-google-modules/terraform-goog
-[Terraform Provider for GCP][terraform-provider-google] v4.47
314
+
-[Terraform Provider for GCP][terraform-provider-google] v4.51
314
315
#### gcloud
315
316
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
316
317
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.
-[Terraform Provider for GCP Beta][terraform-provider-google-beta] v4.47
259
+
-[Terraform Provider for GCP Beta][terraform-provider-google-beta] v4.51
260
260
{% else %}
261
-
-[Terraform Provider for GCP][terraform-provider-google] v4.47
261
+
-[Terraform Provider for GCP][terraform-provider-google] v4.51
262
262
{% endif %}
263
263
#### gcloud
264
264
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
-[Terraform Provider for GCP Beta][terraform-provider-google-beta] v4.47
190
+
-[Terraform Provider for GCP Beta][terraform-provider-google-beta] v4.51
191
191
#### gcloud
192
192
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
193
193
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.
-[Terraform Provider for GCP Beta][terraform-provider-google-beta] v4.47
177
+
-[Terraform Provider for GCP Beta][terraform-provider-google-beta] v4.51
178
178
#### gcloud
179
179
Some submodules use the [terraform-google-gcloud](https://github.com/terraform-google-modules/terraform-google-gcloud) module. By default, this module assumes you already have gcloud installed in your $PATH.
180
180
See the [module](https://github.com/terraform-google-modules/terraform-google-gcloud#downloading) documentation for more information.
0 commit comments