File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 310
310
}
311
311
]
312
312
}
313
+ },
314
+ "myInstance1": {
315
+ "Type": "AWS::OpsWorks::Instance",
316
+ "Properties": {
317
+ "StackId": {
318
+ "Ref": "myStack"
319
+ },
320
+ "LayerIds": [
321
+ {
322
+ "Ref": "searchLayer"
323
+ }
324
+ ],
325
+ "InstanceType": "c3.large"
326
+ }
327
+ },
328
+ "myInstance2": {
329
+ "Type": "AWS::OpsWorks::Instance",
330
+ "Properties": {
331
+ "StackId": {
332
+ "Ref": "myStack"
333
+ },
334
+ "LayerIds": [
335
+ {
336
+ "Ref": "searchLayer"
337
+ }
338
+ ],
339
+ "InstanceType": "c3.large"
340
+ }
341
+ },
342
+ "myInstance3": {
343
+ "Type": "AWS::OpsWorks::Instance",
344
+ "Properties": {
345
+ "StackId": {
346
+ "Ref": "myStack"
347
+ },
348
+ "LayerIds": [
349
+ {
350
+ "Ref": "searchLayer"
351
+ }
352
+ ],
353
+ "InstanceType": "c3.large"
354
+ }
313
355
}
314
356
}
315
357
}
You can’t perform that action at this time.
0 commit comments