Combine feature requests, bug fixes, and general updates into a single PR to reduce number of releases and also expedite requested changes to PRs.
Allow ami_type="CUSTOM", resolves #96, thank you @ingledl
Output ID and name of launch template, resolves #102, supersedes and closes #103, thank you @bwmetcalf
Change name of node group when launch template ID changes. Supersedes and closes #106, thank you @woz5999
Allow SSH access to provided ssh_access_security_group_ids whether or not an SSH key is provided, resolves #108, thank you @bcbrockway
Allow all TCP egress to destinations where SSH ingress is allowed because that is required for SSH to work (usually not a problem because usually node groups allow all egress to all destinations)
Update test framework, add test for enabled=false, update workflows: general maintenance and conformity
what && why
Combine feature requests, bug fixes, and general updates into a single PR to reduce number of releases and also expedite requested changes to PRs.
ami_type="CUSTOM"
, resolves #96, thank you @ingledlssh_access_security_group_ids
whether or not an SSH key is provided, resolves #108, thank you @bcbrockwayenabled=false
, update workflows: general maintenance and conformity