Terraform taint command fails
When trying to run terraform taint we get an error:
api-1 | File "/app/terrarun/server/__init__.py", line 2689, in _post
api-1 | state_version = StateVersion.create_from_state_json(
api-1 | File "/app/terrarun/models/state_version.py", line 93, in create_from_state_json
api-1 | sv = cls(run=run, workspace=workspace, created_by=run.created_by)
api-1 | AttributeError: 'NoneType' object has no attribute 'created_by'