terraform-aws-eks-blueprints-addons icon indicating copy to clipboard operation
terraform-aws-eks-blueprints-addons copied to clipboard

Terraform module which provisions addons on Amazon EKS clusters

Results 25 terraform-aws-eks-blueprints-addons issues
Sort by recently updated
recently updated
newest added

### 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...

stale

### 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...

stale

## Description When we enable ingress-nginx and loadbalancer together, deployment will be successful but on destroy, terraform unable to delete loadbalancer and related security groups. - [x] ✋ I have...

## Description I am creating a cluster EKS using the official aws module, and installing addons and tools using `eks-blueprints-addons`. So ok! Everything was going well, but when I needed...

enhancement

## Description Please provide a clear and concise description of the issue you are encountering, and a reproduction of your configuration (see the `examples/*` directory for references that you can...

### 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...

enhancement
BREAKING CHANGE

### Discussed in https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/discussions/385 Originally posted by **carlosj934** April 5, 2024 Hello, I was curious if anyone could point out which commit hash is associated to version = "~> 1.12"....

stale

Allow to set different values on aws_eks_addon.this for resolve_conflicts_on_create and resolve_conflicts_on_update since they have different possible values regarding terraform docs [1]. Issue: `each.value.resolve_conflicts ` https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/blob/7755fb6ec97139d34b7d01467ce7f20164cbd24a/main.tf#L2188 https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/blob/7755fb6ec97139d34b7d01467ce7f20164cbd24a/main.tf#L2189 [1]https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/eks_addon

stale

### 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...

enhancement
add-on

### 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...

enhancement
add-on
BREAKING CHANGE