From 7b6c8d82dcbd7830797920b9d244786a66847e07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jul 2023 08:39:37 +0000 Subject: [PATCH] terraform-docs: automated action --- USAGE.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/USAGE.md b/USAGE.md index 9e7a29d..a5a7380 100644 --- a/USAGE.md +++ b/USAGE.md @@ -20,10 +20,10 @@ | Name | Source | Version | |------|--------|---------| -| [client\_certificate](#module\_client\_certificate) | Invicton-Labs/shell-resource/external | 0.4.0 | -| [client\_key](#module\_client\_key) | Invicton-Labs/shell-resource/external | 0.4.0 | -| [cluster\_ca\_certificate](#module\_cluster\_ca\_certificate) | Invicton-Labs/shell-resource/external | 0.4.0 | -| [host](#module\_host) | Invicton-Labs/shell-resource/external | 0.4.0 | +| [client\_certificate](#module\_client\_certificate) | Invicton-Labs/shell-resource/external | 0.4.1 | +| [client\_key](#module\_client\_key) | Invicton-Labs/shell-resource/external | 0.4.1 | +| [cluster\_ca\_certificate](#module\_cluster\_ca\_certificate) | Invicton-Labs/shell-resource/external | 0.4.1 | +| [host](#module\_host) | Invicton-Labs/shell-resource/external | 0.4.1 | | [keypair](#module\_keypair) | ./modules/keypair | n/a | | [network](#module\_network) | ./modules/network | n/a | | [secgroup](#module\_secgroup) | ./modules/secgroup | n/a | @@ -57,10 +57,12 @@ | [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 | +| [no\_proxy](#input\_no\_proxy) | Hosts that should not be proxied | `list(string)` | `[]` | no | | [nodes\_config\_drive](#input\_nodes\_config\_drive) | Whether to use the config\_drive feature to configure the instances | `bool` | `"false"` | no | | [nodes\_count](#input\_nodes\_count) | Number of server nodes (should be odd number...) | `number` | `1` | no | | [nodes\_net\_cidr](#input\_nodes\_net\_cidr) | Neutron network CIDR | `string` | `"192.168.42.0/24"` | no | | [output\_kubernetes\_config](#input\_output\_kubernetes\_config) | Output Kubernetes config to state (for use with Kubernetes provider) | `bool` | `"false"` | no | +| [proxy\_url](#input\_proxy\_url) | URL of proxy server | `string` | `null` | no | | [public\_net\_name](#input\_public\_net\_name) | External network name | `string` | n/a | yes | | [registries\_conf](#input\_registries\_conf) | Containerd registries config in gz+b64 | `string` | `""` | no | | [rke2\_config](#input\_rke2\_config) | RKE2 config contents | `string` | `""` | no | @@ -73,8 +75,7 @@ | [use\_ssh\_agent](#input\_use\_ssh\_agent) | Whether to use ssh agent | `bool` | `"true"` | no | | [user\_data\_file](#input\_user\_data\_file) | User data file to provide when launching the instance | `string` | `null` | no | | [write\_kubeconfig](#input\_write\_kubeconfig) | Write kubeconfig file to disk | `bool` | `"false"` | no | -| [proxy\_url](#input\_proxy\_url) | URL like "http://user:pass@host:port" when deploying behind a proxy | `string` | `""` | no | -| [no\_proxy](#input\_no\_proxy) | Hosts to exclude from proxy (private addresses ranges are already excluded) | `list(string)` | `[]` | no | + ## Outputs | Name | Description |