【发布时间】:2020-09-23 03:41:55
【问题描述】:
我在管道中发生terraform plan 期间收到以下错误:
Error: Error locking state: Error acquiring the state lock: ConditionalCheckFailedException: The conditional request failed
Lock Info:
ID: 9db590f1-b6fe-c5f2-2678-8804f089deba
Path: ...
Operation: OperationTypePlan
Who: ...
Version: 0.12.25
Created: 2020-05-29 12:52:25.690864752 +0000 UTC
Info:
Terraform acquires a state lock to protect the state from being written
by multiple users at the same time. Please resolve the issue above and try
again. For most commands, you can disable locking with the "-lock=false"
flag, but this is not recommended.
这很奇怪,因为我确定没有其他并发计划。 有没有办法解决这个问题?我应该如何移除这个锁?
【问题讨论】: