operations: WIP moving API to run as an ECS task.

This commit is contained in:
2021-07-03 01:30:51 -05:00
parent 20e0a0b09e
commit bb89f519e0
7 changed files with 106 additions and 27 deletions

View File

@ -0,0 +1,2 @@
resource "aws_ecs_task_definition" "pmapi" {
}