Skip to content

Commit 48609e0

Browse files
authored
Deprecate quoted reference to remove warning in tf v0.12 (#2)
1 parent 963fc98 commit 48609e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ resource "aws_dynamodb_table" "terraform_lock" {
1414

1515
lifecycle {
1616
ignore_changes = [
17-
"read_capacity",
18-
"write_capacity",
17+
read_capacity,
18+
write_capacity,
1919
]
2020
}
2121
}

0 commit comments

Comments
 (0)