mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 19:01:04 +01: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