Skip to content

Latest commit

 

History

History

eks-official-image

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

eks-official-image

This module creates following resources.

Requirements

Name Version
terraform >= 1.6
aws >= 5.42

Providers

Name Version
aws 5.50.0

Modules

No modules.

Resources

Name Type
aws_ssm_parameter.this data source

Inputs

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

Outputs

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.