Skip to content

Commit

Permalink
Removing validation
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Sep 8, 2023
1 parent d292300 commit 8a0d425
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/auth0/guardian/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ func NewResource() *schema.Resource {
Elem: &schema.Schema{
Type: schema.TypeString,
},
RequiredWith: []string{"phone.0.provider"},
Description: "Message types to use, array of `sms` and/or `voice`. " +
"Adding both to the array should enable the user to choose.",
},
Expand Down

0 comments on commit 8a0d425

Please sign in to comment.