diff --git a/infrastructure/cloudformation/dt/iam.yaml b/infrastructure/cloudformation/dt/iam.yaml index 7aea6e3..d89239c 100644 --- a/infrastructure/cloudformation/dt/iam.yaml +++ b/infrastructure/cloudformation/dt/iam.yaml @@ -37,4 +37,4 @@ Resources: Outputs: DefaultRole: Description: Default lambda role with logging policy - Value: !Ref DefaultLambdaRole \ No newline at end of file + Value: !GetAtt DefaultLambdaRole.Arn \ No newline at end of file