@@ -0,0 +1,13 @@
package main
import (
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
)
func main() {
plugin.Serve(&plugin.ServeOpts{
ProviderFunc: Provider,
})
}
The note is not visible to the blocked user.