quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

455: Add ssh key pair variable to l0 api task definition #460

Closed jparsons04 closed 6 years ago

jparsons04 commented 6 years ago

terraform fmt was also run to correct formatting issues for the module

What does this pull request do? Fixes an issue where the l0 api service's task will not run because of a missing ssh key variable.

How should this be tested? Create a new l0 instance with l0-setup and upload a docker image through flow.sh api and make sure your new l0 instance uses that version. Make sure the task definition runs and starts without issue.

Checklist ~- [ ] Unit tests~ ~- [ ] Smoke tests (if applicable)~ ~- [ ] System tests (if applicable)~ ~- [ ] Documentation (if applicable)~

closes #455