terraform-aws-eks-blueprints-addons
terraform-aws-eks-blueprints-addons copied to clipboard
Do not fetch versions of the add-on if an explicit version is specified
What does this PR do?
🛑 Please open an issue first to discuss any significant work and flesh out details/direction - we would hate for your time to be wasted. Consult the CONTRIBUTING guide for submitting pull-requests.
Motivation
Broken add-on metadata on the AWS side.
Error: reading EKS Add-On version info (aws_ebs_csi_driver, 1.30): empty result
More
- [x] Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
- [ ] Yes, I ran
pre-commit run -a
with this PR
For Moderators
- [x] E2E Test successfully complete before merge?