Skip to content

Commit 15a3aae

Browse files
authored
Make debugging work again (#1560)
1 parent 297477b commit 15a3aae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func main() {
2828
if len(os.Args) > 1 && os.Args[1] == "debug" {
2929
debug = true
3030
}
31-
log.Printf(`Databricks Terraform Provider (experimental)
31+
log.Printf(`Databricks Terraform Provider
3232
3333
Version %s
3434
@@ -37,6 +37,7 @@ https://registry.terraform.io/providers/databricks/databricks/latest/docs
3737
`, common.Version())
3838
plugin.Serve(&plugin.ServeOpts{
3939
ProviderFunc: provider.DatabricksProvider,
40+
ProviderAddr: "registry.terraform.io/databricks/databricks",
4041
Debug: debug,
4142
})
4243
}

0 commit comments

Comments
 (0)