Skip to content

Commit

Permalink
remove default dkim_key_size value
Browse files Browse the repository at this point in the history
  • Loading branch information
wgebis committed Mar 5, 2021
1 parent c16dcdf commit 1703248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mailgun/resource_mailgun_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func resourceMailgunDomain() *schema.Resource {
Type: schema.TypeInt,
Optional: true,
ForceNew: true,
Default: 1024,
},
},
}
Expand Down

0 comments on commit 1703248

Please sign in to comment.