Skip to content

Commit

Permalink
Update config message
Browse files Browse the repository at this point in the history
  • Loading branch information
William Astorga Cárdenas committed Feb 2, 2021
1 parent 3004d81 commit 2cb6755
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dnacenter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func providerConfigure(ctx context.Context, d *schema.ResourceData) (interface{}
if err != nil {
diags = append(diags, diag.Diagnostic{
Severity: diag.Error,
Summary: "Unable to create DNA Center client",
Detail: "Unable to authorize user for DNA Center client",
Summary: "Unable to create Cisco DNA Center client",
Detail: "Unable to authorize user for Cisco DNA Center client",
})
return nil, diags
}
Expand All @@ -36,8 +36,8 @@ func providerConfigure(ctx context.Context, d *schema.ResourceData) (interface{}
if err != nil {
diags = append(diags, diag.Diagnostic{
Severity: diag.Error,
Summary: "Unable to create DNA Center client",
Detail: "Unable to auth user for DNA Center client. Required values are baseURL, username, password",
Summary: "Unable to create Cisco DNA Center client",
Detail: "Unable to auth user for Cisco DNA Center client. Required values are baseURL, username, password",
})
return nil, diags
}
Expand Down

0 comments on commit 2cb6755

Please sign in to comment.