Should terraform init run on every deploy?

Need different OIDC redirect URL from the `CODER_ACCESS_URL`
foo.internal
) and the other is an MFA authentication enforced domain (external network -- foo.external
). Only authenticated users can traverse foo.external
. This prohibits workspaces and the other Coder services because they cannot authenticate. As a result I must set the CODER_ACCESS_URL
value to foo.internal
. I'd also like users to be able to come in on foo.external
. The issue here being when a user tries to log in via OIDC, the redirect URL is set to CODER_ACCESS_URL
(which is foo.internal
in this situation), not the desired incoming domain of foo.external
. This leads to a State mismatched
error when the user is redirected back to foo.internal/api/v2/users/oidc/callback...
, despite coming in on foo.external
.
I see two potential solutions:...[Paid Help Wanted] Complete Setup Guide for Laravel Project
Parameter validation
Cannot create new directories using terminal
Starting workspaces on Koyeb
Issue running on Mac M Series?
Docker Pipe Permission Issues with WSL when running Coder in Docker
Workspace build failed for Kubernetes (DevConntainer) as a starter template

Workspace creation times out.
Support microservices environment
Websockets not working, despite all healthy
WebSocket failed: socket errored
and the "Disconnected" warning above. Coder docker container and workspace docker container show no errorsPersistent AWS EBS/EC2 home directory
Restrict to folder
Workspace build failed for Kubernetes (Devcontainers)
Coder ran on a machine with VPN can't resolve the hostname
docker compose
), starting a workspace doesn't work. My workspace container logs:
```bash
+ curl -fsSL --compressed http://funny_hostname:7080/bin/coder-linux-amd64 -o coder...Coder RDS IAM Auth
Modify $PATH to include custom bin folder
/root/.vscode-server/cli/servers/Stable-fabdb6a30b49f79a7aba0f2ad9df9b399473380f/server/bin/remote-cli:/usr/local/share/nvm/current/bin:/usr/local/share/npm-global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin:/root/.vscode-server/data/User/globalStorage/github.copilot-chat/debugCommand
...Intermittent failures in container deletion/creation on remote docker provider