From f8a89a8c9851fcc0ab0937ce14236158388cb72c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Oct 2022 19:00:11 +0000 Subject: [PATCH] terraform-docs: automated action --- USAGE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/USAGE.md b/USAGE.md index bc5912e..a0f539f 100644 --- a/USAGE.md +++ b/USAGE.md @@ -54,6 +54,7 @@ | [flavor\_name](#input\_flavor\_name) | Server flavor name | `string` | n/a | yes | | [image\_id](#input\_image\_id) | ID of image nodes (must fullfill [RKE2 requirements](https://docs.rke2.io/install/requirements/)) | `string` | `""` | no | | [image\_name](#input\_image\_name) | ID of image nodes (must fullfill [RKE2 requirements](https://docs.rke2.io/install/requirements/)) | `string` | `""` | no | +| [instance\_tags](#input\_instance\_tags) | Tags added to the instance | `list(string)` | `[]` | no | | [manifests\_gzb64](#input\_manifests\_gzb64) | RKE2 addons manifests in gz+b64 in the form { "addon\_name": "gzb64\_manifests" } | `map(string)` | `{}` | no | | [manifests\_path](#input\_manifests\_path) | RKE2 addons manifests directory | `string` | `""` | no | | [nodes\_config\_drive](#input\_nodes\_config\_drive) | Whether to use the config\_drive feature to configure the instances | `bool` | `"false"` | no |