Timo S.
Timo S.
Hi @ollikurki , I recreated the env variables and prefixed them with `TF_ENV_`.  This doesn't work:  In my understanding env variables are not passed to the `init` command...
It works for Terraform variables. But in case of Postgres backend we don't use Terraform variables but host environment variables (PGHOST, PGUSER....). These variables need to be accessable in the...
I had the same problem and found my root cause. After installing a plugin marketplace the local slash commands were gone. After removing the plugin local slash commands are accessable...