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 297477b commit 15a3aaeCopy full SHA for 15a3aae
main.go
@@ -28,7 +28,7 @@ func main() {
28
if len(os.Args) > 1 && os.Args[1] == "debug" {
29
debug = true
30
}
31
- log.Printf(`Databricks Terraform Provider (experimental)
+ log.Printf(`Databricks Terraform Provider
32
33
Version %s
34
@@ -37,6 +37,7 @@ https://registry.terraform.io/providers/databricks/databricks/latest/docs
37
`, common.Version())
38
plugin.Serve(&plugin.ServeOpts{
39
ProviderFunc: provider.DatabricksProvider,
40
+ ProviderAddr: "registry.terraform.io/databricks/databricks",
41
Debug: debug,
42
})
43
0 commit comments