RootPrivileges / terragrunt-aws-modules

MIT License
0 stars 0 forks source link

Make modules more DRY #15

Closed RootPrivileges closed 4 years ago

RootPrivileges commented 4 years ago

Some modules (most notably iam/groups/administrators and iam/groups/administrators-with-terragrunt) share a substantial amount of code and are not different enough to justify being distinct modules, where the only difference is the roles of the group. This should be cleaned up to be controlled by a variable on the module instead.