Skip to content

Commit

Permalink
fix cur table issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws committed Nov 6, 2024
1 parent 7d173aa commit 0bbabdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ Outputs:
CurDatabaseName:
Description: Technical Value - CurDatabaseName
Value: !If [ UseCUR2, !ImportValue cid-DataExports-Database, !If [NeedDatabase, !Ref CidDatabase, !Ref DatabaseName ] ]
Export: { Name: !Sub 'cid${Suffix}-CurTableName'}
Export: { Name: !Sub 'cid${Suffix}-CurDatabaseName'}
CurTableName:
Description: Technical Value - CurTableName
Value: !If [ UseCUR2, 'cur2', !If [ NeedCURTable, !Ref MyCURTable, !Ref CURTableName ] ]
Expand Down

0 comments on commit 0bbabdb

Please sign in to comment.