Skip to content

Commit

Permalink
tmp: break provider schema on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote committed Oct 10, 2023
1 parent bc7c0b4 commit bca0489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hcloud/plugin_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (p *PluginProvider) Schema(_ context.Context, _ provider.SchemaRequest, res
Attributes: map[string]schema.Attribute{
"token": schema.StringAttribute{
Description: "The Hetzner Cloud API token, can also be specified with the HCLOUD_TOKEN environment variable.",
Optional: true,
Required: true,
Sensitive: true,
},
"endpoint": schema.StringAttribute{
Expand All @@ -52,7 +52,7 @@ func (p *PluginProvider) Schema(_ context.Context, _ provider.SchemaRequest, res
},
"poll_interval": schema.StringAttribute{
Description: "The interval at which actions are polled by the client. Default `500ms`. Increase this interval if you run into rate limiting errors.",
Optional: true,
Required: true,
},
},
// TODO: Uncomment once we get rid of the SDK v2 Provider
Expand Down

0 comments on commit bca0489

Please sign in to comment.