You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that a coordination is required here to fix this in external modules which are called, and perhaps also publish another 4.x release to call those fixes.
Hello,
Recent commit
19c7cfd
tomain
has removed several directories, and this is preventing the usage of tagged releases such as 4.32.0:Error: subdir "modules/kubernetes-addons/helm-addon" not found
At least one cause is the module calling the external "portworx" module:
terraform-aws-eks-blueprints/modules/kubernetes-addons/main.tf
Line 391 in 80bd3b9
That module in turn is calling back to this repository but is not referencing a version tag:
https://github.com/portworx/terraform-eksblueprints-portworx-addon/blob/bf6d1f68eee97052cac105563bebf19a5e6f4512/main.tf#L2
It appears that a coordination is required here to fix this in external modules which are called, and perhaps also publish another 4.x release to call those fixes.
Versions
Module version [Required]: 4.32.0 (and others)
Terraform version:
1.3.4
Provider version(s):
Reproduction Code [Required]
Any which references this module.
Steps to reproduce the behavior:
terraform init && terraform plan
Expected behaviour
Terraform plan completes without error.
Actual behaviour
Terraform encounters
Error: subdir "modules/kubernetes-addons/helm-addon" not found
The text was updated successfully, but these errors were encountered: