File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public function postServer()
163
163
'availabilityZone ' => $ this ->params ->availabilityZone (),
164
164
'networks ' => $ this ->params ->networks (),
165
165
'blockDeviceMapping ' => $ this ->params ->blockDeviceMapping (),
166
- 'keyName ' => $ this ->params ->keyName ()
166
+ 'keyName ' => $ this ->params ->keyName ()
167
167
]
168
168
];
169
169
}
Original file line number Diff line number Diff line change @@ -370,13 +370,13 @@ public function networkLabel()
370
370
];
371
371
}
372
372
373
- public function keyName ()
374
- {
375
- return [
376
- 'type ' => self ::STRING_TYPE ,
377
- 'required ' => false ,
378
- 'sentAs ' => 'key_name ' ,
379
- 'description ' => 'The key name ' ,
380
- ];
381
- }
373
+ public function keyName ()
374
+ {
375
+ return [
376
+ 'type ' => self ::STRING_TYPE ,
377
+ 'required ' => false ,
378
+ 'sentAs ' => 'key_name ' ,
379
+ 'description ' => 'The key name ' ,
380
+ ];
381
+ }
382
382
}
You can’t perform that action at this time.
0 commit comments