Error: No value for required variable

Hello,

I want to pass a password for terraspace variable through the command line. In Terraform if I ddin’t add the variable name and value in the tfvars file and execute the Terraform plan/apply it will pop up for the variable value

**var.my_password**

my password for login

**Enter a value:**

if I do the same in terraspace the terraspace plan fail with the below error

**Error:** **No value for required variable**

│ on variables.tf line

│ 27: variable "my_password" {

I am keeping the tfvars variable in app/stack/demo/tfvar/dev.tfvars file. Any help here?

thanks