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_kubernetes_version"></a> [kubernetes\_version](#input\_kubernetes\_version)| (Required) Desired Kubernetes version to search the official EKS AMIs for the EKS cluster. |`string`| n/a | yes |
34
-
| <aname="input_os"></a> [os](#input\_os)| (Required) A configuration of OS (Operating System) to search EKS official AMIs. `os` block as defined below.<br/> (Required) `name` - A name of the OS (Operating System). Valid values are `amazon-linux`, `ubuntu`, `ubuntu-pro`.<br/> (Required) `release` - A release name of the OS.<br/> `amazon-linux` - Valid values are `2`, `2023`.<br/> `ubuntu` - Valid values are `18.04`, `20.04`, `22.04`, `24.04`.<br/> `ubuntu-pro` - Same with `ubuntu`. | <pre>object({<br/> name = string<br/> release = string<br/> })</pre> | n/a | yes |
34
+
| <aname="input_os"></a> [os](#input\_os)| (Required) A configuration of OS (Operating System) to search EKS official AMIs. `os` block as defined below.<br/> (Required) `name` - A name of the OS (Operating System). Valid values are `amazon-linux`, `ubuntu`, `ubuntu-pro`.<br/> (Required) `release` - A release name of the OS.<br/> `amazon-linux` - Valid values are `2`, `2023`.<br/> `ubuntu` - Valid values are `18.04`, `20.04`, `22.04`, `24.04`, `26.04`.<br/> `ubuntu-pro` - Same with `ubuntu`. | <pre>object({<br/> name = string<br/> release = string<br/> })</pre> | n/a | yes |
35
35
| <aname="input_arch"></a> [arch](#input\_arch)| (Optional) The type of the CPU architecture. Valid values are `amd64`, `arm64`. Defaults to `amd64`. |`string`|`"amd64"`| no |
error_message="Valid values for `os.release` are `2`, `2023` when `os.name` is `amazon-linux`. Valid values for `os.release` are `18.04`, `20.04`, `22.04`, `24.04` when `os.name` is `ubuntu` or `ubuntu-pro`."
31
+
error_message="Valid values for `os.release` are `2`, `2023` when `os.name` is `amazon-linux`. Valid values for `os.release` are `18.04`, `20.04`, `22.04`, `24.04`, `26.04` when `os.name` is `ubuntu` or `ubuntu-pro`."
0 commit comments