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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user