Hi there, I was implementing your
EKS cluster in a terragrunt based environment, as you know terragrunt forces you to be a lot more careful about inputs and outputs, and apparently the
region variable is not used anywhere in the module, except for the testing/examples, into the provider. Since that means a further output/input in terragrunt (it's unlikely a big deal with plain terraform as you don't have to deal with each input), would makes sense to remove it from the module's
variables.tf? Happy to create a PR if this makes sense to you.
EDIT: On a second thought, since removing it from the variables would require also a change into the module declaration, can I at least set a default?
EDIT 2: Well, at this point I can set a default as a terragrunt input myself
😄. Anyway that region var is unused and should be removed :)