Skip to content

Commit

Permalink
Add writer role output
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Oct 2, 2023
1 parent b3dd164 commit cd8457e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spire/templates/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,8 @@ Outputs:

DovetailCdnLogsKinesisStreamArn:
Value: !GetAtt SharedDovetailKinesisStack.Outputs.DovetailCdnLogsKinesisStreamArn
DovetailCdnLogsKinesisStreamOrgWriterRoleArn:
Value: !GetAtt SharedDovetailKinesisStack.Outputs.DovetailCdnLogsKinesisStreamOrgWriterRoleArn

AuguryHostname: { Value: !GetAtt Constants2.Outputs.AuguryHostname }
TheCastleHostname: { Value: !GetAtt Constants2.Outputs.TheCastleHostname }
Expand Down
3 changes: 3 additions & 0 deletions spire/templates/shared-dovetail-kinesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ Outputs:
DovetailCdnLogsKinesisStreamArn:
Value: !GetAtt DovetailCdnLogsKinesisStream.Arn

DovetailCdnLogsKinesisStreamOrgWriterRoleArn:
Value: !GetAtt DovetailCdnLogsKinesisStreamOrgWriterRole.Arn

DovetailCountedKinesisStreamName:
Value: !Ref DovetailCountedKinesisStream
DovetailCountedKinesisStreamArn:
Expand Down

0 comments on commit cd8457e

Please sign in to comment.