Guest User

Untitled

a guest
Aug 28th, 2020
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. 2020/08/28 18:25:48 [DEBUG] [aws-sdk-go] DEBUG: Request dynamodb/PutItem Details:
  2. ---[ REQUEST POST-SIGN ]-----------------------------
  3. POST / HTTP/1.1
  4. Host: dynamodb.eu-central-1.amazonaws.com
  5. User-Agent: aws-sdk-go/1.30.12 (go1.12.13; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.29
  6. Content-Length: 448
  7. Accept-Encoding: identity
  8. X-Amz-Target: DynamoDB_20120810.PutItem
  9.  
  10. {"ConditionExpression":"attribute_not_exists(LockID)","Item":{"Info":{"S":"{\"ID\":\"ab1f619a-5709-4975-2d31-91ffffffffff\",\"Operation\":\"init\",\"Info\":\"\",\"Who\":\"ci-user@fffffffffff5\",\"Version\":\"0.12.29\",\"Created\":\"2020-08-28T18:25:48.953364842Z\",\"Path\":\"my_path.terraform.testing/env:/test/first\"}"},"LockID":{"S":"my_path.terraform.testing/env:/test/first"}},"TableName":"tf-remote-state-lock"}
  11. -----------------------------------------------------
  12. 2020/08/28 18:25:48 [DEBUG] [aws-sdk-go] DEBUG: Response dynamodb/PutItem Details:
  13. ---[ RESPONSE ]--------------------------------------
  14. HTTP/1.1 400 Bad Request
  15. Connection: close
  16. Content-Length: 112
  17. Content-Type: application/x-amz-json-1.0
  18. Server: Server
  19.  
  20. -----------------------------------------------------
  21. 2020/08/28 18:25:48 [DEBUG] [aws-sdk-go] {"__type":"com.amazonaws.dynamodb.v20120810#ResourceNotFoundException","message":"Requested resource not found"}
  22. 2020/08/28 18:25:48 [DEBUG] [aws-sdk-go] DEBUG: Validate Response dynamodb/PutItem failed, attempt 0/5, error ResourceNotFoundException: Requested resource not found
  23. 2020/08/28 18:25:48 [DEBUG] [aws-sdk-go] DEBUG: Request dynamodb/GetItem Details:
  24. ---[ REQUEST POST-SIGN ]-----------------------------
  25. POST / HTTP/1.1
  26. Host: dynamodb.eu-central-1.amazonaws.com
  27. User-Agent: aws-sdk-go/1.30.12 (go1.12.13; linux; amd64) APN/1.0 HashiCorp/1.0 20:25:48 Content-Type: application/x-amz-json-1.0
  28. X-Amz-Target: DynamoDB_20120810.GetItem
  29.  
  30. {"ConsistentRead":true,"Key":{"LockID":{"S":"my_path.terraform.testing/env:/test/first"}},"ProjectionExpression":"LockID, Info","TableName":"tf-remote-state-lock"}
  31. -----------------------------------------------------
  32. 2020/08/28 18:25:48 [DEBUG] [aws-sdk-go] DEBUG: Response dynamodb/GetItem Details:
  33. ---[ RESPONSE ]--------------------------------------
  34. HTTP/1.1 400 Bad Request
  35. Connection: close
  36. Content-Length: 112
  37. Content-Type: application/x-amz-json-1.0
  38. Server: Server
  39.  
  40. -----------------------------------------------------
  41. 2020/08/28 18:25:48 [DEBUG] [aws-sdk-go] {"__type":"com.amazonaws.dynamodb.v20120810#ResourceNotFoundException","message":"Requested resource not found"}
  42. 2020/08/28 18:25:48 [DEBUG] [aws-sdk-go] DEBUG: Validate Response dynamodb/GetItem failed, attempt 0/5, error ResourceNotFoundException: Requested resource not found
  43.  
Add Comment
Please, Sign In to add comment