Skip to content

Commit

Permalink
missed update
Browse files Browse the repository at this point in the history
  • Loading branch information
marknet15 committed Jan 28, 2022
1 parent 1718992 commit 877315e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/modules/dynamodb_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ def get_dynamodb_table():
table['size'] = table['table_size_bytes']
table['tags'] = tags

if 'table_class_summary' in table:
table['table_class'] = table['table_class_summary']['table_class']

# billing_mode_summary doesn't always seem to be set but is always set for PAY_PER_REQUEST
# and when updating the billing_mode
if 'billing_mode_summary' in table:
Expand Down

0 comments on commit 877315e

Please sign in to comment.