You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_azs"></a> [azs](#input\_azs)| List of exactly two availability zones in the currently configured AWS region.<br>A private subnet and a public subnet is created in each of these availability zones.<br>Each cluster node is launched in one of the private subnets.<br>If null, then the first two availability zones in the currently configured AWS region is used. |`list(string)`|`null`| no |
44
44
| <aname="input_bastion_remote_access_cidr_blocks"></a> [bastion\_remote\_access\_cidr\_blocks](#input\_bastion\_remote\_access\_cidr\_blocks)| Allowed CIDR blocks for external SSH access to the Bastion instance.<br>This must be a list of strings.<br>If null, then access to the Bastion instance is prevented. |`list(string)`| n/a | yes |
45
-
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Cluster version |`string`|`"1.32"`| no |
45
+
| <aname="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version)| Cluster version |`string`|`"1.33"`| no |
46
46
| <aname="input_name_prefix"></a> [name\_prefix](#input\_name\_prefix)| Used as a prefix for the 'Name' tag for each created resource.<br>If null, then a random name 'xrd-terraform-[0-9a-z]{8}' is used. |`string`|`null`| no |
0 commit comments