Commit Graph

2 Commits

Author SHA1 Message Date
mitchell a021daf62f Refactor main.tf and add infra mix tasks
Refactor main.tf to use the correct project name (oops).

Add terraform infra(structure) tasks to projects mix file:
  - infra.apply: Deploys the infra. according using terraform
  - infra.destroy: Destroys the currently deployed infrastructure
  - infra.plan: Plans a deployment using terraform
2020-03-12 23:20:20 -04:00
mitchell 7ea55a00f3 Add terraform configuration; Modify dockerfile workdirs;
Modify router to simplify routes
2020-02-17 00:51:00 -05:00