You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cfn-templates/cid-cfn.yml
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Parameters:
137
137
CidVersion:
138
138
Type: String
139
139
MinLength: 5
140
-
Default: 0.2.17
140
+
Default: 0.2.18
141
141
Description: A version of CID package
142
142
Suffix:
143
143
Type: String
@@ -191,13 +191,15 @@ Parameters:
191
191
AllowedValues: ["yes", "no"]
192
192
PrimaryTagName:
193
193
Type: String
194
-
Description: Choose a tag name for Primary Tag. Currently used only in Compute Optimizer dashboard.
195
-
Default: ""
194
+
Description: Choose a tag name for Primary Tag. Can be any Tag name (owner, environment, finops_exception). Currently used only in Compute Optimizer dashboard. Leve as is if not sure.
195
+
Default: "owner"
196
+
MinLength: 1# cid cmd do not accept empty parameters
196
197
AllowedPattern: "[a-zA-Z0-9_]*"
197
198
SecondaryTagName:
198
199
Type: String
199
-
Description: Choose a tag name for Secondary Tag. Currently used only in Compute Optimizer dashboard.
200
-
Default: ""
200
+
Description: Choose a tag name for Secondary Tag. Can be any Tag name (owner, environment, finops_exception). Currently used only in Compute Optimizer dashboard. Leve as is if not sure.
201
+
Default: "environment"
202
+
MinLength: 1# cid cmd do not accept empty parameters
# What's new in the Compute Optimizer Dashboard (COD)
2
2
3
+
4
+
## Compute Optimizer Dashboard - v2.0.0
5
+
* Added support of Tags. Currently dashboard use 2 tags (primary and secondary). You can specify on install or update. Values of these tags can be used in filters.
6
+
* Added finding history, showing all availabe findings for a particualr resource over time.
7
+
* Added AccountId and BU filters.
8
+
9
+
**Important:** Update to this version requires cid-cmd v0.2.18.
0 commit comments