mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 02:11:04 +01:00
feat: Propagate ami_type to self-managed node group; allow using ami_type only (#3030)
This commit is contained in:
@@ -10,6 +10,7 @@ module "user_data" {
|
||||
|
||||
create = var.create
|
||||
platform = var.platform
|
||||
ami_type = var.ami_type
|
||||
|
||||
cluster_name = var.cluster_name
|
||||
cluster_endpoint = var.cluster_endpoint
|
||||
|
||||
Reference in New Issue
Block a user