diff --git a/README.md b/README.md index b37d0e1c80..fd030f659c 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ Then perform the following commands on the root folder: | network\_project\_id | The project ID of the shared VPC's host (for shared vpc support) | string | `` | no | | node\_pools | List of maps containing node pools | list | `` | no | | node\_pools\_labels | Map of maps containing node labels by node-pool name | map | `` | no | +| node\_pools\_metadata | Map of maps containing node metadata by node-pool name | map | `` | no | | node\_pools\_tags | Map of lists containing node network tags by node-pool name | map | `` | no | | node\_pools\_taints | Map of lists containing node taints by node-pool name | map | `` | no | | 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 | @@ -314,4 +315,4 @@ are as follows: is a compiled language so there is no standard linter. * Terraform - terraform has a built-in linter in the 'terraform validate' command. -* Dockerfiles - hadolint. Can be found in homebrew +* Dockerfiles - hadolint. Can be found in homebrew \ No newline at end of file diff --git a/examples/disable_client_cert/README.md b/examples/disable_client_cert/README.md index b6b4ef5c13..8de522204b 100644 --- a/examples/disable_client_cert/README.md +++ b/examples/disable_client_cert/README.md @@ -47,4 +47,4 @@ To provision this example, run the following from within this directory: - `terraform init` to get the plugins - `terraform plan` to see the infrastructure plan - `terraform apply` to apply the infrastructure build -- `terraform destroy` to destroy the built infrastructure +- `terraform destroy` to destroy the built infrastructure \ No newline at end of file