Skip to content

Commit 0724ad1

Browse files
Merge pull request #321 from iwaiktos/fix/readme_cfn_intrinsic_functions
fix(README): should specify the role's ARN
2 parents 726616c + b4edac1 commit 0724ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ stepFunctions:
10881088
stateMachines:
10891089
hello:
10901090
role:
1091-
Ref: StateMachineRole
1091+
Fn::GetAtt: ["StateMachineRole", "Arn"]
10921092
definition:
10931093
...
10941094

0 commit comments

Comments
 (0)