Skip to content

Commit

Permalink
fixup! feat(stepfunctions): add stateMachineRevisionId property to St…
Browse files Browse the repository at this point in the history
…ateMachine
  • Loading branch information
wong-a committed Jul 20, 2023
1 parent 7a98428 commit d4ceaab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,8 @@ describe('State Machine', () => {

// THEN
Template.fromStack(stack).hasResourceProperties('AWS::StepFunctions::StateMachineVersion', {
StateMachineArn: { Ref: 'MyStateMachine' },
StateMachineRevisionId: { 'Fn::GetAtt': ['MyStateMachine', 'StateMachineRevisionId'] },
StateMachineArn: { Ref: 'MyStateMachine6C968CA5' },
StateMachineRevisionId: { 'Fn::GetAtt': ['MyStateMachine6C968CA5', 'StateMachineRevisionId'] },
});
});
});

0 comments on commit d4ceaab

Please sign in to comment.