Skip to content

Commit

Permalink
remove validators
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Sep 19, 2023
1 parent 5cef3c6 commit 71bce88
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hcloud/plugin_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ func (p *PluginProvider) Schema(_ context.Context, _ provider.SchemaRequest, res
Description: "This is the Hetzner Cloud API Token, can also be specified with the HCLOUD_TOKEN environment variable.",
Optional: true,
Sensitive: true,
// Validators: []validator.String{
// stringvalidator.RegexMatches(
// regexp.MustCompile(`^[a-zA-Z0-9]{64}$`),
// "entered token is invalid (must be exactly 64 characters long)",
// ),
// },
},
"endpoint": schema.StringAttribute{
Description: "Hetzner Cloud API endpoint, can be used to override the default API Endpoint https://api.hetzner.cloud/v1.",
Expand Down

0 comments on commit 71bce88

Please sign in to comment.