From 00a3fad7b3e6f3a4f4126c99c5b8d584d822c448 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 19 Oct 2023 11:29:32 -0400 Subject: [PATCH] fix sanity issue --- plugins/modules/rds_global_cluster_info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/rds_global_cluster_info.py b/plugins/modules/rds_global_cluster_info.py index fdea97791b8..e7fc827115f 100644 --- a/plugins/modules/rds_global_cluster_info.py +++ b/plugins/modules/rds_global_cluster_info.py @@ -23,7 +23,8 @@ author: - Gomathi Selvi Srinivasan (@GomathiselviS) notes: - - While developing this module, describe_global_cluster CLI did not yield any tag information. Consequently, the "tags" parameter is not included in this module. + - While developing this module, describe_global_cluster CLI did not yield any tag information. + - Consequently, the "tags" parameter is not included in this module. extends_documentation_fragment: - amazon.aws.common.modules - amazon.aws.region.modules