diff --git a/backend/remote-state/manta/client.go b/backend/remote-state/manta/client.go index 841bd0f28..4f8899359 100644 --- a/backend/remote-state/manta/client.go +++ b/backend/remote-state/manta/client.go @@ -141,6 +141,7 @@ func (c *RemoteClient) Lock(info *state.LockInfo) (string, error) { ContentLength: uint64(contentLength), ObjectPath: path.Join(mantaDefaultRootStore, c.directoryName, lockFileName), ObjectReader: bytes.NewReader(data), + ForceInsert: true, } log.Printf("[DEBUG] Creating manta state lock: %#v", params)