Open stephenhand opened 2 years ago
This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. (Reference ID: DI-1790)
@eshanholtz Hi!, I was wondering if this bug was fixed ? if not, how can I track its evolution?
Is this a work in progress? Is there a ETA?
hey @GPaoloni! we should write them a monthly message until someone pick this up :D
We have hacked around the issue by using an external data provider that loads the data using the python twilio client.
But, in the long run, it would probably make sense for the twilio provider to increase the amount of output that it provides after creating resources or to provide its own data resources to prevent users from having to write their own data resources using the same APIs that the provider is leveraging behind the scenes.
Issue Summary
Observed in provider v0.9.2
Currently the
twilio_serverless_services_environments_v1
doesn't expose the serverless domain as an output variable. This means on the terraform plan I am building, we have to resort to manual workarounds to use this domain setting up other resources, it would be nice if we could just take it straight from the serverless environment resourcehttps://github.com/twilio/terraform-provider-twilio/tree/main/twilio/resources/serverless/v1#twilio_serverless_services_environments_v1
Code Snippet