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 3eb23d2 commit 241f90aCopy full SHA for 241f90a
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",
+ Summary: "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