Created
May 8, 2019 19:23
-
-
Save SpamapS/7a3243984f21e79d4f2b010fa6347196 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019/05/08 12:13:54 [INFO] Terraform version: 0.11.13 | |
2019/05/08 12:13:54 [INFO] Go runtime version: go1.11.5 | |
2019/05/08 12:13:54 [INFO] CLI args: []string{"/home/clint/bin/terraform", "import", "github_repository.infra-sandbox", "sandbox"} | |
2019/05/08 12:13:54 [DEBUG] Attempting to open CLI config file: /home/clint/.terraformrc | |
2019/05/08 12:13:54 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/05/08 12:13:54 [INFO] CLI command args: []string{"import", "github_repository.infra-sandbox", "sandbox"} | |
2019/05/08 12:13:54 [INFO] Building AWS region structure | |
2019/05/08 12:13:54 [INFO] Building AWS auth structure | |
2019/05/08 12:13:54 [INFO] Setting AWS metadata API timeout to 100ms | |
2019/05/08 12:13:55 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2019/05/08 12:13:55 [INFO] AWS Auth provider used: "StaticProvider" | |
2019/05/08 12:13:55 [INFO] Initializing DeviceFarm SDK connection | |
2019/05/08 12:13:55 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Content-Length: 43 | |
Authorization: XXXXXXXXXXXXXXXXXX | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20190508T191355Z | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
----------------------------------------------------- | |
2019/05/08 12:13:55 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 413 | |
Content-Type: text/xml | |
Date: Wed, 08 May 2019 19:13:54 GMT | |
X-Amzn-Requestid: 6c9c28d2-71c5-11e9-b660-3f5aa0bdcc52 | |
----------------------------------------------------- | |
2019/05/08 12:13:55 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:iam::999999999999:user/system/terraform</Arn> | |
<UserId>AIDAIPGNZIX4FHHSPT5NK</UserId> | |
<Account>999999999999</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>6c9c28d2-71c5-11e9-b660-3f5aa0bdcc52</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse> | |
2019/05/08 12:13:55 [DEBUG] Trying to get account ID via iam:GetUser | |
2019/05/08 12:13:55 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: iam.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Content-Length: 33 | |
Authorization: XXXXXXXXXXXXXXXXXX | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20190508T191355Z | |
Accept-Encoding: gzip | |
Action=GetUser&Version=2010-05-08 | |
----------------------------------------------------- | |
2019/05/08 12:13:55 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 403 Forbidden | |
Connection: close | |
Content-Length: 367 | |
Content-Type: text/xml | |
Date: Wed, 08 May 2019 19:13:55 GMT | |
X-Amzn-Requestid: 6cd560a9-71c5-11e9-a950-9b3deba76966 | |
----------------------------------------------------- | |
2019/05/08 12:13:55 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
<Error> | |
<Type>Sender</Type> | |
<Code>AccessDenied</Code> | |
<Message>User: arn:aws:iam::999999999999:user/system/terraform is not authorized to perform: iam:GetUser on resource: user terraform</Message> | |
</Error> | |
<RequestId>6cd560a9-71c5-11e9-a950-9b3deba76966</RequestId> | |
</ErrorResponse> | |
2019/05/08 12:13:55 [DEBUG] [aws-sdk-go] DEBUG: Validate Response iam/GetUser failed, not retrying, error AccessDenied: User: arn:aws:iam::999999999999:user/system/terraform is not authorized to perform: iam:GetUser on resource: user terraform | |
status code: 403, request id: 6cd560a9-71c5-11e9-a950-9b3deba76966 | |
2019/05/08 12:13:55 [DEBUG] Getting account ID via iam:GetUser failed: AccessDenied: User: arn:aws:iam::999999999999:user/system/terraform is not authorized to perform: iam:GetUser on resource: user terraform | |
status code: 403, request id: 6cd560a9-71c5-11e9-a950-9b3deba76966 | |
2019/05/08 12:13:55 [DEBUG] Trying to get account ID via sts:GetCallerIdentity | |
2019/05/08 12:13:55 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: sts.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Content-Length: 43 | |
Authorization: XXXXXXXXXXXXXXXXXX | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20190508T191355Z | |
Accept-Encoding: gzip | |
Action=GetCallerIdentity&Version=2011-06-15 | |
----------------------------------------------------- | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 413 | |
Content-Type: text/xml | |
Date: Wed, 08 May 2019 19:13:56 GMT | |
X-Amzn-Requestid: 6d087f60-71c5-11e9-b020-095c39c01a56 | |
----------------------------------------------------- | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
<GetCallerIdentityResult> | |
<Arn>arn:aws:iam::999999999999:user/system/terraform</Arn> | |
<UserId>AIDAIPGNZIX4FHHSPT5NK</UserId> | |
<Account>999999999999</Account> | |
</GetCallerIdentityResult> | |
<ResponseMetadata> | |
<RequestId>6d087f60-71c5-11e9-b020-095c39c01a56</RequestId> | |
</ResponseMetadata> | |
</GetCallerIdentityResponse> | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: ec2.us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Content-Length: 87 | |
Authorization: XXXXXXXXXXXXXXXXXX | |
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
X-Amz-Date: 20190508T191356Z | |
Accept-Encoding: gzip | |
Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
----------------------------------------------------- | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 403 Forbidden | |
Connection: close | |
Transfer-Encoding: chunked | |
Date: Wed, 08 May 2019 19:13:56 GMT | |
Server: AmazonEC2 | |
----------------------------------------------------- | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<Response><Errors><Error><Code>UnauthorizedOperation</Code><Message>You are not authorized to perform this operation.</Message></Error></Errors><RequestID>88601028-9ec9-4070-bd95-95258f0f98e0</RequestID></Response> | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] DEBUG: Validate Response ec2/DescribeAccountAttributes failed, not retrying, error UnauthorizedOperation: You are not authorized to perform this operation. | |
status code: 403, request id: 88601028-9ec9-4070-bd95-95258f0f98e0 | |
2019/05/08 12:13:56 [WARN] Unable to get supported EC2 platforms: UnauthorizedOperation: You are not authorized to perform this operation. | |
status code: 403, request id: 88601028-9ec9-4070-bd95-95258f0f98e0 | |
2019/05/08 12:13:56 [INFO] command: backend initialized: *s3.Backend | |
2019/05/08 12:13:56 [DEBUG] checking for provider in "." | |
2019/05/08 12:13:56 [DEBUG] checking for provider in "/home/clint/bin" | |
2019/05/08 12:13:56 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64" | |
2019/05/08 12:13:56 [DEBUG] found provider "terraform-provider-github_v2.0.0_x4" | |
2019/05/08 12:13:56 [DEBUG] found valid plugin: "github", "2.0.0", "/home/clint/src/REDACTED/tech/auto/terraform/REDACTED-SERVER.test/.terraform/plugins/linux_amd64/terraform-provider-github_v2.0.0_x4" | |
2019/05/08 12:13:56 [DEBUG] checking for provisioner in "." | |
2019/05/08 12:13:56 [DEBUG] checking for provisioner in "/home/clint/bin" | |
2019/05/08 12:13:56 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64" | |
2019/05/08 12:13:56 [INFO] command: backend *s3.Backend is not enhanced, wrapping in local | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/ListObjects Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET /REDACTED-BUCKET-NAME?prefix=env%3A%2F HTTP/1.1 | |
Host: s3.us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Authorization: XXXXXXXXXXXXXXXXXX | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20190508T191356Z | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/ListObjects Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Transfer-Encoding: chunked | |
Content-Type: application/xml | |
Date: Wed, 08 May 2019 19:13:57 GMT | |
Server: AmazonS3 | |
X-Amz-Bucket-Region: us-west-2 | |
X-Amz-Id-2: ZZZZZZZZZZZZZZZZZZZZZ | |
X-Amz-Request-Id: C5930E8A560AE876 | |
----------------------------------------------------- | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Name>REDACTED-BUCKET-NAME</Name><Prefix>env:/</Prefix><Marker></Marker><MaxKeys>1000</MaxKeys><IsTruncated>false</IsTruncated></ListBucketResult> | |
2019/05/08 12:13:56 [DEBUG] [aws-sdk-go] DEBUG: Request dynamodb/PutItem Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: dynamodb.us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Content-Length: 458 | |
Accept-Encoding: identity | |
Authorization: XXXXXXXXXXXXXXXXXX | |
Content-Type: application/x-amz-json-1.0 | |
X-Amz-Date: 20190508T191356Z | |
X-Amz-Target: DynamoDB_20120810.PutItem | |
{"ConditionExpression":"attribute_not_exists(LockID)","Item":{"Info":{"S":"{\"ID\":\"6057b6e9-922b-11bc-7fbf-5f1b9fe33bd6\",\"Operation\":\"OperationTypeInvalid\",\"Info\":\"\",\"Who\":\"clint@clint-ThinkPad-X1-Carbon-6th\",\"Version\":\"0.11.13\",\"Created\":\"2019-05-08T19:13:56.789329322Z\",\"Path\":\"REDACTED-BUCKET-NAME/terraform-REDACTED-SERVER.test\"}"},"LockID":{"S":"REDACTED-BUCKET-NAME/terraform-REDACTED-SERVER.test"}},"TableName":"TerraformState"} | |
----------------------------------------------------- | |
2019/05/08 12:13:57 [DEBUG] [aws-sdk-go] DEBUG: Response dynamodb/PutItem Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 2 | |
Content-Type: application/x-amz-json-1.0 | |
Date: Wed, 08 May 2019 19:13:56 GMT | |
Server: Server | |
X-Amz-Crc32: 2745614147 | |
X-Amzn-Requestid: CT1RHDJJ5EESC2DH0NUTT52DFNVV4KQNSO5AEMVJF66Q9ASUAAJG | |
----------------------------------------------------- | |
2019/05/08 12:13:57 [DEBUG] [aws-sdk-go] {} | |
2019/05/08 12:13:57 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObject Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
GET /REDACTED-BUCKET-NAME/terraform-REDACTED-SERVER.test HTTP/1.1 | |
Host: s3.us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Authorization: XXXXXXXXXXXXXXXXXX | |
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
X-Amz-Date: 20190508T191357Z | |
Accept-Encoding: gzip | |
----------------------------------------------------- | |
2019/05/08 12:13:57 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObject Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 1784 | |
Accept-Ranges: bytes | |
Content-Type: application/json | |
Date: Wed, 08 May 2019 19:13:58 GMT | |
Etag: "ca80dd8b5a6d34aa6a59f220e2b58cf2" | |
Last-Modified: Wed, 08 May 2019 19:07:07 GMT | |
Server: AmazonS3 | |
X-Amz-Id-2: ZZZZZZZZZZZZZZZZZZZZZ | |
X-Amz-Request-Id: F972784E031AC70F | |
----------------------------------------------------- | |
2019/05/08 12:13:57 [DEBUG] [aws-sdk-go] | |
2019/05/08 12:13:57 [DEBUG] [aws-sdk-go] DEBUG: Request dynamodb/GetItem Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: dynamodb.us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Content-Length: 171 | |
Accept-Encoding: identity | |
Authorization: XXXXXXXXXXXXXXXXXX | |
Content-Type: application/x-amz-json-1.0 | |
X-Amz-Date: 20190508T191357Z | |
X-Amz-Target: DynamoDB_20120810.GetItem | |
{"ConsistentRead":true,"Key":{"LockID":{"S":"REDACTED-BUCKET-NAME/terraform-REDACTED-SERVER.test-md5"}},"ProjectionExpression":"LockID, Digest","TableName":"TerraformState"} | |
----------------------------------------------------- | |
2019/05/08 12:13:57 [DEBUG] [aws-sdk-go] DEBUG: Response dynamodb/GetItem Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 131 | |
Content-Type: application/x-amz-json-1.0 | |
Date: Wed, 08 May 2019 19:13:57 GMT | |
Server: Server | |
X-Amz-Crc32: 3013812630 | |
X-Amzn-Requestid: M07NTDVK2F1KA9B3SKGMOIDKNBVV4KQNSO5AEMVJF66Q9ASUAAJG | |
----------------------------------------------------- | |
2019/05/08 12:13:57 [DEBUG] [aws-sdk-go] {"Item":{"Digest":{"S":"ca80dd8b5a6d34aa6a59f220e2b58cf2"},"LockID":{"S":"REDACTED-BUCKET-NAME/terraform-REDACTED-SERVER.test-md5"}}} | |
2019/05/08 12:13:57 [DEBUG] adding missing provider: github | |
2019/05/08 12:13:57 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
github_branch_protection.infra-sandbox-master - *terraform.NodeAbstractResource | |
github_membership.infra-clint - *terraform.NodeAbstractResource | |
github_membership.infra-tim - *terraform.NodeAbstractResource | |
github_repository.infra-sandbox - *terraform.NodeAbstractResource | |
github_repository.infra-sandbox (import id: sandbox) - *terraform.graphNodeImportState | |
provider.github - *terraform.NodeApplyableProvider | |
provider.github.infra - *terraform.NodeApplyableProvider | |
2019/05/08 12:13:57 [DEBUG] resource github_membership.infra-clint using provider provider.github | |
2019/05/08 12:13:57 [DEBUG] resource github_membership.infra-tim using provider provider.github | |
2019/05/08 12:13:57 [DEBUG] resource github_repository.infra-sandbox using provider provider.github | |
2019/05/08 12:13:57 [DEBUG] resource github_branch_protection.infra-sandbox-master using provider provider.github | |
2019/05/08 12:13:57 [DEBUG] resource github_repository.infra-sandbox (import id: sandbox) using provider provider.github | |
2019/05/08 12:13:57 [DEBUG] Starting graph walk: walkImport | |
2019-05-08T12:13:57.477-0700 [DEBUG] plugin: waiting for RPC address: path=/home/clint/src/REDACTED/tech/auto/terraform/REDACTED-SERVER.test/.terraform/plugins/linux_amd64/terraform-provider-github_v2.0.0_x4 | |
2019-05-08T12:13:57.481-0700 [DEBUG] plugin.terraform-provider-github_v2.0.0_x4: plugin address: timestamp=2019-05-08T12:13:57.481-0700 address=/tmp/plugin598213769 network=unix | |
2019/05/08 12:13:57 [DEBUG] command: asking for input: "provider.github.organization" | |
[0m[1mprovider.github.organization[0m | |
The GitHub organization name to manage. | |
[1mEnter a value:[0m [0m | |
2019-05-08T12:14:02.360-0700 [DEBUG] plugin.terraform-provider-github_v2.0.0_x4: plugin received interrupt signal, ignoring: timestamp=2019-05-08T12:14:02.359-0700 count=1 | |
2019/05/08 12:14:02 [ERROR] root: eval: *terraform.EvalInputProvider, err: Error configuring github: organization: interrupted | |
2019/05/08 12:14:02 [ERROR] root: eval: *terraform.EvalSequence, err: Error configuring github: organization: interrupted | |
2019/05/08 12:14:02 [ERROR] root: eval: *terraform.EvalOpFilter, err: Error configuring github: organization: interrupted | |
2019/05/08 12:14:02 [ERROR] root: eval: *terraform.EvalSequence, err: Error configuring github: organization: interrupted | |
[31m | |
[1m[31mError: [0m[0m[1mprovider.github: Error configuring github: organization: interrupted[0m | |
2019/05/08 12:14:02 [DEBUG] [aws-sdk-go] DEBUG: Request dynamodb/GetItem Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: dynamodb.us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Content-Length: 165 | |
Accept-Encoding: identity | |
Authorization: XXXXXXXXXXXXXXXXXX | |
Content-Type: application/x-amz-json-1.0 | |
X-Amz-Date: 20190508T191402Z | |
X-Amz-Target: DynamoDB_20120810.GetItem | |
{"ConsistentRead":true,"Key":{"LockID":{"S":"REDACTED-BUCKET-NAME/terraform-REDACTED-SERVER.test"}},"ProjectionExpression":"LockID, Info","TableName":"TerraformState"} | |
----------------------------------------------------- | |
[0m[0m[0m | |
2019/05/08 12:14:02 [DEBUG] [aws-sdk-go] DEBUG: Response dynamodb/GetItem Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 376 | |
Content-Type: application/x-amz-json-1.0 | |
Date: Wed, 08 May 2019 19:14:02 GMT | |
Server: Server | |
X-Amz-Crc32: 1941155631 | |
X-Amzn-Requestid: 7H5KO280JEVGDM5HEFPACVP5HRVV4KQNSO5AEMVJF66Q9ASUAAJG | |
----------------------------------------------------- | |
2019/05/08 12:14:02 [DEBUG] [aws-sdk-go] {"Item":{"LockID":{"S":"REDACTED-BUCKET-NAME/terraform-REDACTED-SERVER.test"},"Info":{"S":"{\"ID\":\"6057b6e9-922b-11bc-7fbf-5f1b9fe33bd6\",\"Operation\":\"OperationTypeInvalid\",\"Info\":\"\",\"Who\":\"clint@clint-ThinkPad-X1-Carbon-6th\",\"Version\":\"0.11.13\",\"Created\":\"2019-05-08T19:13:56.789329322Z\",\"Path\":\"REDACTED-BUCKET-NAME/terraform-REDACTED-SERVER.test\"}"}}} | |
2019/05/08 12:14:02 [DEBUG] [aws-sdk-go] DEBUG: Request dynamodb/DeleteItem Details: | |
---[ REQUEST POST-SIGN ]----------------------------- | |
POST / HTTP/1.1 | |
Host: dynamodb.us-west-2.amazonaws.com | |
User-Agent: aws-sdk-go/1.14.31 (go1.11.5; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.13 | |
Content-Length: 105 | |
Accept-Encoding: identity | |
Authorization: XXXXXXXXXXXXXXXXXX | |
Content-Type: application/x-amz-json-1.0 | |
X-Amz-Date: 20190508T191402Z | |
X-Amz-Target: DynamoDB_20120810.DeleteItem | |
{"Key":{"LockID":{"S":"REDACTED-BUCKET-NAME/terraform-REDACTED-SERVER.test"}},"TableName":"TerraformState"} | |
----------------------------------------------------- | |
Releasing state lock. This may take a few moments... | |
2019/05/08 12:14:02 [DEBUG] [aws-sdk-go] DEBUG: Response dynamodb/DeleteItem Details: | |
---[ RESPONSE ]-------------------------------------- | |
HTTP/1.1 200 OK | |
Connection: close | |
Content-Length: 2 | |
Content-Type: application/x-amz-json-1.0 | |
Date: Wed, 08 May 2019 19:14:02 GMT | |
Server: Server | |
X-Amz-Crc32: 2745614147 | |
X-Amzn-Requestid: 1TDVHGNR7OL9O85J8P45P30B4VVV4KQNSO5AEMVJF66Q9ASUAAJG | |
----------------------------------------------------- | |
2019/05/08 12:14:02 [DEBUG] [aws-sdk-go] {} | |
2019/05/08 12:14:02 [DEBUG] plugin: waiting for all plugin processes to complete... | |
2019-05-08T12:14:02.794-0700 [DEBUG] plugin.terraform-provider-github_v2.0.0_x4: 2019/05/08 12:14:02 [ERR] plugin: plugin server: accept unix /tmp/plugin598213769: use of closed network connection | |
2019-05-08T12:14:02.796-0700 [DEBUG] plugin: plugin process exited: path=/home/clint/src/REDACTED/tech/auto/terraform/REDACTED-SERVER.test/.terraform/plugins/linux_amd64/terraform-provider-github_v2.0.0_x4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment