From 805fd378ad163a3de7d052757d23de9a197d818f Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Mon, 11 Dec 2023 23:36:08 +0530 Subject: [PATCH] add return block for serverless_v2_scaling_configuration --- plugins/modules/rds_cluster.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plugins/modules/rds_cluster.py b/plugins/modules/rds_cluster.py index 642e94a019e..89f81d983db 100644 --- a/plugins/modules/rds_cluster.py +++ b/plugins/modules/rds_cluster.py @@ -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