-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix KeyError in aws_config_aggregator module
If `organization_source` attribute is specified, module fails with the following error on line 206: ``` KeyError: 'OrganizationAggregationSourcep' ``` If `organization_source` attribute is specified and `account_sources` attribute is empty, module fails with the following error on line 119: ``` KeyError: 'AccountAggregationSources' ``` This PR fixes both issues.
- Loading branch information
1 parent
2ee7d6f
commit 09dfde7
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/553-aws_config_aggregator-fix-organization-source.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
minor_changes: | ||
- aws_config_aggregator - Fix typos in attribute names (https://github.com/ansible-collections/community.aws/pull/553). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters