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__":