Skip to content

Commit

Permalink
Add CidDatabase export paramter for CID plugin usage
Browse files Browse the repository at this point in the history
  • Loading branch information
petrokashlikov committed Dec 2, 2024
1 parent 5774a61 commit bb776b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1934,3 +1934,7 @@ Outputs:
Description: Technical Value - CidExecArn
Value: !GetAtt CidExec.Arn
Export: { Name: !Sub 'cid${Suffix}-CidExecArn'}
CidDatabase:
Description: Technical Value - CidDatabase
Value: !Ref CidDatabase

Check warning

Code scanning / CodeGuru Reviewer Scanner

functions relationship conditions Medium

Ref to resource "CidDatabase" that may not be available when condition "NeedDatabase" is False at Outputs/CidDatabase/Value/Ref
Export: { Name: !Sub 'cid${Suffix}-CidDatabase'}

0 comments on commit bb776b2

Please sign in to comment.