terraspace plan
fails error parse error: Unfinished string at EOF at line 1, column xxxx
#356
Labels
bug
Something isn't working
Checklist
My Environment
Expected Behaviour
In my team's CI environment, we have a job that executes
tofu init
>terraspace bundle
>terraspace plan $stack -out plan.tfplan
>terraspace show $stack
--plan plan.tfplan --json`. This set of commands has worked correctly for some time.Current Behavior
Without any changes to the environment (OS, OpenTofu, Terraspace, Ruby all the same, CI environment also unchanged), the
terraspace show
command has begun to fail with the exception below. It is worth noting that the column number reported is not the end of the file, but an arbitrary location.Step-by-step reproduction instructions
.tfplan
file because of company policy. I am able to directly send the.tfplan
to a contributor if needed.terraspace show
for the correspondingtofu show
fixes the issue.The text was updated successfully, but these errors were encountered: