mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-16 16:47:20 +01:00
NOTES: Set an ASG's launch template version to an explicit version automatically. This will ensure that an instance refresh will be triggered whenever the launch template changes. The default `launch_template_version` is now used to determine the latest or default version of the created launch template for self-managed worker groups. Signed-off-by: Benjamin Ash <bash@intelerad.com> Co-authored-by: Thierno IB. BARRY <ibrahima.br@gmail.com>
Examples
These serve a few purposes:
- Shows developers how to use the module in a straightforward way as integrated with other terraform community supported modules.
- Serves as the test infrastructure for CI on the project.
- Provides a simple way to play with the Kubernetes cluster you create.
IAM Permissions
You can see the minimum IAM Permissions required here.