mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 00:49:06 +01:00
feat: Propagate ami_type to self-managed node group; allow using ami_type only (#3030)
This commit is contained in:
@@ -142,8 +142,8 @@ output "autoscaling_group_schedule_arns" {
|
||||
################################################################################
|
||||
|
||||
output "platform" {
|
||||
description = "Identifies if the OS platform is `bottlerocket`, `linux`, or `windows` based"
|
||||
value = var.platform
|
||||
description = "[DEPRECATED - Will be removed in `v21.0`] Identifies the OS platform as `bottlerocket`, `linux` (AL2), `al2023`, or `windows`"
|
||||
value = module.user_data.platform
|
||||
}
|
||||
|
||||
output "image_id" {
|
||||
|
||||
Reference in New Issue
Block a user