From 1649e5dd10d57b9a1ac6358ee650b526476a180e Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 19 Oct 2023 10:53:58 -0400 Subject: [PATCH] Added note about missing tags param --- plugins/modules/rds_global_cluster_info.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/rds_global_cluster_info.py b/plugins/modules/rds_global_cluster_info.py index e3345362ab4..fdea97791b8 100644 --- a/plugins/modules/rds_global_cluster_info.py +++ b/plugins/modules/rds_global_cluster_info.py @@ -22,6 +22,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. extends_documentation_fragment: - amazon.aws.common.modules - amazon.aws.region.modules