Skip to content

Commit 20452fd

Browse files
committed
feat: Allow ignoring GSI changes
1 parent 97a8950 commit 20452fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ resource "aws_dynamodb_table" "default" {
6969

7070
lifecycle {
7171
ignore_changes = [
72-
read_capacity,
73-
write_capacity
72+
"read_capacity",
73+
"write_capacity",
74+
"global_secondary_index"
7475
]
7576
}
7677

0 commit comments

Comments
 (0)