Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 20:56
· 29 commits to main since this release
9464903
Add support for organization aggregator @IslamHeggy (#85)

what

  • Extended the module functionality to include organization wide aggregator
  • Add the ability to create/pass new IAM role for the organization aggregator
  • Handled default IAM role cases vs organization aggregator IAM role. So they don't depend on each other

why

  • The current default way is attaching accounts using account ids and there is no way to use organization wide aggregator and it's really hard to maintain large number of accounts when using organizations.

references

  • I used organization aggregation argument of the aws_config_configuration_aggregator provider to add the functionality.

  • I checked this stale PR and decided to reinvent the wheel as it has been a while since it was opened