mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
AWS: _facts -> _info (part 2) (#57626)
* Rename cloudwatchlogs_log_group_facts -> cloudwatchlogs_log_group_info. * Rename elasticache_facts -> elasticache_info. * redshift_facts -> redshift_info. * Rename route53_facts -> route53_info. * Rename rds_instance_facts -> rds_instance_info. * Rename rds_snapshot_facts -> rds_snapshot_info. * Rename iam_mfa_device_facts -> iam_mfa_device_info. * Rename iam_role_facts -> iam_role_info. * Rename iam_server_certificate_facts -> iam_server_certificate_info. * Rename elb_application_lb_facts -> elb_application_lb_info. * Renaming elb_classic_lb_facts -> elb_classic_lb_info. * elb_target_facts -> elb_target_info. * Rename elb_target_group_facts -> elb_target_group_info. * Update porting guide. * Add changelog. * Fix module defaults (both for this PR and #57613). * Two fixes.
This commit is contained in:
14
changelogs/fragments/57626-aws-facts-info.yaml
Normal file
14
changelogs/fragments/57626-aws-facts-info.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
minor_changes:
|
||||
- The ``cloudwatchlogs_log_group_facts`` module has been renamed to ``cloudwatchlogs_log_group_info``.
|
||||
- The ``elasticache_facts`` module has been renamed to ``elasticache_info``.
|
||||
- The ``elb_application_lb_facts`` module has been renamed to ``elb_application_lb_info``.
|
||||
- The ``elb_classic_lb_facts`` module has been renamed to ``elb_classic_lb_info``.
|
||||
- The ``elb_target_facts`` module has been renamed to ``elb_target_info``.
|
||||
- The ``elb_target_group_facts`` module has been renamed to ``elb_target_group_info``.
|
||||
- The ``iam_mfa_device_facts`` module has been renamed to ``iam_mfa_device_info``.
|
||||
- The ``iam_role_facts`` module has been renamed to ``iam_role_info``.
|
||||
- The ``iam_server_certificate_facts`` module has been renamed to ``iam_server_certificate_info``.
|
||||
- The ``rds_instance_facts`` module has been renamed to ``rds_instance_info``.
|
||||
- The ``rds_snapshot_facts`` module has been renamed to ``rds_snapshot_info``.
|
||||
- The ``redshift_facts`` module has been renamed to ``redshift_info``.
|
||||
- The ``route53_facts`` module has been renamed to ``route53_info``.
|
||||
Reference in New Issue
Block a user