Terraform:无法解锁状态:无法检索锁定信息:JSON 输入意外结束

Terraform: Failed to unlock state: failed to retrieve lock info: unexpected end of JSON input

terraform plan被中止,现在无法获取状态锁。我试图手动释放它但出现错误:

terraform force-unlock -force xxx-xxx-xx-dddd

Failed to unlock state: failed to retrieve lock info:
unexpected end of JSON input

状态文件看起来完整并成功通过 json 语法验证。

如何解决?

解决方案:double-check您在正确的 Terraform 工作区中。

我必须切换到正确的工作区并发出命令 terraform force-unlcok -force 才能解决这个问题。