terraform-aws-eks-blueprints-addon
terraform-aws-eks-blueprints-addon copied to clipboard
Terraform AWS module which creates an EKS addon (helm release + IRSA)
## Description When trying to deploy Trino on EKS, we would like to reuse an existing IRSA instead of creating a new one, but the module ignores the passed IRSA...
### What does this PR do? * Adding Pod Identity Association Resource * Updating IAM Policy to provide required Pod Identity trust policy * Adding variables to support Pod Identity...
### What does this PR do? - Add clarifying support disclaimer like the original/main project ### Motivation - Resolves # ### Test Results ### Additional Notes
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
fix: A bug fix to pin the helm provider version to `~> 2.9` as there are breaking changes in `3.0.0`
### What does this PR do? - Pin helm provider version to `~> 2.9` as there are breaking changes in `3.0.0` ### Motivation - Recent Helm v3.x introduces breaking changes,...
### What does this PR do? This upgrades the Helm provider to v3 and the AWS provider to v6. ### Motivation - Resolves #41 ### Test Results I ran `terraform...
#### What is the outcome that you are trying to reach? - I want to configure custom **`StorageClasses`** (specifically **`gp3`** instead of the default **`gp2`**) when deploying the **AWS EBS...