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 af9b45c commit 4e5eab1Copy full SHA for 4e5eab1
main.tf
@@ -113,4 +113,5 @@ resource "aws_lambda_event_source_mapping" "trigger" {
113
batch_size = var.source_mapping_batch_size
114
starting_position = var.source_mapping_starting_position
115
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
-}
+}
117
+
0 commit comments