Skip to content

Commit

Permalink
fix results table_class
Browse files Browse the repository at this point in the history
  • Loading branch information
marknet15 committed Jan 22, 2022
1 parent fd33eda commit e9f6cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/dynamodb_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def compatability_results(current_table):
billing_mode=billing_mode,
region=module.region,
table_name=current_table.get('table_name', None),
table_class=current_table.get('table_class', None),
table_class=current_table.get('table_class_summary', {}).get('table_class', None),
table_status=current_table.get('table_status', None),
tags=current_table.get('tags', {}),
)
Expand Down

0 comments on commit e9f6cd4

Please sign in to comment.