Skip to content

Commit 4e5eab1

Browse files
committed
update
1 parent af9b45c commit 4e5eab1

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
@@ -113,4 +113,5 @@ resource "aws_lambda_event_source_mapping" "trigger" {
113113
batch_size = var.source_mapping_batch_size
114114
starting_position = var.source_mapping_starting_position
115115
starting_position_timestamp = var.source_mapping_starting_position == "AT_TIMESTAMP" && var.source_mapping_starting_position_timestamp != null ? var.source_mapping_starting_position_timestamp : null
116-
}
116+
}
117+

0 commit comments

Comments
 (0)