Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
bonkers, did a messy change without testing it. reverting :D
Browse files Browse the repository at this point in the history
  • Loading branch information
brondum committed Oct 21, 2021
1 parent 1edec52 commit 3d8ce54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ func Provider() *schema.Provider {
Schema: map[string]*schema.Schema{
"endpoint": {
Type: schema.TypeString,
Required: true,
Optional: false,
Required: false,
Optional: true,
DefaultFunc: schema.EnvDefaultFunc("LUIS_ENDPOINT", ""),
Description: "LUIS API Endpoint, e.g West Europe should be \"westeurope.api.cognitive.microsoft.com\"",
Default: "westeurope.api.cognitive.microsoft.com",
Expand Down

0 comments on commit 3d8ce54

Please sign in to comment.