awslabs / crossplane-on-eks

Crossplane bespoke composition blueprints for AWS resources
Apache License 2.0
308 stars 109 forks source link

[Bug]: terraform init error subdir "modules/kubernetes-addons/helm-addon" not found #139

Closed csantanapr closed 10 months ago

csantanapr commented 10 months ago

Welcome to AWS Blueprints for Crossplane!

AWS Blueprints for Crossplane Release version

latest

What is your environment, configuration and the example used?

latest

What did you do and What did you see instead?

cd bootstrap/terraform/
terraform init

Errors with

➜  terraform git:(main) ✗ terraform init                                                                                                                    arn:aws:eks:us-west-2:015299085168:cluster/cluster-1-dev

Initializing the backend...
Initializing modules...
Downloading git::https://github.com/aws-ia/terraform-aws-eks-blueprints.git for eks_blueprints_crossplane_addons.portworx.helm_addon...
Downloading git::https://github.com/aws-ia/terraform-aws-eks-blueprints.git for eks_blueprints_crossplane_addons.sysdig_agent.helm_addon...
╷
│ Error: Failed to expand subdir globs
│ 
│ subdir "modules/kubernetes-addons/helm-addon" not found
╵

╷
│ Error: Failed to expand subdir globs
│ 
│ subdir "modules/kubernetes-addons/helm-addon" not found

Additional Information

No response

Sebs030 commented 10 months ago

Hi I have a similar issue when i try to use the module "eks_blueprints_kubernetes_addons" example provided on your page. Running terraform init results in Initializing the backend... Initializing modules... Downloading git::https://github.com/aws-ia/terraform-aws-eks-blueprints.git for kubernetes_addons... ╷ │ Error: Failed to expand subdir globs │ │ subdir "modules/kubernetes-addons" not found