This module creates following resources.
No modules.
Name |
Description |
Type |
Default |
Required |
kubernetes_version |
(Required) Desired Kubernetes version to search the official EKS AMIs for the EKS cluster. |
string |
n/a |
yes |
os |
(Required) A configuration of OS (Operating System) to search EKS official AMIs. os block as defined below. (Required) name - A name of the OS (Operating System). Valid values are amazon-linux , ubuntu , ubuntu-pro . (Required) release - A release name of the OS. amazon-linux - Valid values are 2 , 2023 . ubuntu - Valid values are 18.04 , 20.04 , 22.04 , 24.04 . ubuntu-pro - Same with ubuntu . |
object({ name = string release = string }) |
n/a |
yes |
arch |
(Optional) The type of the CPU architecture. Valid values are amd64 , arm64 . Defaults to amd64 . |
string |
"amd64" |
no |
Name |
Description |
arch |
The type of the CPU architecture. |
id |
The ID of the EKS official AMI. |
kubernetes_version |
The version of Kubernetes. |
os |
The configuration of OS (Operating System) of the AMI |
parameter |
The parameter name of SSM Parameter Store. |