Skip to content

Commit

Permalink
chore: Remove referenc to enable EFA on Karpenter MNG example (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs authored Jun 12, 2024
1 parent 3e9e5a1 commit e2a4dfd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: detect-aws-credentials
args: [--allow-missing-credentials]
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.90.0
rev: v1.91.0
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down
2 changes: 0 additions & 2 deletions patterns/karpenter-mng/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ module "eks" {
vpc-cni = {}
}

enable_efa_support = true

vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets

Expand Down

0 comments on commit e2a4dfd

Please sign in to comment.