twilio / terraform-provider-twilio

Terraform Twilio provider
MIT License
63 stars 13 forks source link

docs : Fix typo in terraform example for creating a phone number #62

Closed eflann closed 3 years ago

eflann commented 3 years ago

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

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.