Skip to content

Commit

Permalink
add return block for serverless_v2_scaling_configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar242 committed Dec 11, 2023
1 parent 9a3ac4c commit 805fd37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/modules/rds_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,14 @@
returned: always
type: str
sample: rds-cluster-demo.cluster-ro-cvlrtwiennww.us-east-1.rds.amazonaws.com
serverless_v2_scaling_configuration:
description: The scaling configuration for an Aurora Serverless v2 DB cluster.
returned: when configured
type: dict
sample: {
"max_capacity": 4.5,
"min_capacity": 2.5
}
status:
description: The status of the DB cluster.
returned: always
Expand Down

0 comments on commit 805fd37

Please sign in to comment.