We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20caa5e commit 5ff7ed6Copy full SHA for 5ff7ed6
internal/backend/remote-state/s3/client.go
@@ -550,7 +550,7 @@ func (err badChecksumError) resolutionMsg() string {
550
`If this problem persists, and neither S3 nor DynamoDB are experiencing an
551
outage, you may need to manually verify the remote state and update the Digest
552
value stored in the DynamoDB table to the following value: %x`,
553
- err.expected,
+ err.digest,
554
)
555
} else {
556
return `If this problem persists, and neither S3 nor DynamoDB are experiencing an
0 commit comments