Description
Issue with tokkio-deploy preview
Command on AWS - Missing Expression and Undefined Variable
I’m encountering an issue while running the tokkio-deploy preview
command in my AWS environment. Below are the details:
Command Executed:
bash
cd ACE/workflows/tokkio/scripts/one-click/aws
bash tokkio-deploy preview
Output:
vbnet
Preview of changes
╷
│ Error: Missing expression
│
│ on line 1:
│ (source code not available)
│
│ Expected the start of an expression, but found the end of the file.
╵
╷
│ Error: No value for required variable
│
│ on variables.tf line 166:
│ 166: variable “api_settings” {
│
│ The root module input variable “api_settings” is not set, and has no default value. Use a -var or -var-file command line argument to provide a value for this variable.
╵
It seems that the variable api_settings
is not set in the Terraform configuration, and it has no default value. I’m unsure what value should be passed or where the required expression for var.api_settings
is defined.
Has anyone encountered a similar issue with tokkio-deploy
? Any suggestions on how to resolve this missing expression and provide the required api_settings
variable would be greatly appreciated.
Thanks in advance!