Hi,
I cannot figure out out to use terraform state push PATH with terraspace. As stated in terraspace documentation example in Terraspace state:
terraspace state list demo --id enabled-bull
It seems that every params should be passed after stack name so I tried this getting error:
terraspace state push STACK PATH_TO_FILE
...
Usage: "terraspace state SUBCOMMAND STACK"
I get the same error passing PATH before STACK name
terraspace state push PATH_TO_FILE STACK
...
Usage: "terraspace state SUBCOMMAND STACK"
As workaround I can run terraform command in terraspace cache directory, but someone know right terraspace syntax ?