Timo S.

Results 23 comments of Timo S.

Hi @ollikurki , I recreated the env variables and prefixed them with `TF_ENV_`. ![image](https://github.com/user-attachments/assets/f9ddc106-ba87-4b3f-8691-4680703a5fea) This doesn't work: ![image](https://github.com/user-attachments/assets/41cc2347-0e4c-4992-b61a-5c262a95b31e) 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...