Skip to content

Commit

Permalink
revert host validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Aug 28, 2024
1 parent efb31e0 commit 579eafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (p *mistProvider) Schema(ctx context.Context, req provider.SchemaRequest, r
Attributes: map[string]schema.Attribute{
"host": schema.StringAttribute{
MarkdownDescription: "URL of the Mist Cloud, e.g. `api.mist.com`.",
Required: true,
Optional: true,
},
"apitoken": schema.StringAttribute{
MarkdownDescription: "For API Token authentication, the Mist API Token.",
Expand Down

0 comments on commit 579eafe

Please sign in to comment.