diff --git a/tests/translator/input/state_machine_with_schedule_role.yaml b/tests/translator/input/state_machine_with_schedule_role.yaml index 952ae17b8..7525f8593 100644 --- a/tests/translator/input/state_machine_with_schedule_role.yaml +++ b/tests/translator/input/state_machine_with_schedule_role.yaml @@ -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: diff --git a/tests/translator/output/aws-cn/state_machine_with_schedule_role.json b/tests/translator/output/aws-cn/state_machine_with_schedule_role.json index b70ece87f..463a32738 100644 --- a/tests/translator/output/aws-cn/state_machine_with_schedule_role.json +++ b/tests/translator/output/aws-cn/state_machine_with_schedule_role.json @@ -32,7 +32,7 @@ "Ref": "MyStateMachine" }, "Id": "MyStateMachineCWScheduleStepFunctionsTarget", - "RoleArn": "arn:${AWS::Partition}:iam::role/yoyo" + "RoleArn": "arn:0000000000:iam::role/yoyo" } ] }, diff --git a/tests/translator/output/aws-us-gov/state_machine_with_schedule_role.json b/tests/translator/output/aws-us-gov/state_machine_with_schedule_role.json index b70ece87f..463a32738 100644 --- a/tests/translator/output/aws-us-gov/state_machine_with_schedule_role.json +++ b/tests/translator/output/aws-us-gov/state_machine_with_schedule_role.json @@ -32,7 +32,7 @@ "Ref": "MyStateMachine" }, "Id": "MyStateMachineCWScheduleStepFunctionsTarget", - "RoleArn": "arn:${AWS::Partition}:iam::role/yoyo" + "RoleArn": "arn:0000000000:iam::role/yoyo" } ] }, diff --git a/tests/translator/output/state_machine_with_schedule_role.json b/tests/translator/output/state_machine_with_schedule_role.json index b70ece87f..463a32738 100644 --- a/tests/translator/output/state_machine_with_schedule_role.json +++ b/tests/translator/output/state_machine_with_schedule_role.json @@ -32,7 +32,7 @@ "Ref": "MyStateMachine" }, "Id": "MyStateMachineCWScheduleStepFunctionsTarget", - "RoleArn": "arn:${AWS::Partition}:iam::role/yoyo" + "RoleArn": "arn:0000000000:iam::role/yoyo" } ] },