How do you manage env var in a workspace?
I know that I can set env in main.tf
https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs/resources/container#env-8
and then have all the workspace using that env, is that how we suppose to do it? Is there a better way? (im usually drop all my env in .env and feed it to docker compose yml)
4 Replies