You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve encountered an issue with terraform plan notify me when reading a json file that copy pasted from Twilio Console UI(The workflow configuration), that
~ resource "twilio_taskrouter_workspaces_workflows_v1" "voice_callback_workflow" {
~ configuration = jsonencode( # whitespace changes
I think it might be fixable by changing the twilio-provider using DiffSuppressFunc, to treat jsons with whitespaces the same. Do you think it make sense for twlio-provider to add that? or any other suggestions you have for this situation?
Steps to Reproduce
copy paste a standard json file from Twilio UI for a Twilio Workflow.
using jsondecode and jsonencode to put it as configuration for workflow
terraform plan
you can see that there are # whitespace changes
Code Snippet
# paste code here
Exception/Log
# paste exception/log here
Technical details:
terraform-provider-twilio version:
0.18.9
terraform version:
v0.15.3
The text was updated successfully, but these errors were encountered:
This issue (DI-2437) 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.
Issue Summary
hashicorp/terraform-plugin-framework#70
hashicorp/terraform-provider-aws#25340 (comment)
I’ve encountered an issue with terraform plan notify me when reading a json file that copy pasted from Twilio Console UI(The workflow configuration), that
~ resource "twilio_taskrouter_workspaces_workflows_v1" "voice_callback_workflow" {
~ configuration = jsonencode( # whitespace changes
I think it might be fixable by changing the twilio-provider using DiffSuppressFunc, to treat jsons with whitespaces the same. Do you think it make sense for twlio-provider to add that? or any other suggestions you have for this situation?
Steps to Reproduce
Code Snippet
# paste code here
Exception/Log
Technical details:
0.18.9
v0.15.3
The text was updated successfully, but these errors were encountered: