We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a1a1a commit dec6412Copy full SHA for dec6412
modules/karpenter/variables.tf
@@ -253,7 +253,7 @@ variable "cluster_ip_family" {
253
}
254
255
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`"
+ description = "Existing IAM role ARN for the IAM instance profile. Required if `create_node_iam_role` is set to `false`"
257
type = string
258
default = null
259
0 commit comments