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

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
}