Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 25, 2024
1 parent 7a7f980 commit f2c7310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion state_machines/email_form_fill/state_machine.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@
"Type": "Parallel"
}
}
}
}
2 changes: 1 addition & 1 deletion state_machines/email_form_fill/state_machine.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ resource "aws_iam_role_policy" "sfn_lambda_invoke_access" {
resource "aws_sfn_state_machine" "sfn_state_machine" {
name = "esta-rfp-form-filler"
role_arn = aws_iam_role.iam_for_sfn.arn
definition = jsonencode("${path.module}/state_machine.json")
definition = jsonencode(file("${path.module}/state_machine.json"))
}

0 comments on commit f2c7310

Please sign in to comment.