Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DXCDT-537: Removing minor validation to enable easier importing of auth0_guardian #820

Merged
merged 2 commits into from
Sep 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading