Skip to content

Commit dec6412

Browse files
authored
fix: typo in node_iam_role_arn var description
1 parent 85a1a1a commit dec6412

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
@@ -253,7 +253,7 @@ variable "cluster_ip_family" {
253253
}
254254

255255
variable "node_iam_role_arn" {
256-
description = "Existing IAM role ARN for the IAM instance profile. Required if `create_iam_role` is set to `false`"
256+
description = "Existing IAM role ARN for the IAM instance profile. Required if `create_node_iam_role` is set to `false`"
257257
type = string
258258
default = null
259259
}

0 commit comments

Comments
 (0)