Skip to content

Commit 50b50d9

Browse files
committed
feat: Allow ignoring GSI changes
1 parent 97a8950 commit 50b50d9

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
@@ -70,7 +70,8 @@ resource "aws_dynamodb_table" "default" {
7070
lifecycle {
7171
ignore_changes = [
7272
read_capacity,
73-
write_capacity
73+
write_capacity,
74+
global_secondary_index
7475
]
7576
}
7677

0 commit comments

Comments
 (0)