Pétur Runólfsson
Results
2
comments of
Pétur Runólfsson
I'm seeing this problem when using this module through terragrunt. It seems that terragrunt creates a file in the source directory named `.terragrunt-source-manifest` and this file contains an absolute path...
This looks like a simple race condition in the locking code: In `s3/client.go`: ``` _, err := c.dynClient.PutItem(putParams) if err != nil { lockInfo, infoErr := c.getLockInfo() if infoErr !=...