Skip to content

Commit

Permalink
fix recreation due to change the kind of the webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
wgebis committed Oct 14, 2021
1 parent 067368f commit 9e764ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailgun/resource_mailgun_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func resourceMailgunWebhook() *schema.Resource {

"kind": {
Type: schema.TypeString,
ForceNew: false,
ForceNew: true,
Required: true,
ValidateFunc: func(val interface{}, key string) (warns []string, errs []error) {
v := val.(string)
Expand Down

0 comments on commit 9e764ca

Please sign in to comment.