We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bceb1 commit b1865ccCopy full SHA for b1865cc
pkg/provider/provider.go
@@ -38,7 +38,7 @@ func Provider(version string) *schema.Provider {
38
DefaultFunc: schema.EnvDefaultFunc("MZ_SSLMODE", "require"),
39
Description: "For testing purposes, the SSL mode to use.",
40
},
41
- // TODO: Switch name to Admin Endpoint for consistency
+ // TODO: Switch name to Admin Endpoint for consistency:
42
"endpoint": {
43
Type: schema.TypeString,
44
Optional: true,
0 commit comments