mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-19 01:57:35 +01:00
Better examples, PR template changes, general tidy up (#375)
* 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
This commit is contained in:
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
9
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -6,8 +6,7 @@ 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/eks_test_fixture` directories (look in CI for an example)
|
||||
- [ ] Tests for the changes have been added and passing (for bug fixes/features)
|
||||
- [ ] Test results are pasted in this PR (in lieu of CI)
|
||||
- [ ] I've added my change to CHANGELOG.md
|
||||
- [ ] Any breaking changes are highlighted above
|
||||
- [ ] `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
|
||||
|
||||
Reference in New Issue
Block a user