From 666a320d34af38a424c9390b18e4a0d23b8619ba Mon Sep 17 00:00:00 2001 From: leonsteinhaeuser Date: Wed, 31 Jan 2024 13:24:12 +0100 Subject: [PATCH] docs: updated auto generated documentation Signed-off-by: leonsteinhaeuser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 579cc83..78c0964 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ No modules. | [node\_pools](#input\_node\_pools) | List all node pools that should be created in the cluster |
map(object({
replicas = object({
min = number
max = number
})
labels = optional(map(string))
os_config = object({
image = string
auto_update = bool
})
node_config = object({
flavor = string
use_floating_ip = bool
})
taints = optional(list(object({
key = string
value = string
effect = string
})))
}))
| n/a | yes | | [openstack\_application\_credential\_id](#input\_openstack\_application\_credential\_id) | The OpenStack application credential ID to use for the metakube cluster | `string` | n/a | yes | | [openstack\_application\_credential\_secret](#input\_openstack\_application\_credential\_secret) | The OpenStack application credential to use for the metakube cluster | `string` | n/a | yes | -| [openstack\_network\_config](#input\_openstack\_network\_config) | n/a |
object({
network_id = optional(string)
subnet_id = optional(string)
cidr = optional(string)
})
| n/a | yes | +| [openstack\_network\_config](#input\_openstack\_network\_config) | n/a |
object({
network_id = optional(string)
subnet_id = optional(string)
cidr = optional(string)
})
| n/a | yes | | [syseleven\_auth\_realm](#input\_syseleven\_auth\_realm) | The realm to use for the syseleven auth | `string` | n/a | yes | ## Outputs