Skip to content

Commit

Permalink
code review updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Dec 19, 2023
1 parent 4895327 commit 5caf947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/dynamodb_table_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5caf947

Please sign in to comment.