Skip to content

Commit

Permalink
Remove deprecated Modules (#839)
Browse files Browse the repository at this point in the history
Remove deprecated Modules

SUMMARY
Remove deprecated modules for 3.0.0 release
ISSUE TYPE


Feature Pull Request

COMPONENT NAME
community.aws.iam
community.aws.rds

Reviewed-by: Alina Buzachis <None>
Reviewed-by: Jill R <None>
Reviewed-by: None <None>
  • Loading branch information
markuman authored Jan 5, 2022
1 parent bd48c16 commit 2096b7f
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 2,292 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/14532-remove-deprecations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
breaking_changes:
- iam - Removed deprecated ``community.aws.iam`` module. Please use ``community.aws.iam_user``, ``community.aws.iam_access_key`` or ``community.aws.iam_group`` (https://github.com/ansible-collections/community.aws/pull/839).
- rds - Removed deprecated ``community.aws.rds`` module. Please use ``community.aws.rds_instance`` (https://github.com/ansible-collections/community.aws/pull/839).
2 changes: 0 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ action_groups:
- elb_target_group_info
- elb_target_info
- execute_lambda
- iam
- iam_access_key
- iam_access_key_info
- iam_cert
Expand All @@ -148,7 +147,6 @@ action_groups:
- lambda_info
- lambda_policy
- lightsail
- rds
- rds_instance
- rds_instance_info
- rds_instance_snapshot
Expand Down
Loading

0 comments on commit 2096b7f

Please sign in to comment.