diff --git a/modules/asg_node_group/variables.tf b/modules/asg_node_group/variables.tf index 3add15b..80c130f 100644 --- a/modules/asg_node_group/variables.tf +++ b/modules/asg_node_group/variables.tf @@ -1,12 +1,12 @@ variable "cluster_config" { type = object({ - name = string - endpoint = string - ca_data = string - vpc_id = string - private_subnet_ids = map(string) - node_security_group = string - tags = map(string) + name = string + endpoint = string + ca_data = string + vpc_id = string + private_subnet_ids = map(string) + node_security_group = string + tags = map(string) }) } @@ -195,6 +195,6 @@ variable "imdsv2_required" { } variable "node_instance_profile" { - type = string + type = string default = "EKSNode" }