Skip to content

Commit fb839d8

Browse files
Merge pull request #86 from narendran1560/topic-release
Add cost-resource parameter in the product collection
2 parents 1e572a8 + 7b46b58 commit fb839d8

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

cft-templates/windows-ec2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Resources:
4242
ImageId: !Ref 'LatestAmiId'
4343
Tags:
4444
- Key: Name
45-
Value: !Join ['-', [Ref: Namespace, 'windows-server']]
45+
Value: !Join ['-', [Ref: AWS::StackName, 'windows-server']]
4646
- Key: Description
4747
Value: windows workspace instance
4848
- Key: cost_resource

dump/standardcatalogitems.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@
9898
"post_provisioning": [],
9999
"checks_before_assigning_product": [],
100100
"checks_after_assigning_product": [],
101-
"permission_required": {}
101+
"permission_required": {},
102+
"cost_resource": true
102103
}
103104
},
104105
{
@@ -157,7 +158,8 @@
157158
"post_provisioning": [],
158159
"checks_before_assigning_product": [],
159160
"checks_after_assigning_product": [],
160-
"permission_required": {}
161+
"permission_required": {},
162+
"cost_resource": true
161163
}
162164
},
163165

@@ -217,7 +219,8 @@
217219
"post_provisioning": [],
218220
"checks_before_assigning_product": [],
219221
"checks_after_assigning_product": [],
220-
"permission_required": {}
222+
"permission_required": {},
223+
"cost_resource": true
221224
}
222225
},
223226
{
@@ -350,7 +353,8 @@
350353
}
351354
],
352355
"checks_after_assigning_product": [],
353-
"permission_required": {}
356+
"permission_required": {},
357+
"cost_resource": true
354358
}
355359
},
356360
{
@@ -387,7 +391,8 @@
387391
"post_provisioning": [],
388392
"checks_before_assigning_product": [],
389393
"checks_after_assigning_product": [],
390-
"permission_required": {}
394+
"permission_required": {},
395+
"cost_resource": true
391396
}
392397
},
393398
{
@@ -448,7 +453,8 @@
448453
"checks_after_assigning_product" : [ ],
449454
"permission_required" : {
450455

451-
}
456+
},
457+
"cost_resource": true
452458
}
453459
},
454460
{

0 commit comments

Comments
 (0)