mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucket.git
synced 2026-04-01 06:53:07 +02:00
add tests and mock server
This commit is contained in:
3
main.go
3
main.go
@@ -2,12 +2,13 @@ package main
|
||||
|
||||
import (
|
||||
"context"
|
||||
"terraform-provider-bitbucket-token/internal/provider"
|
||||
|
||||
"github.com/hashicorp/terraform-plugin-framework/providerserver"
|
||||
)
|
||||
|
||||
func main() {
|
||||
providerserver.Serve(context.Background(), NewProvider, providerserver.ServeOpts{
|
||||
providerserver.Serve(context.Background(), provider.NewProvider, providerserver.ServeOpts{
|
||||
Address: "registry.terraform.io/ysoftdevs/bitbucket",
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user