| <aname="input_control_nodes_name"></a>[control\_nodes\_name](#input\_control\_nodes\_name) | Name of the nodes. Must match [a-zA-Z0-9-]+ regexp. | `string` | `"control"` | no |
| <aname="input_control_nodes_volume_size"></a>[control\_nodes\_volume\_size](#input\_control\_nodes\_volume\_size) | The size of the volume to create (in gigabytes) for root filesystem. | `string` | `"30"` | no |
| <aname="input_image"></a>[image](#input\_image) | Image used for both control and worker servers | `string` | `"88f8e72a-bbf0-4ccc-8ff2-4f3188cd0d18"` | no |
| <aname="input_infra_name"></a>[infra\_name](#input\_infra\_name) | Infrastructure (profile) name. Used as a name prefix. Must match [a-zA-Z0-9-]+ regexp. | `string` | `"general-tf-demo"` | no |
| <aname="input_internal_network_cidr"></a>[internal\_network\_cidr](#input\_internal\_network\_cidr) | Internal network address, use CIDR notation | `string` | `"10.10.10.0/24"` | no |
| <aname="input_internal_network_creation_enable"></a>[internal\_network\_creation\_enable](#input\_internal\_network\_creation\_enable) | Create dedicated internal network. true/false ~ create new / reuse existing personal network | `bool` | `true` | no |
...
...
@@ -74,6 +79,7 @@ No modules.
| <aname="input_kube_fip"></a>[kube\_fip](#input\_kube\_fip) | Allocate floating IP for kubespray | `bool` | `false` | no |
| <aname="input_kube_fip_create_port"></a>[kube\_fip\_create\_port](#input\_kube\_fip\_create\_port) | True if you want floating IP address for kube-vip to access kube-api | `bool` | `false` | no |
| <aname="input_kube_vip"></a>[kube\_vip](#input\_kube\_vip) | Internal IP for kube-vip to access kube-api | `string` | `"10.0.0.5"` | no |
| <aname="input_nodes_image"></a>[nodes\_image](#input\_nodes\_image) | Image used for both control and worker servers | `string` | `"ubuntu-jammy-x86_64"` | no |
| <aname="input_public_external_network"></a>[public\_external\_network](#input\_public\_external\_network) | Cloud public external network pool | `string` | `"public-cesnet-195-113-167-GROUP"` | no |
| <aname="input_router_creation_enable"></a>[router\_creation\_enable](#input\_router\_creation\_enable) | Create dedicated router instance. true/false ~ create new / reuse existing personal router | `bool` | `true` | no |