Skip to content

Commit c916802

Browse files
committed
cleanup
1 parent ff0131f commit c916802

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

provider/workspace.go

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ func workspaceDataSource() *schema.Resource {
3030
name := helpers.OptionalEnvOrDefault("CODER_WORKSPACE_NAME", "default")
3131
rd.Set("name", name)
3232

33-
sessionToken := helpers.OptionalEnv("CODER_WORKSPACE_OWNER_SESSION_TOKEN")
34-
_ = rd.Set("owner_session_token", sessionToken)
35-
3633
id := helpers.OptionalEnvOrDefault("CODER_WORKSPACE_ID", uuid.NewString())
3734
rd.SetId(id)
3835

0 commit comments

Comments
 (0)