A few bug fixes 💅
- Test against minimum versions specified in
versions.tf
(by @dpiddockcmp) - Updated
instance_profile_names
andinstance_profile_arns
outputs to also consider launch template as well as asg (by @ankitwal) - Fix broken terraform plan/apply on a cluster < 1.14 (by @hodduc)
- Updated application of
aws-auth
configmap to createkube_config.yaml
andaws_auth_configmap.yaml
in sequence (and not parallel) tokubectl apply
(by @knittingdev)