Skip to content
Snippets Groups Projects
Verified Commit d30b66b1 authored by Ing. Klára Moravcová's avatar Ing. Klára Moravcová
Browse files

Change bastion flavor to G2 flavor.

parent 0f02407c
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ No modules.
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_bastion_flavor"></a> [bastion\_flavor](#input\_bastion\_flavor) | n/a | `string` | `"standard.small"` | no |
| <a name="input_bastion_flavor"></a> [bastion\_flavor](#input\_bastion\_flavor) | n/a | `string` | `"e1.small"` | no |
| <a name="input_bastion_image"></a> [bastion\_image](#input\_bastion\_image) | Bastion OS: Image name | `string` | `"ubuntu-noble-x86_64"` | no |
| <a name="input_bastion_name"></a> [bastion\_name](#input\_bastion\_name) | Name of the bastion VM. Must match [a-zA-Z0-9-]+ regexp. | `string` | `"bastion-server"` | no |
| <a name="input_bastion_ssh_user_name"></a> [bastion\_ssh\_user\_name](#input\_bastion\_ssh\_user\_name) | n/a | `string` | `"ubuntu"` | no |
......@@ -87,7 +87,7 @@ No modules.
| <a name="input_lb_kube_api_listener_port"></a> [lb\_kube\_api\_listener\_port](#input\_lb\_kube\_api\_listener\_port) | Listener port for kube-aip load balancer | `number` | `6443` | no |
| <a name="input_lb_kube_api_member_port"></a> [lb\_kube\_api\_member\_port](#input\_lb\_kube\_api\_member\_port) | Port number where kube-api listens. | `number` | `6443` | no |
| <a name="input_nodes_image"></a> [nodes\_image](#input\_nodes\_image) | Image used for both control and worker servers | `string` | `"ubuntu-noble-x86_64"` | no |
| <a name="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 |
| <a name="input_public_external_network"></a> [public\_external\_network](#input\_public\_external\_network) | Cloud public external network pool | `string` | `"external-ipv4-general-public"` | no |
| <a name="input_remove_rules"></a> [remove\_rules](#input\_remove\_rules) | List of default rule keys to be removed | `list(string)` | `[]` | no |
| <a name="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 |
| <a name="input_ssh_public_key"></a> [ssh\_public\_key](#input\_ssh\_public\_key) | n/a | `string` | `"~/.ssh/id_rsa.pub"` | no |
......
......@@ -51,7 +51,7 @@ variable "bastion_name" {
}
variable "bastion_flavor" {
default = "standard.small"
default = "e1.small"
}
variable "bastion_image" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment