Terraform module to make EKS Auth with IAM Roles/Users easier.
This module may exhibit flakiness in the following ways:
- The first run may show changes, even if there aren't any as terraform functions quote the yaml.
- Subsequent runs may show changes, even if there aren't any as the module converts to a set and back.
Please keep the following in mind:
- This module isn't marked "production-ready".
- The Kubernetes resource uses the
force
flag. - Given the size, simplicity and stability of this module, it is probably best to just copy the copy over than add a dependency to it.
Contributions are welcome in the form of PRs or issues.