Skip to content

community.aws 1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 18:41
· 1252 commits to main since this release
e95fb90

Minor Changes

  • Remaining community.aws AnsibleModule based modules migrated to AnsibleAWSModule.
  • sanity - add future imports in all missing places.

Deprecated Features

  • data_pipeline - the version option has been deprecated and will be removed in a later release. It has always been ignored by the module.
  • ec2_eip - the wait_timeout option has been deprecated and will be removed in a later release. It has had no effect since Ansible 2.3.
  • ec2_lc - the associate_public_ip_address option has been deprecated and will be removed after a later release. It has always been ignored by the module.
  • elb_network_lb - in a later release, the default behaviour for the state option will change from absent to present. To maintain the existing behavior explicitly set state to absent.
  • iam_managed_policy - the fail_on_delete option has been deprecated and will be removed after a later release. It has always been ignored by the module.
  • iam_policy - in a later release, the default value for the skip_duplicates option will change from true to false. To maintain the existing behavior explicitly set it to true.
  • iam_policy - the policy_document option has been deprecated and will be removed after a later release. To maintain the existing behavior use the policy_json option and read the file with the lookup plugin.
  • iam_role - in a later release, the purge_policies option (also know as purge_policy) default value will change from true to false
  • s3_lifecycle - the requester_pays option has been deprecated and will be removed after a later release. It has always been ignored by the module.
  • s3_sync - the retries option has been deprecated and will be removed after 2022-06-01. It has always been ignored by the module.