Skip to content

Commit

Permalink
enable inline policy to avoid policy size limits
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jun 16, 2026
1 parent ee69df2 commit a0fd328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ module "karpenter_resources" {
source = "git::https://github.e.it.census.gov/SCT-Engineering/terraform-aws-eks.git//modules/karpenter?ref=v21.23.0"

cluster_name = var.cluster_name
enable_inline_policy = true
create_access_entry = true
create_instance_profile = true
create_node_iam_role = true
Expand Down

0 comments on commit a0fd328

Please sign in to comment.