Skip to content

Commit 5c8f0cb

Browse files
committed
fixing merge conflicts
1 parent a030477 commit 5c8f0cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Then perform the following commands on the root folder:
119119
| network\_project\_id | The project ID of the shared VPC's host (for shared vpc support) | string | `` | no |
120120
| node\_pools | List of maps containing node pools | list | `<list>` | no |
121121
| node\_pools\_labels | Map of maps containing node labels by node-pool name | map | `<map>` | no |
122+
| node\_pools\_metadata | Map of maps containing node metadata by node-pool name | map | `<map>` | no |
122123
| node\_pools\_tags | Map of lists containing node network tags by node-pool name | map | `<map>` | no |
123124
| node\_pools\_taints | Map of lists containing node taints by node-pool name | map | `<map>` | no |
124125
| 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:
314315
is a compiled language so there is no standard linter.
315316
* Terraform - terraform has a built-in linter in the 'terraform validate'
316317
command.
317-
* Dockerfiles - hadolint. Can be found in homebrew
318+
* Dockerfiles - hadolint. Can be found in homebrew

examples/disable_client_cert/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ To provision this example, run the following from within this directory:
4747
- `terraform init` to get the plugins
4848
- `terraform plan` to see the infrastructure plan
4949
- `terraform apply` to apply the infrastructure build
50-
- `terraform destroy` to destroy the built infrastructure
50+
- `terraform destroy` to destroy the built infrastructure

0 commit comments

Comments
 (0)