diff --git a/plugins/modules/dynamodb_table_info.py b/plugins/modules/dynamodb_table_info.py index ada5848b95d..f54665b22f3 100644 --- a/plugins/modules/dynamodb_table_info.py +++ b/plugins/modules/dynamodb_table_info.py @@ -10,7 +10,7 @@ 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)