Skip to content

Commit

Permalink
minor doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Nov 28, 2023
1 parent e35ea8f commit fd38026
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions plugins/modules/rds_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,15 +358,16 @@
min_capacity:
description:
- The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
- ACU values can be specified in in half-step increments, such as 8, 8.5, 9, and so on.
- The smallest possible value is 0.5.
- ACU values can be specified in in half-step increments, such as C(8), C(8.5), C(9), and so on.
- The smallest possible value is C(0.5).
type: float
max_capacity:
description:
- The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.
- ACU values can be specified in in half-step increments, such as 40, 40.5, 41, and so on.
- The largest possible value is 128.
- ACU values can be specified in in half-step increments, such as C(40), C(40.5), C(41), and so on.
- The largest possible value is C(128).
type: float
version_added: 7.1.0
skip_final_snapshot:
description:
- Whether a final DB cluster snapshot is created before the DB cluster is deleted.
Expand Down

0 comments on commit fd38026

Please sign in to comment.