Skip to content

Commit 64f3805

Browse files
committed
fixup! feat: Allow ignoring GSI changes
1 parent 20452fd commit 64f3805

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ resource "aws_dynamodb_table" "default" {
7171
ignore_changes = [
7272
"read_capacity",
7373
"write_capacity",
74-
"global_secondary_index"
74+
"global_secondary_index_map[*].read_capacity",
75+
"global_secondary_index_map[*].write_capacity"
7576
]
7677
}
7778

0 commit comments

Comments
 (0)