What is the equivalent of passing variables to the Terraform via cli with Terraspace? In terraform I can do terraform apply -var abc=abc. I only found this https://terraspace.cloud/docs/config/args/terraform/ but maybe there is an easier option?
Asked
Active
Viewed 74 times
0
-
Ok, found it. Just use TF_VAR_${environment_name_here} terraspace up ${your_stack} – girts Feb 21 '23 at 09:33