mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-12 05:21:33 +01:00
* adding 3 examples * removing old example * updating PR template * fix this typo * update after renaming default example * add missing launch_template_mixed stuff to aws_auth * fix 2 examples with public subnets * update changelog for new minor release
13 lines
483 B
Markdown
13 lines
483 B
Markdown
# PR o'clock
|
|
|
|
## Description
|
|
|
|
Please explain the changes you made here and link to any relevant issues.
|
|
|
|
### Checklist
|
|
|
|
- [ ] `terraform fmt` and `terraform validate` both work from the root and `examples/*` directories
|
|
- [ ] CI tests are passing
|
|
- [ ] I've added my change to CHANGELOG.md and highlighted any breaking changes
|
|
- [ ] README.md has been updated after any changes to variables and outputs. See https://github.com/terraform-aws-modules/terraform-aws-eks/#doc-generation
|