2d98734ad5
* aws_s3_bucket_facts -> aws_s3_bucket_info * cloudformation_facts -> cloudformation_info * cloudfront_facts -> cloudfront_info * ecs_service_facts -> ecs_service_info * efs_facts -> efs_info * Add changelog and porting guide entry. * lambda_facts -> lambda_info * Improve examples. * Add subsection on renamed modules. * Add sentence on registering variables. * Fix ReST. * Instead of renaming lambda_facts, deprecate it and replace with new module. * Rename internal variable. * Re-add sanity ignores for lambda_facts.
12 lines
877 B
YAML
12 lines
877 B
YAML
minor_changes:
|
|
- The ``aws_s3_bucket_facts`` module has been renamed to ``aws_s3_bucket_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``cloudformation_facts`` module has been renamed to ``cloudformation_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``cloudfront_facts`` module has been renamed to ``cloudfront_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``ecs_service_facts`` module has been renamed to ``ecs_service_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``efs_facts`` module has been renamed to ``efs_info``.
|
|
When called with the new name, the module no longer returns ``ansible_facts``.
|
|
- The ``lambda_facts`` module has been deprecated. Use ``lambda_info`` instead.
|