1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

docs: Update description of karpenter node_iam_role_use_name_prefix (#3304)

This commit is contained in:
Eddie Bachle
2025-02-18 20:07:34 -05:00
committed by GitHub
parent 50cb230c8a
commit 1bfc10a558
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ variable "node_iam_role_name" {
}
variable "node_iam_role_use_name_prefix" {
description = "Determines whether the IAM role name (`iam_role_name`) is used as a prefix"
description = "Determines whether the Node IAM role name (`node_iam_role_name`) is used as a prefix"
type = bool
default = true
}