v1.0.33 - EKS Input Vars def
Variables of non-string types can cause issues with tools like terragrunt (e.g. gruntwork-io/terragrunt#1007) if the type is not explicitly defined when the variable is declared in the module.
This pull request adds a type to the tags
variable in the eks module, making it consistent with the vpc, istio, and other modules in this repo.