Skip to content

Commit 9d2b974

Browse files
Add parameter needed for CORA dashboard (#1147)
1 parent 8e66cd9 commit 9d2b974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cfn-templates/cid-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Resources:
3636
Dashboard:
3737
dashboard-id: !Ref DashboardId
3838
account-map-source: 'dummy'
39+
account-map-database-name: {'Fn::ImportValue': "cid-CidDatabase"}
3940
data-collection-database-name: 'optimization_data'
4041
resources: !If [ResourcesUrlIsEmpty, !Ref 'AWS::NoValue', !Ref ResourcesUrl]
4142
data_exports_database_name: !If [RequiresDataExports, {'Fn::ImportValue': "cid-DataExports-Database"}, !Ref 'AWS::NoValue']

0 commit comments

Comments
 (0)