Hello,
I am using the terraform v0.12.25, to send the command to the container while starting using 'commands', but getting the error: no such file or directory"
code snippet.
commands = ["caddy reverse-proxy --from hasura.example.com --to localhost:8080"]
What might be the problem?