Skip to content

Commit bc24f3c

Browse files
authored
fix secret field name in databricks_mlflow_webhook resource (#1625)
fixes #1621
1 parent df280ff commit bc24f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlflow/resource_mlflow_webhook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
type HttpUrlSpec struct {
1313
URL string `json:"url"`
1414
EnableSslVerification bool `json:"enable_ssl_verification" tf:"optional,default:true"`
15-
Secret string `json:"string,omitempty"`
15+
Secret string `json:"secret,omitempty"`
1616
Authorization string `json:"authorization,omitempty" tf:"sensitive"`
1717
}
1818

0 commit comments

Comments
 (0)