Skip to content

Commit

Permalink
Make targets for email sources optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbytables committed Dec 3, 2024
1 parent 69c1bfe commit 8fb1a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/inbound_email_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func resourceInboundEmail() *schema.Resource {
},
"target": {
Type: schema.TypeList,
Required: true,
Optional: true,
MaxItems: 1,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 8fb1a0f

Please sign in to comment.