We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5ce36 commit c7acde3Copy full SHA for c7acde3
terraform/envs/prod/main.tf
@@ -275,7 +275,7 @@ resource "aws_dynamodb_table" "cache" {
275
type = "S"
276
}
277
ttl {
278
- attribute_name = "expiresAt"
+ attribute_name = "expireAt"
279
enabled = true
280
281
terraform/envs/qa/main.tf
@@ -260,7 +260,7 @@ resource "aws_dynamodb_table" "cache" {
260
261
262
263
264
265
266
0 commit comments