Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update modules/karpenter/variables.tf
Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
  • Loading branch information
alexissellier and bryantbiggs authored Oct 27, 2025
commit fb7b7e8f97ecb1580c3426276b31b8b8a5756e15
2 changes: 1 addition & 1 deletion modules/karpenter/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variable "create_iam_role" {
}

variable "enable_inline_policy" {
description = "Determines whether controller role policy is inlined"
description = "Determines whether the controller policy is created as a standard IAM policy or inline IAM policy. This can be enabled when the error `"LimitExceeded: Cannot exceed quota for PolicySize: 6144"` is received since standard IAM policies have a limit of 6,144 characters versus an inline role policy's limit of 10,240 ([Reference](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html))"
type = bool
default = false
}
Expand Down