Skip to content

Commit

Permalink
Update DID pool props (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthDogiparthi12 authored Mar 21, 2024
1 parent 1e8bba8 commit 6f8c235
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,12 @@ func ResourceTelephonyDidPool() *schema.Resource {
Description: "Starting phone number of the DID Pool range. Phone number must be in a E.164 number format. Changing the start_phone_number attribute will cause the did_pool object to be dropped and recreated with a new ID.",
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateDiagFunc: gcloud.ValidatePhoneNumber,
},
"end_phone_number": {
Description: "Ending phone number of the DID Pool range. Phone number must be in an E.164 number format. Changing the end_phone_number attribute will cause the did_pool object to be dropped and recreated with a new ID.",
Type: schema.TypeString,
Required: true,
ForceNew: true,
ValidateDiagFunc: gcloud.ValidatePhoneNumber,
},
"description": {
Expand Down

0 comments on commit 6f8c235

Please sign in to comment.