Skip to content

Commit b85c8f1

Browse files
authored
fix: Fixed stepfunction_Sync action (#58)
1 parent fd63596 commit b85c8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locals.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ locals {
702702
stepfunction_Sync = {
703703
stepfunction = {
704704
actions = [
705-
"states:StartExecution"
705+
"states:StartSyncExecution"
706706
]
707707
}
708708

0 commit comments

Comments
 (0)