v0.0.3
This commit is contained in:
4
main.go
4
main.go
@@ -26,7 +26,7 @@ import (
|
||||
var (
|
||||
// these will be set by the goreleaser configuration
|
||||
// to appropriate values for the compiled binary.
|
||||
version string = "0.0.2-dev"
|
||||
version string = "0.0.3"
|
||||
|
||||
// goreleaser can pass other information to the main package, such as the specific commit
|
||||
// https://goreleaser.com/cookbooks/using-main.version/
|
||||
@@ -40,7 +40,7 @@ func main() {
|
||||
|
||||
opts := providerserver.ServeOpts{
|
||||
// TODO: Update this string with the published name of your provider.
|
||||
Address: "registry.terraform.io/hashicorp/scaffolding",
|
||||
Address: "registry.terraform.io/EZSCALE/virtfusion",
|
||||
Debug: debug,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user