- Notifications
You must be signed in to change notification settings - Fork3
Closed
Milestone
Description
Should allow creating wsproxies through Terraform enabling use-cases similar to the below:
// create wsproxy credentialsresource "coderd_workspace_proxy" "syd" { name = "sydney" display_name = "Sydney"}// create wsproxy deploymentresource "kubernetes_deployment" "syd_wsproxy" { metadata { ... } spec { template { container { image = "ghcr.io/coder/coder:v2.34.5" args = [ "wsproxy" ] env { name = "CODER_PROXY_SESSION_TOKEN" value = coder_workspace_proxy.syd.session_token } } } }}
Metadata
Metadata
Assignees
Labels
No labels