Skip to content

Commit

Permalink
[Docs] Updated rds_instance backup_retention_period parameter docs (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcSaad authored Aug 12, 2020
1 parent 818c6d2 commit 11a87e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/community.aws.rds_instance_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ Parameters
<td>
</td>
<td>
<div>The number of days for which automated backups are retained (must be greater or equal to 1). May be used when creating a new cluster, when restoring from S3, or when modifying a cluster.</div>
<div>The number of days for which automated backups are retained.</div>
<div>When set to 0, automated backups will be disabled. (Not applicable if the DB instance is a source to read replicas)</div>
<div>May be used when creating a new cluster, when restoring from S3, or when modifying a cluster.</div>
</td>
</tr>
<tr>
Expand Down
5 changes: 3 additions & 2 deletions plugins/modules/rds_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@
type: str
backup_retention_period:
description:
- The number of days for which automated backups are retained (must be greater or equal to 1).
May be used when creating a new cluster, when restoring from S3, or when modifying a cluster.
- The number of days for which automated backups are retained.
- When set to C(0), automated backups will be disabled. (Not applicable if the DB instance is a source to read replicas)
- May be used when creating a new cluster, when restoring from S3, or when modifying a cluster.
type: int
ca_certificate_identifier:
description:
Expand Down

0 comments on commit 11a87e0

Please sign in to comment.