Skip to content

Commit 14cde83

Browse files
committed
[PRMP-570] parameter unification
1 parent 1c30e39 commit 14cde83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/step-function-migration-dynmodb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ resource "aws_sfn_state_machine" "migration_dynamodb" {
170170
"tableArn.$" = "$.tableArn",
171171
"migrationScript.$" = "$.migrationScript",
172172
"run_migration.$" = "$.run_migration",
173-
"execution_id.$" = "$.Execution.Id"
173+
"execution_Id.$" = "$.execution_Id"
174174
}
175175
},
176176
ResultSelector = { "migrationResult.$" = "$.Payload" },

0 commit comments

Comments
 (0)