Skip to content

Commit

Permalink
Reversing karpenter source to github
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigobersa committed Jun 9, 2024
1 parent f5e9ed6 commit e589037
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3022,9 +3022,8 @@ resource "aws_eks_access_entry" "node" {
}

module "karpenter" {
source = "../terraform-aws-eks-blueprints-addon"
# source = "aws-ia/eks-blueprints-addon/aws"
# version = "1.1.1"
source = "aws-ia/eks-blueprints-addon/aws"
version = "1.1.1"

create = var.enable_karpenter

Expand Down

0 comments on commit e589037

Please sign in to comment.