| <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_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_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_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_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_cidr"></a>[internal\_network\_cidr](#input\_internal\_network\_cidr) | Internal network address, use CIDR notation | `string` | `"10.0.0.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 |
| <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 |
| <aname="input_internal_network_name"></a>[internal\_network\_name](#input\_internal\_network\_name) | Internal network name. Either dedicated new network or existing personal network name | `string` | `"<var.infra_name>_network"` | no |
| <aname="input_internal_network_name"></a>[internal\_network\_name](#input\_internal\_network\_name) | Internal network name. Either dedicated new network or existing personal network name | `string` | `"<var.infra_name>_network"` | no |
| <aname="input_internal_subnet_creation_enable"></a>[internal\_subnet\_creation\_enable](#input\_internal\_subnet\_creation\_enable) | Create dedicated subnet instance. true/false ~ create new / reuse existing personal subnet | `bool` | `true` | no |
| <aname="input_internal_subnet_creation_enable"></a>[internal\_subnet\_creation\_enable](#input\_internal\_subnet\_creation\_enable) | Create dedicated subnet instance. true/false ~ create new / reuse existing personal subnet | `bool` | `true` | no |