I created a "fargate" plugin

The built-in ECS plugin seems to want to create a bunch of AWS resources, like services, target groups, listeners, etc. and requires https (zones, certs, etc). We have existing tooling that uses a library of terraform templates to provision all this stuff. We just wanted a simple waypoint plugin that would work with our existing tools and deploy just the application concerns. Given an existing cluster/service, the plugin simply updates/registers a service’s task definition with the newly built image and tells the service to run it. This approach provides the infrastructure / application separation philosophy that we’ve been following. Does that make sense?