From 072afd4937643141182f6ef07b65902e37f0a9e3 Mon Sep 17 00:00:00 2001 From: Alina Buzachis Date: Thu, 16 Jan 2025 18:50:36 +0100 Subject: [PATCH] Test Signed-off-by: Alina Buzachis --- plugins/modules/rds_cluster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/rds_cluster.py b/plugins/modules/rds_cluster.py index 69f5ffda03c..ef052783b0d 100644 --- a/plugins/modules/rds_cluster.py +++ b/plugins/modules/rds_cluster.py @@ -1430,6 +1430,7 @@ def main(): result["tags"] = get_tags(client, module, result["db_cluster_arn"]) module.exit_json(changed=changed, **result) + # test if __name__ == "__main__":