Terraform deploy error #582
MauricioOlitel
started this conversation in
General
Replies: 2 comments
-
Hi @MauricioOlitel! It looks like the variables file isn't getting its placeholder strings replaced, which is performed by the postinstall script in the provided scripts here. The script makes an environment-specific copy of the example file (if it doesnt exist) then replaces the placeholder values. By chance have you modified these files or scripts? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have the same errors on my install. Do we have a fix to this yet? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having an error when executing the deploy, on my system it's giving an error in terraform
twilio_taskrouter_workspaces_task_channels_v1.voice: Refreshing state... [id=WSc43b31c20a726f3a9447f2704f0acd19/TCbf5ed74ea40e80577d13d56dd13b7247]
╷
│ Error: Invalid value for variable
│
│ on /home/runner/work/Corteva/Corteva/infra-as-code/terraform/environments/default/variables.tf line 83:
│ 83: variable "SCHEDULE_MANAGER_ENV_SID" {
│ ├────────────────
│ │ var.SCHEDULE_MANAGER_ENV_SID is "<YOUR_SCHEDULE_MANAGER_ENV_SID>"
│
│ SCHEDULE_MANAGER_ENV_SID expected to start with "ZE".
│
│ This was checked by the validation rule at
│ /home/runner/work/Corteva/Corteva/infra-as-code/terraform/environments/default/variables.tf:86,3-13.
╵
╷
│ Error: Invalid value for variable
│
│ on /home/runner/work/Corteva/Corteva/infra-as-code/terraform/environments/default/variables.tf line 92:
│ 92: variable "SCHEDULE_MANAGER_CHECK_FUNCTION_SID" {
│ ├────────────────
│ │ var.SCHEDULE_MANAGER_CHECK_FUNCTION_SID is "<YOUR_SCHEDULE_MANAGER_CHECK_FUNCTION_SID>"
│
│ SCHEDULE_MANAGER_CHECK_FUNCTION_SID expected to start with "ZH".
│
│ This was checked by the validation rule at
│ /home/runner/work/Corteva/Corteva/infra-as-code/terraform/environments/default/variables.tf:95,3-13.
╵
Error: Terraform exited with code 1.
Error: Process completed with exit code 1.
Do you have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions