Skip to content

Commit

Permalink
Trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyiliev committed Nov 17, 2024
1 parent 98e34ab commit 1bec5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func Provider(version string) *schema.Provider {
DefaultFunc: schema.EnvDefaultFunc("MZ_SSLMODE", "require"),
Description: "For testing purposes, the SSL mode to use.",
},
// TODO: Switch name to Admin Endpoint for consistency
// TODO: Switch name to Admin Endpoint for consistency:
"endpoint": {
Type: schema.TypeString,
Optional: true,
Expand Down

0 comments on commit 1bec5fa

Please sign in to comment.