Skip to content

Instantly share code, notes, and snippets.

@eugenetaranov
Last active February 13, 2018 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eugenetaranov/3e10bfc38d966d1d361e4218a15708ea to your computer and use it in GitHub Desktop.
Save eugenetaranov/3e10bfc38d966d1d361e4218a15708ea to your computer and use it in GitHub Desktop.
terraform 1st apply
2018/02/14 02:22:13 [INFO] Terraform version: 0.11.3 3802b14260603f90c7a1faf55994dcc8933e2069
2018/02/14 02:22:13 [INFO] Go runtime version: go1.9.1
2018/02/14 02:22:13 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2018/02/14 02:22:13 [DEBUG] Attempting to open CLI config file: /Users/eugene/.terraformrc
2018/02/14 02:22:13 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/02/14 02:22:13 [INFO] CLI command args: []string{"apply"}
2018/02/14 02:22:13 [INFO] command: empty terraform config, returning nil
2018/02/14 02:22:13 [DEBUG] command: no data state file found for backend config
2018/02/14 02:22:13 [DEBUG] New state was assigned lineage "67bb542d-9d24-43a6-a5c1-29dd089d547c"
2018/02/14 02:22:13 [INFO] command: backend initialized: <nil>
2018/02/14 02:22:13 [DEBUG] checking for provider in "."
2018/02/14 02:22:13 [DEBUG] checking for provider in "/usr/local/bin"
2018/02/14 02:22:13 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/02/14 02:22:13 [DEBUG] found provider "terraform-provider-aws_v1.8.0_x4"
2018/02/14 02:22:13 [DEBUG] found valid plugin: "aws", "1.8.0", "/Users/eugene/aws_ssh_key_test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.8.0_x4"
2018/02/14 02:22:13 [DEBUG] checking for provisioner in "."
2018/02/14 02:22:13 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/02/14 02:22:13 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/02/14 02:22:13 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/02/14 02:22:13 [INFO] backend/local: starting Apply operation
2018/02/14 02:22:13 [DEBUG] New state was assigned lineage "7b485ec4-e10d-4129-8064-d58a2399dd22"
2018/02/14 02:22:13 [INFO] terraform: building graph: GraphTypeInput
2018/02/14 02:22:13 [DEBUG] Resource state not found for "aws_iam_user.test": aws_iam_user.test
2018/02/14 02:22:13 [DEBUG] Resource state not found for "aws_iam_user_ssh_key.test": aws_iam_user_ssh_key.test
2018/02/14 02:22:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_iam_user.test - *terraform.NodeAbstractResource
aws_iam_user_ssh_key.test - *terraform.NodeAbstractResource
2018/02/14 02:22:13 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_iam_user.test - *terraform.NodeAbstractResource
aws_iam_user_ssh_key.test - *terraform.NodeAbstractResource
2018/02/14 02:22:13 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/14 02:22:13 [DEBUG] adding missing provider: aws
2018/02/14 02:22:13 [DEBUG] resource aws_iam_user_ssh_key.test using provider provider.aws
2018/02/14 02:22:13 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:22:13 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: [aws_iam_user.test]
2018/02/14 02:22:13 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018-02-14T02:22:13.536+0300 [DEBUG] plugin: starting plugin: path=/Users/eugene/aws_ssh_key_test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.8.0_x4 args=[/Users/eugene/aws_ssh_key_test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.8.0_x4]
2018-02-14T02:22:13.548+0300 [DEBUG] plugin: waiting for RPC address: path=/Users/eugene/aws_ssh_key_test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.8.0_x4
2018-02-14T02:22:13.569+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: plugin address: timestamp=2018-02-14T02:22:13.569+0300 address=/var/folders/mr/_bx5ns0x5mlbbqpnjc6_41_c0000gn/T/plugin386134105 network=unix
2018/02/14 02:22:13 [DEBUG] command: asking for input: "provider.aws.region"
provider.aws.region
The region where AWS operations will take place. Examples
are us-east-1, us-west-2, etc.
Default: us-east-1
Enter a value:
2018/02/14 02:22:14 [INFO] terraform: building graph: GraphTypeValidate
2018/02/14 02:22:14 [DEBUG] Resource state not found for "aws_iam_user.test": aws_iam_user.test
2018/02/14 02:22:14 [DEBUG] Resource state not found for "aws_iam_user_ssh_key.test": aws_iam_user_ssh_key.test
2018/02/14 02:22:14 [DEBUG] adding missing provider: aws
2018/02/14 02:22:14 [DEBUG] resource aws_iam_user.test using provider provider.aws
2018/02/14 02:22:14 [DEBUG] resource aws_iam_user_ssh_key.test using provider provider.aws
2018/02/14 02:22:14 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:22:14 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: [aws_iam_user.test]
2018/02/14 02:22:14 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/02/14 02:22:14 [DEBUG] Resource state not found for "aws_iam_user.test": aws_iam_user.test
2018/02/14 02:22:14 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:22:14 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_iam_user.test - *terraform.NodeValidatableResourceInstance
2018/02/14 02:22:14 [DEBUG] Resource state not found for "aws_iam_user_ssh_key.test": aws_iam_user_ssh_key.test
2018/02/14 02:22:14 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: []
2018/02/14 02:22:14 [INFO] backend/local: apply calling Refresh
2018/02/14 02:22:14 [INFO] terraform: building graph: GraphTypeRefresh
2018/02/14 02:22:14 [INFO] backend/local: apply calling Plan
2018/02/14 02:22:14 [INFO] terraform: building graph: GraphTypePlan
2018/02/14 02:22:14 [DEBUG] Resource state not found for "aws_iam_user.test": aws_iam_user.test
2018/02/14 02:22:14 [DEBUG] Resource state not found for "aws_iam_user_ssh_key.test": aws_iam_user_ssh_key.test
2018/02/14 02:22:14 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_iam_user.test - *terraform.NodePlannableResource
aws_iam_user_ssh_key.test - *terraform.NodePlannableResource
2018/02/14 02:22:14 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_iam_user.test - *terraform.NodePlannableResource
aws_iam_user_ssh_key.test - *terraform.NodePlannableResource
2018/02/14 02:22:14 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/14 02:22:14 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_iam_user.test - *terraform.NodePlannableResource
aws_iam_user_ssh_key.test - *terraform.NodePlannableResource
2018/02/14 02:22:14 [DEBUG] adding missing provider: aws
2018/02/14 02:22:14 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_iam_user.test - *terraform.NodePlannableResource
aws_iam_user_ssh_key.test - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/02/14 02:22:14 [DEBUG] resource aws_iam_user.test using provider provider.aws
2018/02/14 02:22:14 [DEBUG] resource aws_iam_user_ssh_key.test using provider provider.aws
Building AWS region structure
2018-02-14T02:22:14.917+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:14 [INFO] Building AWS auth structure
2018-02-14T02:22:14.917+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:14 [INFO] Setting AWS metadata API timeout to 100ms
2018-02-14T02:22:15.691+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:15 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-02-14T02:22:15.691+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:15 [INFO] AWS Auth provider used: "EnvProvider"
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:15 [INFO] Initializing DeviceFarm SDK connection
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:15 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: sts.amazonaws.com
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 43
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIFO7T42JND33HA3A/20180213/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=73f015e8ebd073795f5671d988ce4761623978d4cac579fc6b03ab9eea53fbbe
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232215Z
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-02-14T02:22:15.692+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:16 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 403
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:22:16 GMT
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: babfccd4-1114-11e8-a9f5-bf7d6e11d0c2
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:16 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetCallerIdentityResult>
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Account>427985443494</Account>
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResult>
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>babfccd4-1114-11e8-a9f5-bf7d6e11d0c2</RequestId>
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResponse>
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:16 [DEBUG] Trying to get account ID via iam:GetUser
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:16 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 33
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIFO7T42JND33HA3A/20180213/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=5fa5d02eaba810e33080d78c5f4901880e222a5226c1b0c7d27895549313da27
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232216Z
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetUser&Version=2010-05-08
2018-02-14T02:22:16.585+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:17 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 525
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:22:16 GMT
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: bb3c9d16-1114-11e8-ae1a-df2bb2fe07b1
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:17 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetUserResult>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <User>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Path>/</Path>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <PasswordLastUsed>2018-02-13T22:52:53Z</PasswordLastUsed>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserName>eugene</UserName>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <CreateDate>2016-03-08T10:40:50Z</CreateDate>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </User>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResult>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>bb3c9d16-1114-11e8-ae1a-df2bb2fe07b1</RequestId>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResponse>
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:17 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 87
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIFO7T42JND33HA3A/20180213/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=97ef49ed7af33e2b8e60b5ea1559b412f19b1dee4208dadbda199c37e6ded5b8
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232217Z
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-02-14T02:22:17.400+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:18 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Transfer-Encoding: chunked
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml;charset=UTF-8
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:22:17 GMT
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Server: AmazonEC2
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Vary: Accept-Encoding
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:18 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <requestId>a7a58821-1412-4653-babb-a8cf0fdfd124</requestId>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <accountAttributeSet>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeName>supported-platforms</attributeName>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValueSet>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValue>VPC</attributeValue>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </attributeValueSet>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </accountAttributeSet>
2018-02-14T02:22:18.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </DescribeAccountAttributesResponse>
2018/02/14 02:22:18 [DEBUG] Resource state not found for "aws_iam_user.test": aws_iam_user.test
2018/02/14 02:22:18 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:22:18 [DEBUG] Resource state not found for "aws_iam_user_ssh_key.test": aws_iam_user_ssh_key.test
2018/02/14 02:22:18 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_iam_user_ssh_key.test - *terraform.NodePlannableResourceInstance
2018/02/14 02:22:18 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_iam_user_ssh_key.test - *terraform.NodePlannableResourceInstance
2018/02/14 02:22:18 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: []
2018/02/14 02:22:18 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_iam_user_ssh_key.test - *terraform.NodePlannableResourceInstance
An execution plan has been generated and is shown below.
2018/02/14 02:22:18 [DEBUG] command: asking for input: "Do you want to perform these actions?"
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
+ aws_iam_user.test
id: <computed>
arn: <computed>
force_destroy: "false"
name: "test"
path: "/"
unique_id: <computed>
+ aws_iam_user_ssh_key.test
id: <computed>
encoding: "PEM"
fingerprint: <computed>
public_key: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFcMDIpVtqvnm/rQagtR7oRL4WwvQEKLfu+jzyCw9wF4JZNjiLCVVJiCKEqbxc7Qrl/U0LSqOcoOYsn4YTwYqlS2Kob0Z7V1PShWYSPvvUTu6FWzSmXIbwHMQ6RvBdGL740mIgCwgpqoIeOOxrEDQlWEjCLla15p5NSGphHYg32PV0oodauq6RsTK3owtMWd7oyd30yK16MqNufG91JNHG4M/tpUfdd2gQ5SWoLYcAgPXLUWC01+rntIPNc0ZKm+I53R0VhVZVTE/1+nFmJiVZdp7nIEFdr5AjUUPFp3GWUSt7nDAC8OaF9b/3uCmA4emXLecAjz7YtnlXrEaCsauH\n"
ssh_public_key_id: <computed>
status: "Inactive"
username: "test"
Plan: 2 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2018/02/14 02:22:23 [INFO] terraform: building graph: GraphTypeApply
2018/02/14 02:22:23 [DEBUG] Resource state not found for "aws_iam_user_ssh_key.test": aws_iam_user_ssh_key.test
2018/02/14 02:22:23 [DEBUG] Resource state not found for "aws_iam_user.test": aws_iam_user.test
2018/02/14 02:22:23 [DEBUG] adding missing provider: aws
2018/02/14 02:22:23 [DEBUG] resource aws_iam_user_ssh_key.test using provider provider.aws
2018/02/14 02:22:23 [DEBUG] resource aws_iam_user.test using provider provider.aws
2018/02/14 02:22:23 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:22:23 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/02/14 02:22:23 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: [aws_iam_user.test aws_iam_user.test]
2018/02/14 02:22:23 [DEBUG] Starting graph walk: walkApply
2018-02-14T02:22:23.759+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:23 [INFO] No assume_role block read from configuration
2018-02-14T02:22:23.759+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:23 [INFO] Building AWS region structure
2018-02-14T02:22:23.759+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:23 [INFO] Building AWS auth structure
2018-02-14T02:22:23.759+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:23 [INFO] Setting AWS metadata API timeout to 100ms
2018-02-14T02:22:24.094+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:24 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-02-14T02:22:24.094+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:24 [INFO] AWS Auth provider used: "EnvProvider"
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:24 [INFO] Initializing DeviceFarm SDK connection
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:24 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: sts.amazonaws.com
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 43
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIFO7T42JND33HA3A/20180213/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d17981beec4da150259e296f73fa3c7854ea14dc023f6f2d23aea1ff6f5717f3
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232224Z
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-02-14T02:22:24.095+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:24 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 403
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:22:23 GMT
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: bf9b15db-1114-11e8-9696-6b164fa15d78
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:24 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetCallerIdentityResult>
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Account>427985443494</Account>
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResult>
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>bf9b15db-1114-11e8-9696-6b164fa15d78</RequestId>
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResponse>
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:24 [DEBUG] Trying to get account ID via iam:GetUser
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:24 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 33
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIFO7T42JND33HA3A/20180213/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e7880e6c6abbb141c7ea386a24a9151fbfb5939e29e04e7b719185898dbae22f
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232224Z
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:24.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetUser&Version=2010-05-08
2018-02-14T02:22:24.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:25 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 525
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:22:24 GMT
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: bffdcf60-1114-11e8-ae1a-df2bb2fe07b1
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:25 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetUserResult>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <User>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Path>/</Path>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <PasswordLastUsed>2018-02-13T22:52:53Z</PasswordLastUsed>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserName>eugene</UserName>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <CreateDate>2016-03-08T10:40:50Z</CreateDate>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </User>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResult>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>bffdcf60-1114-11e8-ae1a-df2bb2fe07b1</RequestId>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResponse>
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:25 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 87
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIFO7T42JND33HA3A/20180213/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=372ed91a7dad36da28c055b89c5744b1ba3fba35e8facffb21c4aa5c04e24fd7
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:22:25.376+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232225Z
2018-02-14T02:22:25.377+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:22:25.377+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:25.377+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-02-14T02:22:25.377+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:26 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Transfer-Encoding: chunked
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml;charset=UTF-8
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:22:25 GMT
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Server: AmazonEC2
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Vary: Accept-Encoding
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:26 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <requestId>15f79d04-7102-4978-bc4c-ac0deb120b13</requestId>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <accountAttributeSet>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeName>supported-platforms</attributeName>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValueSet>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValue>VPC</attributeValue>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </attributeValueSet>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </accountAttributeSet>
2018-02-14T02:22:26.197+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </DescribeAccountAttributesResponse>
2018/02/14 02:22:26 [DEBUG] apply: aws_iam_user.test: executing Apply
aws_iam_user.test: Creating...
arn: "" => "<computed>"
force_destroy: "" => "false"
name: "" => "test"
path: "" => "/"
unique_id: "" => "<computed>"
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:26 [DEBUG] Create IAM User request: {
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Path: "/",
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: UserName: "test"
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: }
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:26 [DEBUG] [aws-sdk-go] DEBUG: Request iam/CreateUser Details:
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 59
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIFO7T42JND33HA3A/20180213/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=33547b9169478f59f6c48ae020ef94fc5c0b9dbdf16e92b063de127467e21fa3
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232226Z
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=CreateUser&Path=%2F&UserName=test&Version=2010-05-08
2018-02-14T02:22:26.203+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:26 [DEBUG] [aws-sdk-go] DEBUG: Response iam/CreateUser Details:
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 473
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:22:26 GMT
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: c0e2147b-1114-11e8-8ded-1f000a5a9bf7
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:26 [DEBUG] [aws-sdk-go] <CreateUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <CreateUserResult>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <User>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Path>/</Path>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserName>test</UserName>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/test</Arn>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAIQYKZUVJX2AL6FCBI</UserId>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <CreateDate>2018-02-13T23:22:26.803Z</CreateDate>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </User>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </CreateUserResult>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>c0e2147b-1114-11e8-8ded-1f000a5a9bf7</RequestId>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:22:26.880+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </CreateUserResponse>
aws_iam_user.test: Creation complete after 1s (ID: test)
aws_iam_user_ssh_key.test: Creating...
encoding: "" => "PEM"
fingerprint: "" => "<computed>"
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:26 [DEBUG] Create IAM User SSH Key Request: {
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: SSHPublicKeyBody: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFcMDIpVtqvnm/rQagtR7oRL4WwvQEKLfu+jzyCw9wF4JZNjiLCVVJiCKEqbxc7Qrl/U0LSqOcoOYsn4YTwYqlS2Kob0Z7V1PShWYSPvvUTu6FWzSmXIbwHMQ6RvBdGL740mIgCwgpqoIeOOxrEDQlWEjCLla15p5NSGphHYg32PV0oodauq6RsTK3owtMWd7oyd30yK16MqNufG91JNHG4M/tpUfdd2gQ5SWoLYcAgPXLUWC01+rntIPNc0ZKm+I53R0VhVZVTE/1+nFmJiVZdp7nIEFdr5AjUUPFp3GWUSt7nDAC8OaF9b/3uCmA4emXLecAjz7YtnlXrEaCsauH\n",
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: UserName: "test"
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: }
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:26 [DEBUG] [aws-sdk-go] DEBUG: Request iam/UploadSSHPublicKey Details:
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 477
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIFO7T42JND33HA3A/20180213/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f9f1a2fc8609238e9c045b539d5993f36aaeb610289ae80195f841d91944a17a
public_key: "" => "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFcMDIpVtqvnm/rQagtR7oRL4WwvQEKLfu+jzyCw9wF4JZNjiLCVVJiCKEqbxc7Qrl/U0LSqOcoOYsn4YTwYqlS2Kob0Z7V1PShWYSPvvUTu6FWzSmXIbwHMQ6RvBdGL740mIgCwgpqoIeOOxrEDQlWEjCLla15p5NSGphHYg32PV0oodauq6RsTK3owtMWd7oyd30yK16MqNufG91JNHG4M/tpUfdd2gQ5SWoLYcAgPXLUWC01+rntIPNc0ZKm+I53R0VhVZVTE/1+nFmJiVZdp7nIEFdr5AjUUPFp3GWUSt7nDAC8OaF9b/3uCmA4emXLecAjz7YtnlXrEaCsauH\n"
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232226Z
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=UploadSSHPublicKey&SSHPublicKeyBody=ssh-rsa+AAAAB3NzaC1yc2EAAAADAQABAAABAQDFcMDIpVtqvnm%2FrQagtR7oRL4WwvQEKLfu%2BjzyCw9wF4JZNjiLCVVJiCKEqbxc7Qrl%2FU0LSqOcoOYsn4YTwYqlS2Kob0Z7V1PShWYSPvvUTu6FWzSmXIbwHMQ6RvBdGL740mIgCwgpqoIeOOxrEDQlWEjCLla15p5NSGphHYg32PV0oodauq6RsTK3owtMWd7oyd30yK16MqNufG91JNHG4M%2FtpUfdd2gQ5SWoLYcAgPXLUWC01%2BrntIPNc0ZKm%2BI53R0VhVZVTE%2F1%2BnFmJiVZdp7nIEFdr5AjUUPFp3GWUSt7nDAC8OaF9b%2F3uCmA4emXLecAjz7YtnlXrEaCsauH%0A&UserName=test&Version=2010-05-08
2018-02-14T02:22:26.885+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
ssh_public_key_id: "" => "<computed>"
status: "" => "Inactive"
username: "" => "test"
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:27 [DEBUG] [aws-sdk-go] DEBUG: Response iam/UploadSSHPublicKey Details:
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 998
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:22:26 GMT
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: c145b8b1-1114-11e8-8ded-1f000a5a9bf7
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:27 [DEBUG] [aws-sdk-go] <UploadSSHPublicKeyResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UploadSSHPublicKeyResult>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <SSHPublicKey>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <SSHPublicKeyBody>ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFcMDIpVtqvnm/rQagtR7oRL4WwvQEKLfu+jzyCw9wF4JZNjiLCVVJiCKEqbxc7Qrl/U0LSqOcoOYsn4YTwYqlS2Kob0Z7V1PShWYSPvvUTu6FWzSmXIbwHMQ6RvBdGL740mIgCwgpqoIeOOxrEDQlWEjCLla15p5NSGphHYg32PV0oodauq6RsTK3owtMWd7oyd30yK16MqNufG91JNHG4M/tpUfdd2gQ5SWoLYcAgPXLUWC01+rntIPNc0ZKm+I53R0VhVZVTE/1+nFmJiVZdp7nIEFdr5AjUUPFp3GWUSt7nDAC8OaF9b/3uCmA4emXLecAjz7YtnlXrEaCsauH
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </SSHPublicKeyBody>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <SSHPublicKeyId>APKAI2JICLWYNPP4JT3Q</SSHPublicKeyId>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UploadDate>2018-02-13T23:22:27.454Z</UploadDate>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Fingerprint>a4:7e:52:b3:06:88:92:26:45:24:ba:20:ce:0d:95:00</Fingerprint>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserName>test</UserName>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Status>Active</Status>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </SSHPublicKey>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </UploadSSHPublicKeyResult>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>c145b8b1-1114-11e8-8ded-1f000a5a9bf7</RequestId>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </UploadSSHPublicKeyResponse>
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:27 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetSSHPublicKey Details:
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 104
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIFO7T42JND33HA3A/20180213/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=825ea2e4af1e18dd0d9b72fc60ffe189b772cbb47e598cf4f785883215521511
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232227Z
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetSSHPublicKey&Encoding=PEM&SSHPublicKeyId=APKAI2JICLWYNPP4JT3Q&UserName=test&Version=2010-05-08
2018-02-14T02:22:27.530+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:28 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetSSHPublicKey Details:
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 1052
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:22:27 GMT
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: c1ad2c8f-1114-11e8-8ded-1f000a5a9bf7
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:22:28 [DEBUG] [aws-sdk-go] <GetSSHPublicKeyResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetSSHPublicKeyResult>
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <SSHPublicKey>
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <SSHPublicKeyBody>-----BEGIN PUBLIC KEY-----
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxXDAyKVbar55v60GoLUe
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 6ES+FsL0BCi37vo88gsPcBeCWTY4iwlVSYgihKm8XO0K5f1NC0qjnKDmLJ+GE8GK
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: pUtiqG9Ge1dT0oVmEj771E7uhVs0plyG8BzEOkbwXRi++NJiIAsIKaqCHjjsaxA0
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: JVhIwi5WteaeTUhqYR2IN9j1dKKHWrqukbEyt6MLTFne6Mnd9MitejKjbnxvdSTR
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: xuDP7aVH3XdoEOUlqC2HAID1y1FgtNfq57SDzXNGSpviOd0dFYVWVUxP9fpxZiYl
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: WXae5yBBXa+QI1FDxadxllEre5wwAvDmhfW/97gpgOHply3nAI8+2LZ5V6xGgrGr
2018/02/14 02:22:28 [TRACE] root: eval: *terraform.EvalWriteState
2018/02/14 02:22:28 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: hwIDAQAB
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----END PUBLIC KEY-----
2018-02-14T02:22:28.205+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </SSHPublicKeyBody>
2018/02/14 02:22:28 [TRACE] root: eval: *terraform.EvalIf
2018/02/14 02:22:28 [TRACE] root: eval: *terraform.EvalWriteState
2018/02/14 02:22:28 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/02/14 02:22:28 [TRACE] root: eval: *terraform.EvalApplyPost
aws_iam_user_ssh_key.test: Creation complete after 1s (ID: APKAI2JICLWYNPP4JT3Q)
Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
2018/02/14 02:22:28 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-02-14T02:22:28.217+0300 [DEBUG] plugin: plugin process exited: path=/Users/eugene/aws_ssh_key_test/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.8.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment