Zachary Winnerman 2023-05-11 16:02:48 -04:00 committed by GitHub
parent b9c05238f4
commit 98cbf9550e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,7 +275,8 @@ resource "aws_sfn_state_machine" "main" {
]
}
},
"Next": "Idle"
"Next": "Idle",
"ResultPath": null
},
"Idle": {
"Type": "Wait",