cloudposse / terraform-aws-eks-cluster

Terraform module for provisioning an EKS cluster
https://cloudposse.com/accelerate
Apache License 2.0
513 stars 354 forks source link

The region var seems to be ready to be deprecated #237

Open nnsense opened 2 months ago

nnsense commented 2 months ago

Describe the Bug

Not really a bug, but the region variable is apparently unused, see our discussion on slack, but leaving it default = null might lead tools like terragrunt to force the user to set it anyway.

Expected Behavior

It is not used, but it still requires to be set. Without it, we can get rid of an unnecessary input.

Steps to Reproduce

Leave the region variable unset.

Screenshots

No response

Environment

No response

Additional Context

No response