Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/karpenter/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ variable "cluster_ip_family" {
}

variable "node_iam_role_arn" {
description = "Existing IAM role ARN for the IAM instance profile. Required if `create_iam_role` is set to `false`"
description = "Existing IAM role ARN for the IAM instance profile. Required if `create_node_iam_role` is set to `false`"
type = string
default = null
}
Expand Down
Loading