We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a263dc commit aa9f10cCopy full SHA for aa9f10c
provider/workspace.go
@@ -36,7 +36,7 @@ func workspaceDataSource() *schema.Resource {
36
37
ownerEmail := os.Getenv("CODER_WORKSPACE_OWNER_EMAIL")
38
if ownerEmail == "" {
39
- ownerEmail = "default"
+ ownerEmail = "default@example.com"
40
}
41
_ = rd.Set("owner_email", ownerEmail)
42
0 commit comments