mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-22 17:39:05 +01:00
feat: Add support for tracking latest AMI release version on managed nodegroups (#2951)
This commit is contained in:
@@ -92,6 +92,8 @@ module "eks" {
|
||||
ami_type = "AL2023_x86_64_STANDARD"
|
||||
platform = "al2023"
|
||||
|
||||
use_latest_ami_release_version = true
|
||||
|
||||
cloudinit_pre_nodeadm = [
|
||||
{
|
||||
content_type = "application/node.eks.aws"
|
||||
@@ -125,6 +127,8 @@ module "eks" {
|
||||
ami_type = "BOTTLEROCKET_x86_64"
|
||||
platform = "bottlerocket"
|
||||
|
||||
use_latest_ami_release_version = true
|
||||
|
||||
# This will get added to what AWS provides
|
||||
bootstrap_extra_args = <<-EOT
|
||||
# extra args added
|
||||
|
||||
Reference in New Issue
Block a user