Skip to content

Commit 51f3f01

Browse files
authored
docs: update description of karpenter node_iam_role_use_name_prefix
It currently implies in the variable description that it will use the controller IAM role name (`iam_role_name`), but the code actually uses the `node_iam_role_name` for the prefix, if enabled.
1 parent 50cb230 commit 51f3f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/karpenter/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ variable "node_iam_role_name" {
236236
}
237237

238238
variable "node_iam_role_use_name_prefix" {
239-
description = "Determines whether the IAM role name (`iam_role_name`) is used as a prefix"
239+
description = "Determines whether the Node IAM role name (`node_iam_role_name`) is used as a prefix"
240240
type = bool
241241
default = true
242242
}

0 commit comments

Comments
 (0)