The module should use docker_container, docker_network and docker_volume resources directly. Using the existing compose file with docker_compose should be avoided due to the problems with that resource mentioned in code0-tech/mensa#387
Module should be located at terraform/docker to allow for future terraform modules on alternative deployment options.
The module should use
docker_container,docker_networkanddocker_volumeresources directly. Using the existing compose file withdocker_composeshould be avoided due to the problems with that resource mentioned in code0-tech/mensa#387Module should be located at
terraform/dockerto allow for future terraform modules on alternative deployment options.