Skip to content

Commit

Permalink
fix secret field name in databricks_mlflow_webhook resource (#1625)
Browse files Browse the repository at this point in the history
fixes #1621
  • Loading branch information
alexott authored and nkvuong committed Oct 6, 2022
1 parent 7eeca48 commit 6aeda73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlflow/resource_mlflow_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
type HttpUrlSpec struct {
URL string `json:"url"`
EnableSslVerification bool `json:"enable_ssl_verification" tf:"optional,default:true"`
Secret string `json:"string,omitempty"`
Secret string `json:"secret,omitempty"`
Authorization string `json:"authorization,omitempty" tf:"sensitive"`
}

Expand Down

0 comments on commit 6aeda73

Please sign in to comment.