Skip to content

Commit

Permalink
fix formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
sidhujus committed Oct 4, 2023
1 parent b9d99a2 commit 8027f2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Resources:
Schedule: rate(1 minute)
Description: test schedule
Enabled: false
RoleArn: arn:${AWS::Partition}:iam::role/yoyo
RoleArn: arn:0000000000:iam::role/yoyo
CWScheduleCreateRole:
Type: Schedule
Properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"Ref": "MyStateMachine"
},
"Id": "MyStateMachineCWScheduleStepFunctionsTarget",
"RoleArn": "arn:${AWS::Partition}:iam::role/yoyo"
"RoleArn": "arn:0000000000:iam::role/yoyo"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"Ref": "MyStateMachine"
},
"Id": "MyStateMachineCWScheduleStepFunctionsTarget",
"RoleArn": "arn:${AWS::Partition}:iam::role/yoyo"
"RoleArn": "arn:0000000000:iam::role/yoyo"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"Ref": "MyStateMachine"
},
"Id": "MyStateMachineCWScheduleStepFunctionsTarget",
"RoleArn": "arn:${AWS::Partition}:iam::role/yoyo"
"RoleArn": "arn:0000000000:iam::role/yoyo"
}
]
},
Expand Down

0 comments on commit 8027f2f

Please sign in to comment.