Skip to content

v1.0.33 - EKS Input Vars def

Compare
Choose a tag to compare
@sekka1 sekka1 released this 23 Nov 16:15
· 274 commits to main since this release

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.