From 1d054a6671a95a0d50271da87f4a5e5e13d2c73b Mon Sep 17 00:00:00 2001 From: Alicia Cozine Date: Mon, 10 Jun 2019 11:31:20 -0500 Subject: [PATCH] clarifies docs while we await rds_snapshot module --- lib/ansible/modules/cloud/amazon/rds.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/rds.py b/lib/ansible/modules/cloud/amazon/rds.py index a294c0ad930..91822f6ad24 100644 --- a/lib/ansible/modules/cloud/amazon/rds.py +++ b/lib/ansible/modules/cloud/amazon/rds.py @@ -15,12 +15,12 @@ DOCUMENTATION = ''' --- module: rds version_added: "1.3" -short_description: create, delete, or modify an Amazon rds instance +short_description: create, delete, or modify Amazon rds instances, rds snapshots, and related facts description: - - Creates, deletes, or modifies rds instances. + - Creates, deletes, or modifies rds resources. - When creating an instance it can be either a new instance or a read-only replica of an existing instance. - - This module has a dependency on python-boto >= 2.5. The 'promote' command requires boto >= 2.18.0. Certain features such as tags rely - on boto.rds2 (boto >= 2.26.0) + - This module has a dependency on python-boto >= 2.5 and will soon be deprecated. + - The 'promote' command requires boto >= 2.18.0. Certain features such as tags rely on boto.rds2 (boto >= 2.26.0). - Please use boto3 based M(rds_instance) instead. options: command: