Skip to content

Commit

Permalink
fix source
Browse files Browse the repository at this point in the history
  • Loading branch information
askulkarni2 committed Oct 30, 2024
1 parent 2822d18 commit c42669e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ai-ml/trainium-inferentia/addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,9 @@ module "eks_blueprints_addons" {
# Data on EKS Kubernetes Addons
#---------------------------------------------------------------
module "eks_data_addons" {
#source = "aws-ia/eks-data-addons/aws"
#version = "1.33.0" # ensure to update this to the latest/desired version
source = "aws-ia/eks-data-addons/aws"
version = "1.35.0" # ensure to update this to the latest/desired version

source = "github.com/aws-ia/terraform-aws-eks-data-addons?ref=neuron-helm-chart"
oidc_provider_arn = module.eks.oidc_provider_arn

enable_aws_neuron_device_plugin = true
Expand Down

0 comments on commit c42669e

Please sign in to comment.