diff --git a/infrastructure/sandbox/JITProvisioner/deprovisioner.tf b/infrastructure/sandbox/JITProvisioner/deprovisioner.tf index 66270c53c8..0a307c8b12 100644 --- a/infrastructure/sandbox/JITProvisioner/deprovisioner.tf +++ b/infrastructure/sandbox/JITProvisioner/deprovisioner.tf @@ -275,7 +275,8 @@ resource "aws_sfn_state_machine" "main" { ] } }, - "Next": "Idle" + "Next": "Idle", + "ResultPath": null }, "Idle": { "Type": "Wait",