From 7502ff19cdbd5ad089c07c276f6be5b82f0c665a Mon Sep 17 00:00:00 2001 From: Bikouo Aubin <79859644+abikouo@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:06:27 +0100 Subject: [PATCH] Update plugins/modules/dynamodb_table_info.py Co-authored-by: GomathiselviS --- plugins/modules/dynamodb_table_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/dynamodb_table_info.py b/plugins/modules/dynamodb_table_info.py index fc813d03080..ada5848b95d 100644 --- a/plugins/modules/dynamodb_table_info.py +++ b/plugins/modules/dynamodb_table_info.py @@ -7,7 +7,7 @@ DOCUMENTATION = r""" --- module: dynamodb_table_info -version_added: 7.1.0 +version_added: 7.2.0 short_description: Returns information about a Dynamo DB table description: - Returns information about the Dynamo DB table, including the current status of the table