We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3f734 commit 63607a3Copy full SHA for 63607a3
provider/workspace_owner.go
@@ -58,7 +58,7 @@ func workspaceOwnerDataSource() *schema.Resource {
58
if os.Getenv("CODER_WORKSPACE_OWNER_LOGIN_TYPE") == "" {
59
diags = append(diags, diag.Diagnostic{
60
Severity: diag.Warning,
61
- Summmary: "WARNING: The CODER_WORKSPACE_OWNER_LOGIN_TYPE env variable is not set"
+ Summmary: "WARNING: The CODER_WORKSPACE_OWNER_LOGIN_TYPE env variable is not set",
62
},
63
}
64
_ = rd.Set("login_type", os.Getenv("CODER_WORKSPACE_OWNER_LOGIN_TYPE"))
0 commit comments