Bryant Biggs
Bryant Biggs
#### Is your feature request related to a problem? Please describe - With the functionality provided by #749 and #750, the launch template can be removed from the project ####...
#### Is your feature request related to a problem? Please describe - Replace the local implementation of self-managed managed node group with the implementation provided by the `terraform-aws-eks` module https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/self-managed-node-group...
#### Is your feature request related to a problem? Please describe - Replace the local implementation of EKS managed node group with the implementation provided by the `terraform-aws-eks` module https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/eks-managed-node-group...
#### Is your feature request related to a problem? Please describe - Replace the local implementation of Fargate profile with the implementation provided by the `terraform-aws-eks` module https://github.com/terraform-aws-modules/terraform-aws-eks/tree/master/modules/fargate-profile #### Describe...
#### Is your feature request related to a problem? Please describe - Replace the local implementation of KMS key module with the implementation provided by the [`terraform-aws-eks`](https://github.com/terraform-aws-modules/terraform-aws-eks) and [`terraform-aws-kms`](https://github.com/terraform-aws-modules/terraform-aws-kms) modules...
#### Is your feature request related to a problem? Please describe - Not a problem, but it could be improved to increase its usefulness #### Describe the solution you'd like...
#### Is your feature request related to a problem? Please describe - Align the variables and outputs between the EKS Blueprints project and the `terraform-aws-eks` module #### Describe the solution...
Provide documentation to help guide users on how to contribute an addon to avoid PR feedback churn. Some things we should look at including are: - What are the common...
#### Is your feature request related to a problem? Please describe - A Route53 domain is required to test and validate addons that rely on DNS records. Most use cases...
#### Is your feature request related to a problem? Please describe - Remove the use of `optional()` attributes that was a Terraform experiment that has been marked for removal in...