mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
clarifies docs while we await rds_snapshot module
This commit is contained in:
parent
822f82468d
commit
1d054a6671
1 changed files with 4 additions and 4 deletions
|
@ -15,12 +15,12 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: rds
|
module: rds
|
||||||
version_added: "1.3"
|
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:
|
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.
|
- 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
|
- This module has a dependency on python-boto >= 2.5 and will soon be deprecated.
|
||||||
on boto.rds2 (boto >= 2.26.0)
|
- 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.
|
- Please use boto3 based M(rds_instance) instead.
|
||||||
options:
|
options:
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue