docs : Fix typo in terraform example for creating a phone number
A short description of what this PR does.
I noticed when I was trying out various commands that there was a typo in the create phone number example.
The current verbiage results in a terraform error. I updated the command with the correct verbiage and verified that it works!
╷
│ Error: Invalid resource type
│
│ on main.tf line 20, in resource "twilio_api_incoming_phone_numbers_v2010" "phone_number":
│ 20: resource "twilio_api_incoming_phone_numbers_v2010" "phone_number" {
│
│ The provider twilio/twilio does not support resource type "twilio_api_incoming_phone_numbers_v2010".
Checklist
[x] I acknowledge that all my contributions will be made under the project's license
[x] I have made a material change to the repo (functionality, testing, spelling, grammar)
docs : Fix typo in terraform example for creating a phone number
A short description of what this PR does. I noticed when I was trying out various commands that there was a typo in the create phone number example.
The current verbiage results in a terraform error. I updated the command with the correct verbiage and verified that it works!
Checklist
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.