Skip to content

Commit

Permalink
Merge pull request #42 from planetscale/requirements
Browse files Browse the repository at this point in the history
losen requirements about service token provider args
  • Loading branch information
aybabtme authored Oct 13, 2023
2 parents 68a3751 + 306dde9 commit 7013faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func (p *PlanetScaleProvider) ConfigValidators(context.Context) []provider.Confi
return []provider.ConfigValidator{
providervalidator.Conflicting(path.MatchRoot("access_token"), path.MatchRoot("service_token")),
providervalidator.Conflicting(path.MatchRoot("access_token"), path.MatchRoot("service_token_name")),
providervalidator.RequiredTogether(path.MatchRoot("service_token"), path.MatchRoot("service_token_name")),
}
}

Expand Down

0 comments on commit 7013faa

Please sign in to comment.