twilio / terraform-provider-twilio

Terraform Twilio provider
MIT License
63 stars 13 forks source link

fix: make optional params computed as well #36

Closed childish-sambino closed 3 years ago

childish-sambino commented 3 years ago

We assume all optional properties may also be computed in the backend. E.g., unique_name is typically optional but it will be populated if omitted.

https://github.com/twilio/twilio-oai-generator/pull/62