From 5caf9474b9dd84f0c55c28ed11191b66ae838efc Mon Sep 17 00:00:00 2001 From: abikouo Date: Tue, 19 Dec 2023 09:18:52 +0100 Subject: [PATCH] code review updates --- plugins/modules/dynamodb_table_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/dynamodb_table_info.py b/plugins/modules/dynamodb_table_info.py index fc813d03080..f54665b22f3 100644 --- a/plugins/modules/dynamodb_table_info.py +++ b/plugins/modules/dynamodb_table_info.py @@ -7,10 +7,10 @@ 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 + - Returns information about the Dynamo DB table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table. author: - Aubin Bikouo (@abikouo)