From 8a0d42519cd3892cf8d5c737e673ca8c21efbb40 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Fri, 8 Sep 2023 13:07:10 -0400 Subject: [PATCH] Removing validation --- internal/auth0/guardian/resource.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/auth0/guardian/resource.go b/internal/auth0/guardian/resource.go index e2915d70c..f6863e256 100644 --- a/internal/auth0/guardian/resource.go +++ b/internal/auth0/guardian/resource.go @@ -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.", },