-
Notifications
You must be signed in to change notification settings - Fork 71
-
I am getting errors when deploying Terraform. I need some help why I am getting it.
It seems like the YOUR_SERVERLESS_SID isn't being pulled correctly and inserted. |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment · 9 replies
-
The value for
My guess on the most likely cause is the first item, so make sure to check that box and try the deploy again. |
Beta Was this translation helpful? Give feedback.
All reactions
-
It does deploy the release however: |
Beta Was this translation helpful? Give feedback.
All reactions
-
In Twilio Console > TaskRouter > Workspaces, what workspaces are listed? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
Ah, there's the issue! In
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Awesome! Fixed that part. I've had this Flex account since Flex was in beta, so it was renamed this a long time ago when the account was setup. Still have an issue on the Terraform deployment.
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Awesome, glad it's working now! For Terraform, you'll need to update the TaskRouter workspace name in |
Beta Was this translation helpful? Give feedback.
Ah, there's the issue! In
scripts/config/mappings.json
, theTWILIO_FLEX_WORKSPACE_SID
is populated based on the workspace name being "Flex Task Assignment". You can fix your issue using either of these methods:scripts/config/mappings.json
name mapping forTWILIO_FLEX_WORKSPACE_SID
to "Xource Flex"