File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ public function postServer()
163163 'availabilityZone ' => $ this ->params ->availabilityZone (),
164164 'networks ' => $ this ->params ->networks (),
165165 'blockDeviceMapping ' => $ this ->params ->blockDeviceMapping (),
166- 'keyName ' => $ this ->params ->keyName ()
166+ 'keyName ' => $ this ->params ->keyName ()
167167 ]
168168 ];
169169 }
Original file line number Diff line number Diff line change @@ -370,13 +370,13 @@ public function networkLabel()
370370 ];
371371 }
372372
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+ }
382382}
You can’t perform that action at this time.
0 commit comments