twilio / terraform-provider-twilio

Terraform Twilio provider
MIT License
63 stars 13 forks source link

fix: fix int type conversion #44

Closed shwetha-manvinkurke closed 3 years ago

shwetha-manvinkurke commented 3 years ago

Use int in place of int32

Related PRs: https://github.com/twilio/twilio-oai-generator/pull/68 https://github.com/twilio/twilio-go/pull/86

childish-sambino commented 3 years ago

Don't think this will work since the twilio-go int types are int32.

Nevermind, see the twilio-go PR.