When doing IAM policy changes, it would be helpful to see the full output, including non-changes, so you can verify it is indeed correct.
for example
~ {
~ Resource = [
# (6 unchanged elements hidden)
- "arn:aws:dynamodb:us-east-1:<acct>::table/table*",
"arn:aws:dynamodb:us-east-1:<acct>::table/sometable*",
]
# (2 unchanged elements hidden)
},
is there a way to see the full output that includes the action and effect?