Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: subdir "modules/kubernetes-addons/helm-addon" not found #1715

Closed
koosungmo opened this issue Aug 3, 2023 · 3 comments
Closed

Error: subdir "modules/kubernetes-addons/helm-addon" not found #1715

koosungmo opened this issue Aug 3, 2023 · 3 comments

Comments

@koosungmo
Copy link

I use v4.28.0.
I ran terraform init today.
It gave an error.

Please help me

Message: Error: subdir "modules/kubernetes-addons/helm-addon" not found

@bryantbiggs
Copy link
Contributor

you need to use version 4.32.1 to stay on v4.x

@nitrocode
Copy link
Contributor

nitrocode commented Aug 4, 2023

@bryantbiggs could this issue be pinned and could this message be documented in the README.md ? A lot of people currently use the blue prints for the helm addons and people may not be ready to migrate just yet so this error may catch people off guard

Related issue (for visibility to link "from" rather than "to") #1421

Edit: Looks like this issue is a duplicate of #1630

@Laxman-SM
Copy link

Laxman-SM commented Aug 11, 2023

@nitrocode , I face the same issue and updated helm provider and addon version and issue resolve for me.

helm = {
version = ">= 2.10.1"
source = "hashicorp/helm"
}

source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.32.1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants