Skip to content

Instantly share code, notes, and snippets.

@eugenetaranov
Created February 13, 2018 23:27
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/dd8fffb772356a694a02b2d1a7f95b45 to your computer and use it in GitHub Desktop.
Save eugenetaranov/dd8fffb772356a694a02b2d1a7f95b45 to your computer and use it in GitHub Desktop.
terraform 2nd apply
2018/02/14 02:25:21 [INFO] Terraform version: 0.11.3 3802b14260603f90c7a1faf55994dcc8933e2069
2018/02/14 02:25:21 [INFO] Go runtime version: go1.9.1
2018/02/14 02:25:21 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2018/02/14 02:25:21 [DEBUG] Attempting to open CLI config file: /Users/eugene/.terraformrc
2018/02/14 02:25:21 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/02/14 02:25:21 [INFO] CLI command args: []string{"apply"}
2018/02/14 02:25:21 [INFO] command: empty terraform config, returning nil
2018/02/14 02:25:21 [DEBUG] command: no data state file found for backend config
2018/02/14 02:25:21 [DEBUG] New state was assigned lineage "ab1e5c6f-0480-4fe4-8c1b-ead1792d3f0f"
2018/02/14 02:25:21 [INFO] command: backend initialized: <nil>
2018/02/14 02:25:21 [DEBUG] checking for provider in "."
2018/02/14 02:25:21 [DEBUG] checking for provider in "/usr/local/bin"
2018/02/14 02:25:21 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/02/14 02:25:21 [DEBUG] found provider "terraform-provider-aws_v1.8.0_x4"
2018/02/14 02:25:21 [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:25:21 [DEBUG] checking for provisioner in "."
2018/02/14 02:25:21 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/02/14 02:25:21 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/02/14 02:25:21 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/02/14 02:25:21 [INFO] backend/local: starting Apply operation
2018/02/14 02:25:21 [INFO] terraform: building graph: GraphTypeInput
2018/02/14 02:25:21 [DEBUG] Attaching resource state to "aws_iam_user.test": &terraform.ResourceState{Type:"aws_iam_user", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ee550), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:21 [DEBUG] Attaching resource state to "aws_iam_user_ssh_key.test": &terraform.ResourceState{Type:"aws_iam_user_ssh_key", Dependencies:[]string{"aws_iam_user.test"}, Primary:(*terraform.InstanceState)(0xc4202ee5a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:21 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_iam_user.test - *terraform.NodeAbstractResource
aws_iam_user_ssh_key.test - *terraform.NodeAbstractResource
2018/02/14 02:25:21 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_iam_user.test - *terraform.NodeAbstractResource
aws_iam_user_ssh_key.test - *terraform.NodeAbstractResource
2018/02/14 02:25:21 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/14 02:25:21 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_iam_user.test - *terraform.NodeAbstractResource
aws_iam_user_ssh_key.test - *terraform.NodeAbstractResource
2018/02/14 02:25:21 [DEBUG] adding missing provider: aws
2018/02/14 02:25:21 [DEBUG] resource aws_iam_user.test using provider provider.aws
2018/02/14 02:25:21 [DEBUG] resource aws_iam_user_ssh_key.test using provider provider.aws
2018/02/14 02:25:21 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: [aws_iam_user.test]
2018/02/14 02:25:21 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/02/14 02:25:21 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018-02-14T02:25:21.996+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:25:22.008+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:25:22.027+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: plugin address: timestamp=2018-02-14T02:25:22.027+0300 address=/var/folders/mr/_bx5ns0x5mlbbqpnjc6_41_c0000gn/T/plugin825804576 network=unix
2018/02/14 02:25:22 [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:25:22 [INFO] terraform: building graph: GraphTypeValidate
2018/02/14 02:25:22 [DEBUG] Attaching resource state to "aws_iam_user.test": &terraform.ResourceState{Type:"aws_iam_user", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ee550), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:22 [DEBUG] Attaching resource state to "aws_iam_user_ssh_key.test": &terraform.ResourceState{Type:"aws_iam_user_ssh_key", Dependencies:[]string{"aws_iam_user.test"}, Primary:(*terraform.InstanceState)(0xc4202ee5a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:22 [DEBUG] resource aws_iam_user.test using provider provider.aws
2018/02/14 02:25:22 [DEBUG] resource aws_iam_user_ssh_key.test using provider provider.aws
2018/02/14 02:25:22 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/02/14 02:25:22 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:25:22 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: [aws_iam_user.test]
2018/02/14 02:25:22 [DEBUG] Attaching resource state to "aws_iam_user.test": &terraform.ResourceState{Type:"aws_iam_user", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ee550), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:22 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_iam_user.test - *terraform.NodeValidatableResourceInstance
2018/02/14 02:25:22 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_iam_user.test - *terraform.NodeValidatableResourceInstance
2018/02/14 02:25:22 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:25:22 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_iam_user.test - *terraform.NodeValidatableResourceInstance
2018/02/14 02:25:22 [TRACE] Graph after step *terraform.RootTransformer:
aws_iam_user.test - *terraform.NodeValidatableResourceInstance
2018/02/14 02:25:22 [TRACE] dag/walk: added new vertex: "aws_iam_user.test"
2018/02/14 02:25:22 [TRACE] dag/walk: walking "aws_iam_user.test"
2018/02/14 02:25:22 [TRACE] vertex 'root.aws_iam_user.test': walking
2018/02/14 02:25:22 [TRACE] vertex 'root.aws_iam_user.test': evaluating
2018/02/14 02:25:22 [TRACE] [walkValidate] Entering eval tree: aws_iam_user.test
2018/02/14 02:25:22 [TRACE] root: eval: *terraform.EvalSequence
2018/02/14 02:25:22 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/02/14 02:25:22 [TRACE] root: eval: *terraform.EvalGetProvider
2018/02/14 02:25:22 [TRACE] root: eval: *terraform.EvalInterpolate
2018/02/14 02:25:22 [DEBUG] Attaching resource state to "aws_iam_user_ssh_key.test": &terraform.ResourceState{Type:"aws_iam_user_ssh_key", Dependencies:[]string{"aws_iam_user.test"}, Primary:(*terraform.InstanceState)(0xc4202ee5a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:22 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: []
2018/02/14 02:25:22 [INFO] backend/local: apply calling Refresh
2018/02/14 02:25:22 [INFO] terraform: building graph: GraphTypeRefresh
2018/02/14 02:25:22 [DEBUG] Attaching resource state to "aws_iam_user.test": &terraform.ResourceState{Type:"aws_iam_user", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42007c640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:22 [DEBUG] Attaching resource state to "aws_iam_user_ssh_key.test": &terraform.ResourceState{Type:"aws_iam_user_ssh_key", Dependencies:[]string{"aws_iam_user.test"}, Primary:(*terraform.InstanceState)(0xc42007c690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:22 [DEBUG] adding missing provider: aws
2018/02/14 02:25:22 [DEBUG] resource aws_iam_user.test using provider provider.aws
2018/02/14 02:25:22 [DEBUG] resource aws_iam_user_ssh_key.test using provider provider.aws
2018/02/14 02:25:22 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:25:22 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: [aws_iam_user.test]
2018/02/14 02:25:22 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018-02-14T02:25:23.473+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:23 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-02-14T02:25:23.473+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:23 [INFO] AWS Auth provider used: "EnvProvider"
2018-02-14T02:25:23.473+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:23 [INFO] Initializing DeviceFarm SDK connection
2018-02-14T02:25:23.474+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:23 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-02-14T02:25:23.474+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:23.474+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:23.474+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: sts.amazonaws.com
2018-02-14T02:25:23.474+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:25:23.474+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 43
2018-02-14T02:25:23.474+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=17dcdd5d89cce0e2044e73283a38452bcf4740bae9577ae156a8df00ee116e70
2018-02-14T02:25:23.474+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:23.474+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232523Z
2018-02-14T02:25:23.475+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:23.475+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:23.475+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-02-14T02:25:23.475+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:24 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 403
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:23 GMT
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: 2aabd67d-1115-11e8-9e67-71b8c682a52b
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:24.346+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:24 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetCallerIdentityResult>
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Account>427985443494</Account>
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResult>
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>2aabd67d-1115-11e8-9e67-71b8c682a52b</RequestId>
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResponse>
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:24 [DEBUG] Trying to get account ID via iam:GetUser
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:24 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:25:24.347+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:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 33
2018-02-14T02:25:24.347+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=f2333efd8f98f21903cd0c856ddfb793e10d214072a61c22853c4f37f23780b5
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232524Z
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetUser&Version=2010-05-08
2018-02-14T02:25:24.347+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:25 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 525
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:24 GMT
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: 2b230211-1115-11e8-8fd7-5da44d2182f4
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:25 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetUserResult>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <User>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Path>/</Path>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <PasswordLastUsed>2018-02-13T22:52:53Z</PasswordLastUsed>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserName>eugene</UserName>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <CreateDate>2016-03-08T10:40:50Z</CreateDate>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </User>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResult>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>2b230211-1115-11e8-8fd7-5da44d2182f4</RequestId>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResponse>
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:25 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-02-14T02:25:25.144+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:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 87
2018-02-14T02:25:25.144+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=4867e22d5018704b164e25cbdbc640268ccb6d359f32465303e70f9d8a17474c
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232525Z
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:25.144+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-02-14T02:25:25.145+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:26 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Transfer-Encoding: chunked
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml;charset=UTF-8
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:25 GMT
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Server: AmazonEC2
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Vary: Accept-Encoding
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:26 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <requestId>41ba122f-d63d-4969-a355-649e11632430</requestId>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <accountAttributeSet>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeName>supported-platforms</attributeName>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValueSet>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValue>VPC</attributeValue>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </attributeValueSet>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </accountAttributeSet>
2018-02-14T02:25:26.082+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </DescribeAccountAttributesResponse>
2018/02/14 02:25:26 [DEBUG] Attaching resource state to "aws_iam_user.test": &terraform.ResourceState{Type:"aws_iam_user", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42007c640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:26 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_iam_user.test - *terraform.NodeRefreshableManagedResourceInstance
2018/02/14 02:25:26 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_iam_user.test - *terraform.NodeRefreshableManagedResourceInstance
2018/02/14 02:25:26 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:25:26 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_iam_user.test - *terraform.NodeRefreshableManagedResourceInstance
2018/02/14 02:25:26 [TRACE] Graph after step *terraform.RootTransformer:
aws_iam_user.test - *terraform.NodeRefreshableManagedResourceInstance
2018/02/14 02:25:26 [TRACE] dag/walk: added new vertex: "aws_iam_user.test"
aws_iam_user.test: Refreshing state... (ID: test)
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:26 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:25:26.086+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:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 47
2018-02-14T02:25:26.086+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=58bc45ca97223dd4a76382cd5002f877adb8c8be8f944bd1d6c0d2387cc10ff9
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232526Z
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetUser&UserName=test&Version=2010-05-08
2018-02-14T02:25:26.086+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:26 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 457
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:26 GMT
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: 2c13f158-1115-11e8-b217-a5a55537f296
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:26 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetUserResult>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <User>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Path>/</Path>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserName>test</UserName>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/test</Arn>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAIQYKZUVJX2AL6FCBI</UserId>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <CreateDate>2018-02-13T23:22:26Z</CreateDate>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </User>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResult>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>2c13f158-1115-11e8-b217-a5a55537f296</RequestId>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:25:26.727+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResponse>
2018/02/14 02:25:26 [DEBUG] Attaching resource state to "aws_iam_user_ssh_key.test": &terraform.ResourceState{Type:"aws_iam_user_ssh_key", Dependencies:[]string{"aws_iam_user.test"}, Primary:(*terraform.InstanceState)(0xc42007c690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:26 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: []
2018/02/14 02:25:26 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_iam_user_ssh_key.test - *terraform.NodeRefreshableManagedResourceInstance
aws_iam_user_ssh_key.test: Refreshing state... (ID: APKAI2JICLWYNPP4JT3Q)
2018-02-14T02:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:26 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetSSHPublicKey Details:
2018-02-14T02:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:25:26.730+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:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 104
2018-02-14T02:25:26.730+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=fab7b7a8ceffe3ef027511435234ffde3787e38c117d929d92e9fccf59907278
2018-02-14T02:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232526Z
2018-02-14T02:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:26.730+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:25:26.730+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetSSHPublicKey Details:
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 1052
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:26 GMT
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: 2c760e84-1115-11e8-9c33-d19e3966347b
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [DEBUG] [aws-sdk-go] <GetSSHPublicKeyResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetSSHPublicKeyResult>
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <SSHPublicKey>
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <SSHPublicKeyBody>-----BEGIN PUBLIC KEY-----
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxXDAyKVbar55v60GoLUe
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 6ES+FsL0BCi37vo88gsPcBeCWTY4iwlVSYgihKm8XO0K5f1NC0qjnKDmLJ+GE8GK
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: pUtiqG9Ge1dT0oVmEj771E7uhVs0plyG8BzEOkbwXRi++NJiIAsIKaqCHjjsaxA0
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: JVhIwi5WteaeTUhqYR2IN9j1dKKHWrqukbEyt6MLTFne6Mnd9MitejKjbnxvdSTR
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: xuDP7aVH3XdoEOUlqC2HAID1y1FgtNfq57SDzXNGSpviOd0dFYVWVUxP9fpxZiYl
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: WXae5yBBXa+QI1FDxadxllEre5wwAvDmhfW/97gpgOHply3nAI8+2LZ5V6xGgrGr
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: hwIDAQAB
2018/02/14 02:25:27 [TRACE] root: eval: *terraform.EvalWriteState
2018/02/14 02:25:27 [TRACE] [walkRefresh] Exiting eval tree: aws_iam_user_ssh_key.test
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----END PUBLIC KEY-----
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </SSHPublicKeyBody>
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <SSHPublicKeyId>APKAI2JICLWYNPP4JT3Q</SSHPublicKeyId>
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UploadDate>2018-02-13T23:22:27Z</UploadDate>
2018-02-14T02:25:27.374+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:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserName>test</UserName>
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Status>Active</Status>
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </SSHPublicKey>
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetSSHPublicKeyResult>
2018/02/14 02:25:27 [TRACE] dag/walk: walking "provider.aws (close)"
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018/02/14 02:25:27 [TRACE] vertex 'root.provider.aws (close)': walking
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>2c760e84-1115-11e8-9c33-d19e3966347b</RequestId>
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:25:27.374+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetSSHPublicKeyResponse>
2018/02/14 02:25:27 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/02/14 02:25:27 [TRACE] [walkRefresh] Entering eval tree: provider.aws (close)
2018/02/14 02:25:27 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/02/14 02:25:27 [TRACE] [walkRefresh] Exiting eval tree: provider.aws (close)
2018/02/14 02:25:27 [INFO] backend/local: apply calling Plan
2018/02/14 02:25:27 [INFO] terraform: building graph: GraphTypePlan
2018/02/14 02:25:27 [DEBUG] Attaching resource state to "aws_iam_user.test": &terraform.ResourceState{Type:"aws_iam_user", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4201341e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:27 [DEBUG] Attaching resource state to "aws_iam_user_ssh_key.test": &terraform.ResourceState{Type:"aws_iam_user_ssh_key", Dependencies:[]string{"aws_iam_user.test"}, Primary:(*terraform.InstanceState)(0xc420134230), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:27 [DEBUG] adding missing provider: aws
2018/02/14 02:25:27 [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:25:27 [DEBUG] resource aws_iam_user.test using provider provider.aws
2018/02/14 02:25:27 [DEBUG] resource aws_iam_user_ssh_key.test using provider provider.aws
2018/02/14 02:25:27 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018/02/14 02:25:27 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: [aws_iam_user.test]
2018/02/14 02:25:27 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/02/14 02:25:27 [DEBUG] Starting graph walk: walkPlan
2018-02-14T02:25:27.381+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [INFO] No assume_role block read from configuration
2018-02-14T02:25:27.381+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [INFO] Building AWS region structure
2018-02-14T02:25:27.381+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [INFO] Building AWS auth structure
2018-02-14T02:25:27.381+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [INFO] Setting AWS metadata API timeout to 100ms
2018-02-14T02:25:27.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-02-14T02:25:27.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [INFO] AWS Auth provider used: "EnvProvider"
2018-02-14T02:25:27.720+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [INFO] Initializing DeviceFarm SDK connection
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:27 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: sts.amazonaws.com
2018-02-14T02:25:27.721+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:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 43
2018-02-14T02:25:27.721+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=95c24c7123cf354669daa3e7219afcb67bd2e19571797bfd83ef7ec39978360c
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232527Z
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-02-14T02:25:27.721+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:28 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 403
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:27 GMT
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: 2d0dbabb-1115-11e8-9abd-d779c8352c21
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:28 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetCallerIdentityResult>
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Account>427985443494</Account>
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResult>
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>2d0dbabb-1115-11e8-9abd-d779c8352c21</RequestId>
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResponse>
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:28 [DEBUG] Trying to get account ID via iam:GetUser
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:28 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:25:28.350+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:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 33
2018-02-14T02:25:28.350+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=fd92b6fa79df5d0f88553bb46ad27c8e08a27c74ed1f3a197fe95b515a9bc98c
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232528Z
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetUser&Version=2010-05-08
2018-02-14T02:25:28.350+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:28.955+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:28 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 525
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:28 GMT
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: 2d699703-1115-11e8-8d19-eb2e6251701a
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:28 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetUserResult>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <User>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Path>/</Path>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <PasswordLastUsed>2018-02-13T22:52:53Z</PasswordLastUsed>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserName>eugene</UserName>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <CreateDate>2016-03-08T10:40:50Z</CreateDate>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </User>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResult>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>2d699703-1115-11e8-8d19-eb2e6251701a</RequestId>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResponse>
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:28 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-02-14T02:25:28.956+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:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 87
2018-02-14T02:25:28.956+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=de018e3137885b27c9e2044bf4efc64a09a0e2ec9e931746848c6ca908660f5f
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232528Z
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-02-14T02:25:28.956+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:29 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Transfer-Encoding: chunked
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml;charset=UTF-8
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:28 GMT
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Server: AmazonEC2
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Vary: Accept-Encoding
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:29 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <requestId>b039037f-9958-4892-a518-fe387ce91cd5</requestId>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <accountAttributeSet>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeName>supported-platforms</attributeName>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValueSet>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValue>VPC</attributeValue>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </attributeValueSet>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </accountAttributeSet>
2018-02-14T02:25:29.610+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </DescribeAccountAttributesResponse>
2018/02/14 02:25:29 [DEBUG] Attaching resource state to "aws_iam_user.test": &terraform.ResourceState{Type:"aws_iam_user", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4201341e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:29 [DEBUG] ReferenceTransformer: "aws_iam_user.test" references: []
2018-02-14T02:25:29.613+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:29 [DEBUG] Instance Diff is nil in Diff()
2018/02/14 02:25:29 [DEBUG] Attaching resource state to "aws_iam_user_ssh_key.test": &terraform.ResourceState{Type:"aws_iam_user_ssh_key", Dependencies:[]string{"aws_iam_user.test"}, Primary:(*terraform.InstanceState)(0xc420134230), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:29 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: []
2018/02/14 02:25:29 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_iam_user_ssh_key.test - *terraform.NodePlannableResourceInstance
2018/02/14 02:25:29 [DEBUG] command: asking for input: "Do you want to perform these actions?"
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
~ aws_iam_user_ssh_key.test
status: "Active" => "Inactive"
Plan: 0 to add, 1 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:25:33 [INFO] terraform: building graph: GraphTypeApply
2018/02/14 02:25:33 [DEBUG] Attaching resource state to "aws_iam_user_ssh_key.test": &terraform.ResourceState{Type:"aws_iam_user_ssh_key", Dependencies:[]string{"aws_iam_user.test"}, Primary:(*terraform.InstanceState)(0xc4201343c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/02/14 02:25:33 [DEBUG] adding missing provider: aws
2018/02/14 02:25:33 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_iam_user_ssh_key.test - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
2018/02/14 02:25:33 [DEBUG] resource aws_iam_user_ssh_key.test using provider provider.aws
2018/02/14 02:25:33 [DEBUG] ReferenceTransformer: "aws_iam_user_ssh_key.test" references: []
2018/02/14 02:25:33 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018-02-14T02:25:33.304+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:33 [INFO] No assume_role block read from configuration
2018-02-14T02:25:33.304+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:33 [INFO] Building AWS region structure
2018-02-14T02:25:33.304+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:33 [INFO] Building AWS auth structure
2018-02-14T02:25:33.304+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:33 [INFO] Setting AWS metadata API timeout to 100ms
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:33 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:33 [INFO] AWS Auth provider used: "EnvProvider"
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:33 [INFO] Initializing DeviceFarm SDK connection
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:33 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: sts.amazonaws.com
2018-02-14T02:25:33.604+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:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 43
2018-02-14T02:25:33.604+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=e04160f1ade3c8b465706a36b011bf30fa3a8297862ac27f95826d9d5f154d96
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232533Z
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-02-14T02:25:33.604+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:34 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 403
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:34 GMT
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: 308d1d7b-1115-11e8-ad12-95258e3e6090
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:34 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetCallerIdentityResult>
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Account>427985443494</Account>
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResult>
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>308d1d7b-1115-11e8-ad12-95258e3e6090</RequestId>
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetCallerIdentityResponse>
2018-02-14T02:25:34.211+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:34 [DEBUG] Trying to get account ID via iam:GetUser
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:34 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:25:34.212+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:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 33
2018-02-14T02:25:34.212+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=4bac686c2ce1c30dad213f94c9dc07ca9ae08b7e9f4d9302d4fd691a5e9171b5
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232534Z
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetUser&Version=2010-05-08
2018-02-14T02:25:34.212+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:34.848+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:34 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 525
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:34 GMT
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: 30ec5535-1115-11e8-9b00-49c428eab68c
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:34 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <GetUserResult>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <User>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Path>/</Path>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <PasswordLastUsed>2018-02-13T22:52:53Z</PasswordLastUsed>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserName>eugene</UserName>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Arn>arn:aws:iam::427985443494:user/eugene</Arn>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <UserId>AIDAJSJTJX4GZTAEOI2TC</UserId>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <CreateDate>2016-03-08T10:40:50Z</CreateDate>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </User>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResult>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <ResponseMetadata>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>30ec5535-1115-11e8-9b00-49c428eab68c</RequestId>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ResponseMetadata>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </GetUserResponse>
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:34 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: ec2.us-east-1.amazonaws.com
2018-02-14T02:25:34.849+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:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 87
2018-02-14T02:25:34.849+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=16039c961a02500f0f670e4060095f27317ab23be37a367fc82d648d8f460a76
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232534Z
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-02-14T02:25:34.849+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:35 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 200 OK
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Transfer-Encoding: chunked
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml;charset=UTF-8
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:34 GMT
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Server: AmazonEC2
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Vary: Accept-Encoding
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:35 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <requestId>47d5c08f-1576-4c89-99c7-6f96f058085c</requestId>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <accountAttributeSet>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeName>supported-platforms</attributeName>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValueSet>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <item>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <attributeValue>VPC</attributeValue>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </attributeValueSet>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </item>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </accountAttributeSet>
2018-02-14T02:25:35.538+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </DescribeAccountAttributesResponse>
aws_iam_user_ssh_key.test: Modifying... (ID: APKAI2JICLWYNPP4JT3Q)
status: "Active" => "Inactive"
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:35 [DEBUG] Update IAM User SSH Key request: {
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: SSHPublicKeyId: "APKAI2JICLWYNPP4JT3Q",
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Status: "Inactive",
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: UserName: "test"
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: }
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:35 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: POST / HTTP/1.1
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Host: iam.amazonaws.com
2018-02-14T02:25:35.545+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:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 63
2018-02-14T02:25:35.545+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=4543ba78df487a3e87ae8c8e0981ae8c6d444bf22c5badbbe7c55814093febae
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amz-Date: 20180213T232535Z
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Accept-Encoding: gzip
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Action=GetUser&UserName=APKAI2JICLWYNPP4JT3Q&Version=2010-05-08
2018-02-14T02:25:35.545+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:36 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: ---[ RESPONSE ]--------------------------------------
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: HTTP/1.1 404 Not Found
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Connection: close
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Length: 300
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Content-Type: text/xml
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: Date: Tue, 13 Feb 2018 23:25:35 GMT
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: X-Amzn-Requestid: 31b6343d-1115-11e8-907d-4d809ad7636c
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4:
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: -----------------------------------------------------
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:36 [DEBUG] [aws-sdk-go] <ErrorResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Error>
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Type>Sender</Type>
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Code>NoSuchEntity</Code>
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <Message>The user with name APKAI2JICLWYNPP4JT3Q cannot be found.</Message>
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </Error>
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: <RequestId>31b6343d-1115-11e8-907d-4d809ad7636c</RequestId>
2018-02-14T02:25:36.176+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: </ErrorResponse>
2018-02-14T02:25:36.177+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:36 [DEBUG] [aws-sdk-go] DEBUG: Validate Response iam/GetUser failed, not retrying, error NoSuchEntity: The user with name APKAI2JICLWYNPP4JT3Q cannot be found.
2018-02-14T02:25:36.177+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: status code: 404, request id: 31b6343d-1115-11e8-907d-4d809ad7636c
2018-02-14T02:25:36.177+0300 [DEBUG] plugin.terraform-provider-aws_v1.8.0_x4: 2018/02/14 02:25:36 [WARN] No IAM user by name (APKAI2JICLWYNPP4JT3Q) found
2018/02/14 02:25:36 [TRACE] root: eval: *terraform.EvalWriteState
2018/02/14 02:25:36 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018/02/14 02:25:36 [TRACE] root: eval: *terraform.EvalIf
2018/02/14 02:25:36 [TRACE] root: eval: *terraform.EvalWriteState
2018/02/14 02:25:36 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/02/14 02:25:36 [TRACE] root: eval: *terraform.EvalApplyPost
2018/02/14 02:25:36 [TRACE] root: eval: *terraform.EvalUpdateStateHook
aws_iam_user_ssh_key.test: Modifications complete after 0s
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
2018/02/14 02:25:36 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-02-14T02:25:36.190+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