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.
secret
databricks_mlflow_webhook
1 parent df280ff commit bc24f3cCopy full SHA for bc24f3c
mlflow/resource_mlflow_webhook.go
@@ -12,7 +12,7 @@ import (
12
type HttpUrlSpec struct {
13
URL string `json:"url"`
14
EnableSslVerification bool `json:"enable_ssl_verification" tf:"optional,default:true"`
15
- Secret string `json:"string,omitempty"`
+ Secret string `json:"secret,omitempty"`
16
Authorization string `json:"authorization,omitempty" tf:"sensitive"`
17
}
18
0 commit comments