Skip to content

Instantly share code, notes, and snippets.

@grimm26
Created March 5, 2018 20:53
Show Gist options
  • Save grimm26/5380931a0816a5b8e6966083c55d9c6b to your computer and use it in GitHub Desktop.
Save grimm26/5380931a0816a5b8e6966083c55d9c6b to your computer and use it in GitHub Desktop.
lambda debug
2018/03/05 14:50:24 [INFO] Terraform version: 0.11.3
2018/03/05 14:50:24 [INFO] Go runtime version: go1.9.3
2018/03/05 14:50:24 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.3/bin/terraform", "apply"}
2018/03/05 14:50:24 [DEBUG] Attempting to open CLI config file: /Users/mkeisler/.terraformrc
2018/03/05 14:50:24 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/03/05 14:50:24 [INFO] CLI command args: []string{"apply"}
2018/03/05 14:50:24 [INFO] command: empty terraform config, returning nil
2018/03/05 14:50:24 [DEBUG] command: no data state file found for backend config
2018/03/05 14:50:24 [DEBUG] New state was assigned lineage "9583f702-7c2c-4e7c-bb6f-896de0d05fdd"
2018/03/05 14:50:24 [INFO] command: backend initialized: <nil>
2018/03/05 14:50:24 [DEBUG] checking for provider in "."
2018/03/05 14:50:24 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/03/05 14:50:24 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/03/05 14:50:24 [DEBUG] found provider "terraform-provider-archive_v1.0.0_x4"
2018/03/05 14:50:24 [DEBUG] found provider "terraform-provider-aws_v1.10.0_x4"
2018/03/05 14:50:24 [DEBUG] found valid plugin: "archive", "1.0.0", "/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-archive_v1.0.0_x4"
2018/03/05 14:50:24 [DEBUG] found valid plugin: "aws", "1.10.0", "/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4"
2018/03/05 14:50:24 [DEBUG] checking for provisioner in "."
2018/03/05 14:50:24 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/03/05 14:50:24 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/03/05 14:50:24 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/03/05 14:50:24 [INFO] backend/local: starting Apply operation
2018/03/05 14:50:24 [INFO] terraform: building graph: GraphTypeInput
2018/03/05 14:50:24 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42040c640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:24 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc42040c780), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:24 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.funk - *terraform.NodeAbstractResource
data.archive_file.funk_zip - *terraform.NodeAbstractResource
2018/03/05 14:50:24 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_lambda_function.funk - *terraform.NodeAbstractResource
data.archive_file.funk_zip - *terraform.NodeAbstractResource
2018/03/05 14:50:24 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/03/05 14:50:24 [DEBUG] adding missing provider: archive
2018/03/05 14:50:24 [DEBUG] resource data.archive_file.funk_zip using provider provider.archive
2018/03/05 14:50:24 [DEBUG] resource aws_lambda_function.funk using provider provider.aws
2018/03/05 14:50:24 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:50:24 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: [data.archive_file.funk_zip]
2018/03/05 14:50:24 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/03/05 14:50:24 [DEBUG] ReferenceTransformer: "provider.archive" references: []
.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_lambda_function.funk - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018-03-05T14:50:24.896-0600 [DEBUG] plugin: starting plugin: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4 args=[/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4]
2018-03-05T14:50:24.907-0600 [DEBUG] plugin: waiting for RPC address: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4
2018-03-05T14:50:25.209-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: plugin address: timestamp=2018-03-05T14:50:25.209-0600 address=/var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin128276908 network=unix
2018-03-05T14:50:25.215-0600 [DEBUG] plugin: starting plugin: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-archive_v1.0.0_x4 args=[/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-archive_v1.0.0_x4]
2018-03-05T14:50:25.219-0600 [DEBUG] plugin: waiting for RPC address: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-archive_v1.0.0_x4
2018-03-05T14:50:25.276-0600 [DEBUG] plugin.terraform-provider-archive_v1.0.0_x4: 2018/03/05 14:50:25 [DEBUG] plugin: plugin address: unix /var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin866471345
2018/03/05 14:50:25 [INFO] terraform: building graph: GraphTypeValidate
2018/03/05 14:50:25 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42040c640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:25 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc42040c780), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:25 [DEBUG] adding missing provider: archive
2018/03/05 14:50:25 [DEBUG] resource data.archive_file.funk_zip using provider provider.archive
2018/03/05 14:50:25 [DEBUG] resource aws_lambda_function.funk using provider provider.aws
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: [data.archive_file.funk_zip]
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "provider.archive" references: []
yableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_lambda_function.funk - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/03/05 14:50:25 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42040c640), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:25 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc42040c780), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.funk - *terraform.NodeValidatableResourceInstance
2018/03/05 14:50:25 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_lambda_function.funk - *terraform.NodeValidatableResourceInstance
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: []
2018/03/05 14:50:25 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_lambda_function.funk - *terraform.NodeValidatableResourceInstance
2018/03/05 14:50:25 [TRACE] Graph after step *terraform.RootTransformer:
aws_lambda_function.funk - *terraform.NodeValidatableResourceInstance
2018/03/05 14:50:25 [INFO] backend/local: apply calling Refresh
2018/03/05 14:50:25 [INFO] terraform: building graph: GraphTypeRefresh
2018/03/05 14:50:25 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc420546910), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:25 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205468c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:25 [DEBUG] resource aws_lambda_function.funk using provider provider.aws
2018/03/05 14:50:25 [DEBUG] resource data.archive_file.funk_zip using provider provider.archive
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: [data.archive_file.funk_zip]
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "provider.archive" references: []
2018/03/05 14:50:25 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_lambda_function.funk - *terraform.NodeRefreshableManagedResource
data.archive_file.funk_zip - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.archive_file.funk_zip - *terraform.NodeRefreshableDataResource
provider.archive - *terraform.NodeApplyableProvider
provider.archive - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/03/05 14:50:25 [DEBUG] Starting graph walk: walkRefresh
2018-03-05T14:50:25.316-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:25 [INFO] No assume_role block read from configuration
2018-03-05T14:50:25.316-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:25 [INFO] Building AWS region structure
2018-03-05T14:50:25.316-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:25 [INFO] Building AWS auth structure
2018-03-05T14:50:25.316-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:25 [INFO] Setting AWS metadata API timeout to 100ms
2018/03/05 14:50:25 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205468c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:25 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018-03-05T14:50:25.771-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:25 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-03-05T14:50:25.772-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:25 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-03-05T14:50:25.772-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:25 [INFO] Initializing DeviceFarm SDK connection
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:25 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: sts.amazonaws.com
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 43
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=209de42b5cf667df8c28c40dee9e819a46410232355c0fa3624ce039838862e5
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205025Z
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-03-05T14:50:25.773-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 405
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:25 GMT
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d4c66ac6-20b6-11e8-9e5c-b348a64dc4a0
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetCallerIdentityResult>
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Account>643927032162</Account>
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResult>
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>d4c66ac6-20b6-11e8-9e5c-b348a64dc4a0</RequestId>
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:50:26.096-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResponse>
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] Trying to get account ID via iam:GetUser
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: iam.amazonaws.com
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 33
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=9b762d7c7bf96749ee25f001ce83003529e3ef85b9390c8b407400c7eb91cbb9
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205026Z
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetUser&Version=2010-05-08
2018-03-05T14:50:26.097-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 529
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:26 GMT
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d4dcb1dd-20b6-11e8-ab1e-919f6d683f85
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetUserResult>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <User>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Path>/</Path>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <PasswordLastUsed>2018-03-05T15:28:24Z</PasswordLastUsed>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserName>mkeisler</UserName>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <CreateDate>2015-04-10T18:37:47Z</CreateDate>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </User>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResult>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>d4dcb1dd-20b6-11e8-ab1e-919f6d683f85</RequestId>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResponse>
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: ec2.us-east-2.amazonaws.com
2018-03-05T14:50:26.251-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:26.252-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 87
2018-03-05T14:50:26.252-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ffa06daac84ce37ba0ade5b0bcb993693f93b3becaefb59ac4b196be98bb917f
2018-03-05T14:50:26.252-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:50:26.252-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205026Z
2018-03-05T14:50:26.252-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:26.252-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.252-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-03-05T14:50:26.252-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Transfer-Encoding: chunked
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml;charset=UTF-8
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:25 GMT
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Server: AmazonEC2
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Vary: Accept-Encoding
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <requestId>b886d511-3d64-4829-a6c2-a58e4fbb5a33</requestId>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <accountAttributeSet>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeName>supported-platforms</attributeName>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValueSet>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValue>VPC</attributeValue>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </attributeValueSet>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </accountAttributeSet>
2018-03-05T14:50:26.429-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </DescribeAccountAttributesResponse>
2018/03/05 14:50:26 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc420546910), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018-03-05T14:50:26.432-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] Fetching Lambda Function: funk
2018-03-05T14:50:26.432-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2018-03-05T14:50:26.432-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:26.432-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: GET /2015-03-31/functions/funk HTTP/1.1
2018-03-05T14:50:26.432-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: lambda.us-east-2.amazonaws.com
2018-03-05T14:50:26.432-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:26.432-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/lambda/aws4_request, SignedHeaders=host;x-amz-date, Signature=ef2b891f744e6bb074411f280220cdb705eee1f2be89409a089c7284dcdd73d1
2018-03-05T14:50:26.432-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205026Z
2018-03-05T14:50:26.432-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:26.433-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.433-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.433-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.640-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2018-03-05T14:50:26.640-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:26.640-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/2.0 200 OK
2018-03-05T14:50:26.640-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 1811
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/json
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:26 GMT
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d518823c-20b6-11e8-a45c-015a89664785
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] {"Code":{"Location":"https://awslambda-us-east-2-tasks.s3.us-east-2.amazonaws.com/snapshots/643927032162/funk-944acb73-cc3f-405f-9e55-136abdf9ac13?versionId=wOW4OtG3GNzOiCE9oQc62zcWDhmvx6Qh&X-Amz-Security-Token=FQoDYXdzEGUaDJYn8wMfCKERqOODzSK3Az2Yv9iwi9dzegduIYCCkxIV6H1uP%2BOZfRMB35VoycaW5TnNXwRBKWLIZrm%2Bov65ksSKOSR6487nIplUn1TLnJqiXk%2BYoth1Dj7huV%2BP%2B4Z9zebkeBz%2FCQHUunGm%2FK0lqomF2cxH8JivgGxF%2FRyedS0SbMhbb8njFZH2%2BOVuIKgOQy6tcmEruD4sI2D%2Fk1sOcanGnYnBIpT9ku8DJWd%2FksgitsDKMBrJ5G6rJtBH%2BYlkX1H3%2FB4YTi5%2B7zq1u6YOLslv3g1xJ5KxG7ZMSv8Nx3khRx1JGT7uuX%2Bm2CCd0se0IswAKV2AxvUXETYA8iefW2rzNULz3hoyp%2FxPGImek969vivQr2rsLjDjOexjEJp93Vnm1Bq5Y9zVSRJSjD3RbDNKqbnTEoZLF%2FZrEZFZuYr%2BTZ%2BFcWS1X7NqKlHgM5MXAZbHaXeYmr3SM10I3xuOVEFOQV5zg034TbNrFABgd9lz5B8303mrHRfsbrXJ9q5XsOzXZNmXRy6hlm%2BFcAFSb1TUu7vHTUQYs1Ydxg2amPNucqAcGLS%2B9uLYu60UAbjR8KB5MciUivbbVpA%2FoRRGWo8lRV1kE4ko7bP21AU%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20180305T205026Z&X-Amz-SignedHeaders=host&X-Amz-Expires=599&X-Amz-Credential=ASIAIT3ANFVLMRFBJMAQ%2F20180305%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Signature=2d370c9d75b13e83f637190371168bc94dd9471d9290e587753804be001718f1","RepositoryType":"S3"},"Concurrency":null,"Configuration":{"CodeSha256":"yKhWpr8W4xIA7rJ3EENJzxYvhJgE9xEJxpJvNc8dMPA=","CodeSize":235,"DeadLetterConfig":null,"Description":"Bring da funk","Environment":null,"FunctionArn":"arn:aws:lambda:us-east-2:643927032162:function:funk","FunctionName":"funk","Handler":"funk.lambda_handler","KMSKeyArn":null,"LastModified":"2018-03-05T20:41:17.458+0000","MasterArn":null,"MemorySize":128,"RevisionId":"42bdc433-dac1-4885-813d-656408e9ccea","Role":"arn:aws:iam::643927032162:role/iam_for_lambda","Runtime":"python3.6","Timeout":300,"TracingConfig":{"Mode":"PassThrough"},"Version":"$LATEST","VpcConfig":null},"Tags":null}
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [INFO] Setting Lambda funk VPC config []map[string]interface {}(nil) from API
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/ListVersionsByFunction Details:
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: GET /2015-03-31/functions/funk/versions?MaxItems=10000 HTTP/1.1
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: lambda.us-east-2.amazonaws.com
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/lambda/aws4_request, SignedHeaders=host;x-amz-date, Signature=c78a3ac77ed5d9bf0c89a16bc942cb8bc214e9d882c9f86528c6f1b45ea5e4f5
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205026Z
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.641-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.748-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/ListVersionsByFunction Details:
2018-03-05T14:50:26.748-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:26.748-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/2.0 200 OK
2018-03-05T14:50:26.748-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 628
2018-03-05T14:50:26.748-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/json
2018-03-05T14:50:26.748-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:26 GMT
2018-03-05T14:50:26.748-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d528d695-20b6-11e8-940c-bbea5460a21e
2018-03-05T14:50:26.749-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.749-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:26.749-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:26.749-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [DEBUG] [aws-sdk-go] {"NextMarker":null,"Versions":[{"CodeSha256":"yKhWpr8W4xIA7rJ3EENJzxYvhJgE9xEJxpJvNc8dMPA=","CodeSize":235,"DeadLetterConfig":null,"Description":"Bring da funk","Environment":null,"FunctionArn":"arn:aws:lambda:us-east-2:643927032162:function:funk:$LATEST","FunctionName":"funk","Handler":"funk.lambda_handler","KMSKeyArn":null,"LastModified":"2018-03-05T20:41:17.458+0000","MasterArn":null,"MemorySize":128,"RevisionId":"42bdc433-dac1-4885-813d-656408e9ccea","Role":"arn:aws:iam::643927032162:role/iam_for_lambda","Runtime":"python3.6","Timeout":300,"TracingConfig":{"Mode":"PassThrough"},"Version":"$LATEST","VpcConfig":null}]}
2018/03/05 14:50:26 [TRACE] root: eval: *terraform.EvalWriteState
2018/03/05 14:50:26 [TRACE] [walkRefresh] Exiting eval tree: aws_lambda_function.funk
2018/03/05 14:50:26 [TRACE] dag/walk: walking "provider.aws (close)"
2018/03/05 14:50:26 [TRACE] vertex 'root.provider.aws (close)': walking
2018/03/05 14:50:26 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/03/05 14:50:26 [TRACE] [walkRefresh] Entering eval tree: provider.aws (close)
2018/03/05 14:50:26 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/03/05 14:50:26 [TRACE] [walkRefresh] Exiting eval tree: provider.aws (close)
2018/03/05 14:50:26 [TRACE] dag/walk: walking "root"
2018/03/05 14:50:26 [TRACE] vertex 'root.root': walking
2018/03/05 14:50:26 [INFO] backend/local: apply calling Plan
2018/03/05 14:50:26 [INFO] terraform: building graph: GraphTypePlan
2018/03/05 14:50:26 [TRACE] ConfigTransformer: Starting for path: []
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
data.archive_file.funk_zip - *terraform.Nnction.funk - *terraform.NodePlannableResource
data.archive_file.funk_zip - *terraform.NodePlannableResource
2018/03/05 14:50:26 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc420436190), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:26 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420436140), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
data.archive_file.funk_zip - *terraform.NodePlannableResource
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
data.archive_file.funk_zip - *terraform.NodePlannableResource
2018/03/05 14:50:26 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/03/05 14:50:26 [TRACE] Attach provider request: []string{} aws
2018/03/05 14:50:26 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203d3960)}
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
data.archive_file.funk_zip - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/03/05 14:50:26 [DEBUG] adding missing provider: archive
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
data.archive_file.funk_zip - *terraform.NodePlannableResource
provider.archive - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/03/05 14:50:26 [DEBUG] resource data.archive_file.funk_zip using provider provider.archive
2018/03/05 14:50:26 [DEBUG] resource aws_lambda_function.funk using provider provider.aws
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.archive_file.funk_zip - *terraform.NodePlannableResource
provider.archive - *terraform.NodeApplyableProvider
provider.archive - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.archive_file.funk_zip - *terraform.NodePlannableResource
provider.archive - *terraform.NodeApplyableProvider
provider.archive - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.archive_file.funk_zip - *terraform.NodePlannableResource
provider.archive - *terraform.NodeApplyableProvider
provider.archive - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_lambda_function.funk - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.archive_file.funk_zip - *terraform.NodePlannableResource
provider.archive - *terraform.NodeApplyableProvider
provider.archive - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
da2018-03-05T14:50:26.756-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:26 [INFO] No assume_role block read from configuration
2018/03/05 14:50:26 [TRACE] vertex 'root.data.archive_file.funk_zip': evaluating
2018/03/05 14:50:26 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420436140), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:26 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:50:26 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.archive_file.funk_zip - *terraform.NodePlannableResourceInstance
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [INFO] Initializing DeviceFarm SDK connection
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: sts.amazonaws.com
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 43
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=7de14d8536644c17f123286a1a478bb5ed2841d47189b296520aa76b4c61a86e
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205027Z
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-03-05T14:50:27.041-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 405
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:26 GMT
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d56653f3-20b6-11e8-8d61-f9f828abce30
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetCallerIdentityResult>
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Account>643927032162</Account>
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResult>
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>d56653f3-20b6-11e8-8d61-f9f828abce30</RequestId>
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResponse>
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] Trying to get account ID via iam:GetUser
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: iam.amazonaws.com
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 33
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=927b2883dd2ce171e98e0333f66632fbd5a4930938658bb7bbb68f421997385c
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205027Z
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetUser&Version=2010-05-08
2018-03-05T14:50:27.142-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 529
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:27 GMT
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d574fadd-20b6-11e8-b6c6-4b5fab95330c
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetUserResult>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <User>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Path>/</Path>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <PasswordLastUsed>2018-03-05T15:28:24Z</PasswordLastUsed>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserName>mkeisler</UserName>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <CreateDate>2015-04-10T18:37:47Z</CreateDate>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </User>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResult>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>d574fadd-20b6-11e8-b6c6-4b5fab95330c</RequestId>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResponse>
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: ec2.us-east-2.amazonaws.com
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 87
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f918ca72ea7cbc2e85b28650a127a057cf46e870a46620be6ace37be3f9219dc
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205027Z
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-03-05T14:50:27.249-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-03-05T14:50:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:50:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:50:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Transfer-Encoding: chunked
2018-03-05T14:50:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml;charset=UTF-8
2018-03-05T14:50:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:26 GMT
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Server: AmazonEC2
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Vary: Accept-Encoding
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:27 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <requestId>6bba61a5-9e84-478f-a8db-f4c923afd899</requestId>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <accountAttributeSet>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeName>supported-platforms</attributeName>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValueSet>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValue>VPC</attributeValue>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </attributeValueSet>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </accountAttributeSet>
2018-03-05T14:50:27.384-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </DescribeAccountAttributesResponse>
2018/03/05 14:50:27 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc420436190), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:27 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: []
2018/03/05 14:50:27 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResourceInstance
2018/03/05 14:50:27 [DEBUG] Removing 'id' diff and setting Destroy to false because after ignore_changes, this diff no longer requires replacement
2018/03/05 14:50:27 [DEBUG] [EvalIgnoreChanges] aws_lambda_function.funk - Ignoring diff attribute: filename
2018/03/05 14:50:27 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/03/05 14:50:28 [INFO] terraform: building graph: GraphTypeApply
2018/03/05 14:50:28 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc4205a9630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:50:28 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.funk - *terraform.NodeApplyableResource
2018/03/05 14:50:28 [DEBUG] resource aws_lambda_function.funk using provider provider.aws
2018/03/05 14:50:28 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: []
2018/03/05 14:50:28 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/03/05 14:50:28 [DEBUG] Starting graph walk: walkApply
2018-03-05T14:50:28.601-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:28 [INFO] No assume_role block read from configuration
2018-03-05T14:50:28.601-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:28 [INFO] Building AWS region structure
2018-03-05T14:50:28.601-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:28 [INFO] Building AWS auth structure
2018-03-05T14:50:28.601-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:28 [INFO] Setting AWS metadata API timeout to 100ms
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:28 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:28 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:28 [INFO] Initializing DeviceFarm SDK connection
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:28 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: sts.amazonaws.com
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 43
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=8ccc2ba9883741cf998f654c531852f1219af15af4147a2309dc3dfec28af724
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:50:28.913-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205028Z
2018-03-05T14:50:28.914-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:28.914-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:28.914-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-03-05T14:50:28.914-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 405
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:28 GMT
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d68531c5-20b6-11e8-84cb-4b36c75b7aa8
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetCallerIdentityResult>
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Account>643927032162</Account>
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResult>
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>d68531c5-20b6-11e8-84cb-4b36c75b7aa8</RequestId>
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResponse>
2018-03-05T14:50:29.037-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] Trying to get account ID via iam:GetUser
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: iam.amazonaws.com
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 33
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6da76f8c032a979dfd50f38b49c72f3d40ae37d3422763b0dd3cb12305f3774a
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205029Z
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetUser&Version=2010-05-08
2018-03-05T14:50:29.038-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 529
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:29 GMT
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d698e10a-20b6-11e8-b6c6-4b5fab95330c
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetUserResult>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <User>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Path>/</Path>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <PasswordLastUsed>2018-03-05T15:28:24Z</PasswordLastUsed>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserName>mkeisler</UserName>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <CreateDate>2015-04-10T18:37:47Z</CreateDate>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </User>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResult>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>d698e10a-20b6-11e8-b6c6-4b5fab95330c</RequestId>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResponse>
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: ec2.us-east-2.amazonaws.com
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 87
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c6e4e1121471ce6b68378a72e095b8b2f13832fd4ae4822a2a637155a840d86d
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205029Z
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-03-05T14:50:29.164-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Transfer-Encoding: chunked
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml;charset=UTF-8
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:28 GMT
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Server: AmazonEC2
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Vary: Accept-Encoding
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <requestId>c5083239-2dee-4553-8d93-630580fe1bff</requestId>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <accountAttributeSet>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeName>supported-platforms</attributeName>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValueSet>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValue>VPC</attributeValue>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </attributeValueSet>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </accountAttributeSet>
2018-03-05T14:50:29.283-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </DescribeAccountAttributesResponse>
2018/03/05 14:50:29 [DEBUG] Removing 'id' diff and setting Destroy to false because after ignore_changes, this diff no longer requires replacement
2018/03/05 14:50:29 [DEBUG] [EvalIgnoreChanges] aws_lambda_function.funk - Ignoring diff attribute: filename
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] Fetching Lambda Function: funk
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: GET /2015-03-31/functions/funk HTTP/1.1
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: lambda.us-east-2.amazonaws.com
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/lambda/aws4_request, SignedHeaders=host;x-amz-date, Signature=1d928347a7b599fbdbdf05de2ea09206bf7362dc7a4d0276563b0b33db8cacb4
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205029Z
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.290-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/2.0 200 OK
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 1789
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/json
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:29 GMT
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d6bda78d-20b6-11e8-a3b2-81f07559f3c3
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] {"Code":{"Location":"https://awslambda-us-east-2-tasks.s3.us-east-2.amazonaws.com/snapshots/643927032162/funk-944acb73-cc3f-405f-9e55-136abdf9ac13?versionId=wOW4OtG3GNzOiCE9oQc62zcWDhmvx6Qh&X-Amz-Security-Token=FQoDYXdzEGYaDGIVs1yisSXeKRFBFSK3A2VEZ1yFOaQAflLKElpfzZ%2BBNsoDqn4RZ%2FKkiy3h8q3KMRGped2h1g9myHU28qz3NYslgqTVuFJ3Cq04DegdvxZY3d2Cy5QTyYkN4NKjuxqlfAObmVi6qW%2BAvvyoRFExfrHgktsJZTnQ9IJ1CyTVumjRB746yWX2NNTPxPBdz2ZquycKWaOcgjHX4jC%2FPPrYaREBdjFtb7Mz3glgh7bIj7%2BGizFlLffNh747A7LEiWfZRcWgC7A58vznzMa5enmBSzzHRidX4b1gL1s1mK3NHkCE9VhSoNP8zXmTCOtCFnVWKWj8QxXJ9Ea33s1AlHBvZAB8uBX%2Frp24ZDFEVTZBZyB65Z0Qpr4mXtWPeQcrarkAZEsaoCR9H8piM%2BTnY9u2uFQS%2BhqVrd2SLFlx1YyJsLqNPowbaRHWiQqE4qP5DMFcWSFNBE14G39foEzr0R4nZejlSx57XPkI6Kf5Mj3I%2FiETx0hBv4GuJW6ZOOIS9BlvGzEIli0qGEetmSnYSjJ3OMntWqcOHEJq1BJrf4sqbis8VKrs0oDsSnSSitwbOVBLbSngcl01E0OTa1gLtToaE%2BKxt1hul%2FAoydj21AU%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20180305T205029Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAI2KA3JVB3UVAAAKQ%2F20180305%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Signature=7530aa22c9100f2be3435b7142c2b44514d4f1f57e0215073f750e3e2db9aea7","RepositoryType":"S3"},"Concurrency":null,"Configuration":{"CodeSha256":"yKhWpr8W4xIA7rJ3EENJzxYvhJgE9xEJxpJvNc8dMPA=","CodeSize":235,"DeadLetterConfig":null,"Description":"Bring da funk","Environment":null,"FunctionArn":"arn:aws:lambda:us-east-2:643927032162:function:funk","FunctionName":"funk","Handler":"funk.lambda_handler","KMSKeyArn":null,"LastModified":"2018-03-05T20:41:17.458+0000","MasterArn":null,"MemorySize":128,"RevisionId":"42bdc433-dac1-4885-813d-656408e9ccea","Role":"arn:aws:iam::643927032162:role/iam_for_lambda","Runtime":"python3.6","Timeout":300,"TracingConfig":{"Mode":"PassThrough"},"Version":"$LATEST","VpcConfig":null},"Tags":null}
2018-03-05T14:50:29.390-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [INFO] Setting Lambda funk VPC config []map[string]interface {}(nil) from API
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/ListVersionsByFunction Details:
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: GET /2015-03-31/functions/funk/versions?MaxItems=10000 HTTP/1.1
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: lambda.us-east-2.amazonaws.com
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/lambda/aws4_request, SignedHeaders=host;x-amz-date, Signature=193b11c9aeaa56822b51d493e7128e42e10a80b4f0765683f7b14746ad37b0b8
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T205029Z
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.391-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.494-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/ListVersionsByFunction Details:
2018-03-05T14:50:29.494-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:50:29.494-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/2.0 200 OK
2018-03-05T14:50:29.494-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 628
2018-03-05T14:50:29.494-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/json
2018-03-05T14:50:29.494-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:50:29 GMT
2018-03-05T14:50:29.494-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: d6ccc1fe-20b6-11e8-9a4c-ada2c0a22f33
2018-03-05T14:50:29.494-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.494-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:50:29.495-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:50:29.495-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:50:29 [DEBUG] [aws-sdk-go] {"NextMarker":null,"Versions":[{"CodeSha256":"yKhWpr8W4xIA7rJ3EENJzxYvhJgE9xEJxpJvNc8dMPA=","CodeSize":235,"DeadLetterConfig":null,"Description":"Bring da funk","Environment":null,"FunctionArn":"arn:aws:lambda:us-east-2:643927032162:function:funk:$LATEST","FunctionName":"funk","Handler":"funk.lambda_handler","KMSKeyArn":null,"LastModified":"2018-03-05T20:41:17.458+0000","MasterArn":null,"MemorySize":128,"RevisionId":"42bdc433-dac1-4885-813d-656408e9ccea","Role":"arn:aws:iam::643927032162:role/iam_for_lambda","Runtime":"python3.6","Timeout":300,"TracingConfig":{"Mode":"PassThrough"},"Version":"$LATEST","VpcConfig":null}]}
2018/03/05 14:50:29 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-03-05T14:50:29.501-0600 [DEBUG] plugin: plugin process exited: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-archive_v1.0.0_x4
2018-03-05T14:50:29.502-0600 [DEBUG] plugin: plugin process exited: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4
2018/03/05 14:49:24 [INFO] Terraform version: 0.11.3
2018/03/05 14:49:24 [INFO] Go runtime version: go1.9.3
2018/03/05 14:49:24 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.3/bin/terraform", "plan"}
2018/03/05 14:49:24 [DEBUG] Attempting to open CLI config file: /Users/mkeisler/.terraformrc
2018/03/05 14:49:24 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/03/05 14:49:24 [INFO] CLI command args: []string{"plan"}
2018/03/05 14:49:24 [INFO] command: empty terraform config, returning nil
2018/03/05 14:49:24 [DEBUG] command: no data state file found for backend config
2018/03/05 14:49:24 [DEBUG] New state was assigned lineage "48b5b807-3d85-41bb-a680-621f58273c50"
2018/03/05 14:49:24 [INFO] command: backend initialized: <nil>
2018/03/05 14:49:24 [DEBUG] checking for provider in "."
2018/03/05 14:49:24 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/03/05 14:49:24 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/03/05 14:49:24 [DEBUG] found provider "terraform-provider-archive_v1.0.0_x4"
2018/03/05 14:49:24 [DEBUG] found provider "terraform-provider-aws_v1.10.0_x4"
2018/03/05 14:49:24 [DEBUG] found valid plugin: "archive", "1.0.0", "/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-archive_v1.0.0_x4"
2018/03/05 14:49:24 [DEBUG] found valid plugin: "aws", "1.10.0", "/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4"
2018/03/05 14:49:24 [DEBUG] checking for provisioner in "."
2018/03/05 14:49:24 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/03/05 14:49:24 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/03/05 14:49:24 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/03/05 14:49:24 [INFO] backend/local: starting Plan operation
2018/03/05 14:49:24 [INFO] terraform: building graph: GraphTypeInput
2018/03/05 14:49:24 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42039acd0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:24 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc42039ac80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:24 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.funk - *terraform.NodeAbstractResource
data.archive_file.funk_zip - *terraform.NodeAbstractResource
2018/03/05 14:49:24 [DEBUG] resource data.archive_file.funk_zip using provider provider.archive
2018/03/05 14:49:24 [DEBUG] resource aws_lambda_function.funk using provider provider.aws
2018/03/05 14:49:24 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:49:24 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: [data.archive_file.funk_zip]
2018/03/05 14:49:24 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/03/05 14:49:24 [DEBUG] ReferenceTransformer: "provider.archive" references: []
2018/03/05 14:49:24 [DEBUG] Starting graph walk: walkInput
2018-03-05T14:49:24.635-0600 [DEBUG] plugin: waiting for RPC address: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-archive_v1.0.0_x4
2018-03-05T14:49:24.703-0600 [DEBUG] plugin.terraform-provider-archive_v1.0.0_x4: 2018/03/05 14:49:24 [DEBUG] plugin: plugin address: unix /var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin079535046
2018-03-05T14:49:24.704-0600 [DEBUG] plugin: starting plugin: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4 args=[/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4]
2018-03-05T14:49:24.717-0600 [DEBUG] plugin: waiting for RPC address: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4
2018-03-05T14:49:24.998-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: plugin address: timestamp=2018-03-05T14:49:24.998-0600 address=/var/folders/c3/r9ymngv5161cjgm06m91f59c0000gp/T/plugin013863755 network=unix
2018/03/05 14:49:25 [INFO] terraform: building graph: GraphTypeValidate
2018/03/05 14:49:25 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42039acd0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:25 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc42039ac80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:25 [DEBUG] adding missing provider: archive
2018/03/05 14:49:25 [DEBUG] resource aws_lambda_function.funk using provider provider.aws
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: [data.archive_file.funk_zip]
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "provider.archive" references: []
yableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_lambda_function.funk - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/03/05 14:49:25 [DEBUG] Starting graph walk: walkValidate
2018/03/05 14:49:25 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42039acd0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:49:25 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.archive_file.funk_zip - *terraform.NodeValidatableResourceInstance
2018/03/05 14:49:25 [TRACE] Graph after step *terraform.RootTransformer:
data.archive_file.funk_zip - *terraform.NodeValidatableResourceInstance
2018/03/05 14:49:25 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc42039ac80), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.funk - *terraform.NodeValidatableResourceInstance
2018/03/05 14:49:25 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_lambda_function.funk - *terraform.NodeValidatableResourceInstance
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: []
2018/03/05 14:49:25 [INFO] backend/local: plan calling Refresh
2018/03/05 14:49:25 [INFO] terraform: building graph: GraphTypeRefresh
2018/03/05 14:49:25 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc42039ae60), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:25 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42039aeb0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:25 [DEBUG] resource data.archive_file.funk_zip using provider provider.archive
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "provider.archive" references: []
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: [data.archive_file.funk_zip]
2018/03/05 14:49:25 [DEBUG] Starting graph walk: walkRefresh
2018-03-05T14:49:25.044-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:25 [INFO] No assume_role block read from configuration
2018-03-05T14:49:25.044-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:25 [INFO] Building AWS region structure
2018-03-05T14:49:25.044-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:25 [INFO] Building AWS auth structure
2018-03-05T14:49:25.044-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:25 [INFO] Setting AWS metadata API timeout to 100ms
2018/03/05 14:49:25 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42039aeb0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.archive_file.funk_zip - *terraform.NodeRefreshableDataResourceInstance
2018/03/05 14:49:25 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:49:25 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.archive_file.funk_zip - *terraform.NodeRefreshableDataResourceInstance
2018-03-05T14:49:25.753-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:25 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-03-05T14:49:25.759-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:25 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-03-05T14:49:25.760-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:25 [INFO] Initializing DeviceFarm SDK connection
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:25 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: sts.amazonaws.com
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 43
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=78d12b11411aae22f4333dfa3358be82fbc8ed679ab58712989bfb3d263ecab6
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T204925Z
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-03-05T14:49:25.761-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 405
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:49:26 GMT
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: b1023a2b-20b6-11e8-abe8-f14017661094
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetCallerIdentityResult>
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Account>643927032162</Account>
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResult>
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>b1023a2b-20b6-11e8-abe8-f14017661094</RequestId>
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResponse>
2018-03-05T14:49:26.088-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] Trying to get account ID via iam:GetUser
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: iam.amazonaws.com
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 33
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=999029b330515eeb18f814894a878d4a9b10a83d6039f35e338a96c61b72f3ed
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T204926Z
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetUser&Version=2010-05-08
2018-03-05T14:49:26.089-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 529
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:49:26 GMT
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: b113edd6-20b6-11e8-9d63-bbe104ff3d47
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetUserResult>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <User>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Path>/</Path>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <PasswordLastUsed>2018-03-05T15:28:24Z</PasswordLastUsed>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserName>mkeisler</UserName>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <CreateDate>2015-04-10T18:37:47Z</CreateDate>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </User>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResult>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>b113edd6-20b6-11e8-9d63-bbe104ff3d47</RequestId>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:49:26.219-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResponse>
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: ec2.us-east-2.amazonaws.com
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 87
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=660976d5ffc019587f3b09b40e5c0e9a968b2012b6a33e5aa8db3b83317e6caa
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T204926Z
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-03-05T14:49:26.220-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Transfer-Encoding: chunked
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml;charset=UTF-8
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:49:25 GMT
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Server: AmazonEC2
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Vary: Accept-Encoding
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <requestId>113da8ad-9794-4e50-b19e-c5ebc3b0bf01</requestId>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <accountAttributeSet>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeName>supported-platforms</attributeName>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValueSet>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValue>VPC</attributeValue>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </attributeValueSet>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </accountAttributeSet>
2018-03-05T14:49:26.361-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </DescribeAccountAttributesResponse>
2018/03/05 14:49:26 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc42039ae60), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:26 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.funk - *terraform.NodeRefreshableManagedResourceInstance
2018/03/05 14:49:26 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: []
2018/03/05 14:49:26 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_lambda_function.funk - *terraform.NodeRefreshableManagedResourceInstance
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] Fetching Lambda Function: funk
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: GET /2015-03-31/functions/funk HTTP/1.1
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: lambda.us-east-2.amazonaws.com
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/lambda/aws4_request, SignedHeaders=host;x-amz-date, Signature=0be330fcd2703836fbbd12b335697f6b2901a4afb236d570e61107da1b10da44
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T204926Z
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.364-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/2.0 200 OK
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 1815
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/json
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:49:26 GMT
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: b1436246-20b6-11e8-8a3b-a5a56577ffeb
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] {"Code":{"Location":"https://awslambda-us-east-2-tasks.s3.us-east-2.amazonaws.com/snapshots/643927032162/funk-944acb73-cc3f-405f-9e55-136abdf9ac13?versionId=wOW4OtG3GNzOiCE9oQc62zcWDhmvx6Qh&X-Amz-Security-Token=FQoDYXdzEGQaDNY0aIQNCwouH3KBvCK3A%2Brl1b94B8ly4SJFARXCrY9vYJX%2FjvKtkQGM4fvNgAbnqUxOXQZwfWfo3y5M2Iu9vLieN5ranuzFqu%2BrQZQKz%2Fcl%2BEp%2BhPmo4G27W48V%2FSSZ%2Bs%2BqNFK5rtUWsPDZzgLgoKgTpyPXlhISkLw4ZEiJhvpavjzpAvhgl1MEjumKXpXD0NrGyQai5xsJJ8DsAK2kUgq1L1BAQMgNKi39jbRTv2uSyldPxbxkBqi5qHvN%2BaFFDMz1akp9WVN9LCoHJUiR0Og5Q8m8YHCAz%2B4%2FZzNuXGY51xfyYfN2UaL7AwBn33ZBSp%2FXfX3g%2FzNUzCWUB0l4%2F%2F8i6%2Br3SH1zIdxzYnqmS8nldKQLdJLomLlWZkzg1UHM3oVMbYis992bChqXgsHl63axM22Y39In5PhlXAlsIBLrH0cFNunCf5R47bWCJgKkAqbUux1TWzYNS3tzQ6QB8s6ZLUfLmUsB2ruD4VC%2FEiEqisBlrhpp7pH3h%2FMyoecS2dnqrMNtBv%2FgJHVe5SQES00vhNI2W0uah0iHIlMKfHGVzG25qruoouwxp6qW%2B09qoJvkEl5Xv%2F5%2B%2F1cwOmgOf6d3LMmeznMo06v21AU%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20180305T204926Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAISPPXCXGJ4N4HSCA%2F20180305%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Signature=2e6a35c5d4175d10845305c16c024a63eec5a9930f3ef7d05c50053ec7aa1aba","RepositoryType":"S3"},"Concurrency":null,"Configuration":{"CodeSha256":"yKhWpr8W4xIA7rJ3EENJzxYvhJgE9xEJxpJvNc8dMPA=","CodeSize":235,"DeadLetterConfig":null,"Description":"Bring da funk","Environment":null,"FunctionArn":"arn:aws:lambda:us-east-2:643927032162:function:funk","FunctionName":"funk","Handler":"funk.lambda_handler","KMSKeyArn":null,"LastModified":"2018-03-05T20:41:17.458+0000","MasterArn":null,"MemorySize":128,"RevisionId":"42bdc433-dac1-4885-813d-656408e9ccea","Role":"arn:aws:iam::643927032162:role/iam_for_lambda","Runtime":"python3.6","Timeout":300,"TracingConfig":{"Mode":"PassThrough"},"Version":"$LATEST","VpcConfig":null},"Tags":null}
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [INFO] Setting Lambda funk VPC config []map[string]interface {}(nil) from API
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/ListVersionsByFunction Details:
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: GET /2015-03-31/functions/funk/versions?MaxItems=10000 HTTP/1.1
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: lambda.us-east-2.amazonaws.com
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/lambda/aws4_request, SignedHeaders=host;x-amz-date, Signature=b1e852038282d9d3d5471a40da90f3056e6ab3bf80a651b18b33af930435a710
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T204926Z
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.559-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/ListVersionsByFunction Details:
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/2.0 200 OK
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 628
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/json
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:49:26 GMT
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: b159d04a-20b6-11e8-bac0-ebe110c0aa85
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:26.667-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [DEBUG] [aws-sdk-go] {"NextMarker":null,"Versions":[{"CodeSha256":"yKhWpr8W4xIA7rJ3EENJzxYvhJgE9xEJxpJvNc8dMPA=","CodeSize":235,"DeadLetterConfig":null,"Description":"Bring da funk","Environment":null,"FunctionArn":"arn:aws:lambda:us-east-2:643927032162:function:funk:$LATEST","FunctionName":"funk","Handler":"funk.lambda_handler","KMSKeyArn":null,"LastModified":"2018-03-05T20:41:17.458+0000","MasterArn":null,"MemorySize":128,"RevisionId":"42bdc433-dac1-4885-813d-656408e9ccea","Role":"arn:aws:iam::643927032162:role/iam_for_lambda","Runtime":"python3.6","Timeout":300,"TracingConfig":{"Mode":"PassThrough"},"Version":"$LATEST","VpcConfig":null}]}
2018/03/05 14:49:26 [INFO] backend/local: plan calling Plan
2018/03/05 14:49:26 [INFO] terraform: building graph: GraphTypePlan
2018/03/05 14:49:26 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4201b8460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:26 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc4201b8410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:26 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResource
data.archive_file.funk_zip - *terraform.NodePlannableResource
2018/03/05 14:49:26 [DEBUG] resource data.archive_file.funk_zip using provider provider.archive
2018/03/05 14:49:26 [DEBUG] resource aws_lambda_function.funk using provider provider.aws
2018/03/05 14:49:26 [DEBUG] ReferenceTransformer: "data.archive_file.funk_zip" references: []
2018/03/05 14:49:26 [DEBUG] ReferenceTransformer: "aws_lambda_function.funk" references: [data.archive_file.funk_zip]
2018/03/05 14:49:26 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/03/05 14:49:26 [DEBUG] ReferenceTransformer: "provider.archive" references: []
2018-03-05T14:49:26.675-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [INFO] No assume_role block read from configuration
2018-03-05T14:49:26.675-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [INFO] Building AWS region structure
2018/03/05 14:49:26 [TRACE] [walkPlan] Exiting eval tree: provider.archive
2018-03-05T14:49:26.675-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [INFO] Building AWS auth structure
2018/03/05 14:49:26 [TRACE] dag/walk: walking "data.archive_file.funk_zip"
2018-03-05T14:49:26.675-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:26 [INFO] Setting AWS metadata API timeout to 100ms
2018/03/05 14:49:26 [TRACE] vertex 'root.data.archive_file.funk_zip': walking
2018/03/05 14:49:26 [DEBUG] Attaching resource state to "data.archive_file.funk_zip": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4201b8460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.archive", mu:sync.Mutex{state:0, sema:0x0}}
2018-03-05T14:49:27.382-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-03-05T14:49:27.382-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-03-05T14:49:27.382-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [INFO] Initializing DeviceFarm SDK connection
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: sts.amazonaws.com
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 43
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=72902ff1da8d3e9344a14337807e58e9f6b04e89b2926def1c6a1a163c5c3d3b
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T204927Z
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-03-05T14:49:27.383-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 405
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:49:27 GMT
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: b1d716fb-20b6-11e8-8db3-332625c1d162
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetCallerIdentityResult>
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Account>643927032162</Account>
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResult>
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>b1d716fb-20b6-11e8-8db3-332625c1d162</RequestId>
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetCallerIdentityResponse>
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] Trying to get account ID via iam:GetUser
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: iam.amazonaws.com
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 33
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e78c441ac46b77eabd138b09721a8d4af279a3d2a260982faea97a52dcdc7676
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T204927Z
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=GetUser&Version=2010-05-08
2018-03-05T14:49:27.485-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 529
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:49:27 GMT
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amzn-Requestid: b1e743db-20b6-11e8-9d63-bbe104ff3d47
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <GetUserResult>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <User>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Path>/</Path>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <PasswordLastUsed>2018-03-05T15:28:24Z</PasswordLastUsed>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserName>mkeisler</UserName>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <Arn>arn:aws:iam::643927032162:user/mkeisler</Arn>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <UserId>AIDAJCJEYFYMQPLKLXMZA</UserId>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <CreateDate>2015-04-10T18:37:47Z</CreateDate>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </User>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResult>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <ResponseMetadata>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <RequestId>b1e743db-20b6-11e8-9d63-bbe104ff3d47</RequestId>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </ResponseMetadata>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </GetUserResponse>
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: POST / HTTP/1.1
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Host: ec2.us-east-2.amazonaws.com
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: User-Agent: aws-sdk-go/1.12.75 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3
2018-03-05T14:49:27.603-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Length: 87
2018-03-05T14:49:27.604-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIENXTSTZJM4DYUYQ/20180305/us-east-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e61623dbd1a11d2360b76e377d30ff62ee6d83ae001151fb5c47b66ac2826939
2018-03-05T14:49:27.604-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-03-05T14:49:27.604-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: X-Amz-Date: 20180305T204927Z
2018-03-05T14:49:27.604-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Accept-Encoding: gzip
2018-03-05T14:49:27.604-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:27.604-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-03-05T14:49:27.604-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: ---[ RESPONSE ]--------------------------------------
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: HTTP/1.1 200 OK
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Connection: close
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Transfer-Encoding: chunked
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Content-Type: text/xml;charset=UTF-8
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Date: Mon, 05 Mar 2018 20:49:27 GMT
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Server: AmazonEC2
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: Vary: Accept-Encoding
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4:
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: -----------------------------------------------------
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: 2018/03/05 14:49:27 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <requestId>689923da-da3f-49ec-a545-77bfc565886f</requestId>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <accountAttributeSet>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeName>supported-platforms</attributeName>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValueSet>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <item>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: <attributeValue>VPC</attributeValue>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </attributeValueSet>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </item>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </accountAttributeSet>
2018-03-05T14:49:27.718-0600 [DEBUG] plugin.terraform-provider-aws_v1.10.0_x4: </DescribeAccountAttributesResponse>
2018/03/05 14:49:27 [DEBUG] Attaching resource state to "aws_lambda_function.funk": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"data.archive_file.funk_zip"}, Primary:(*terraform.InstanceState)(0xc4201b8410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/03/05 14:49:27 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.funk - *terraform.NodePlannableResourceInstance
2018/03/05 14:49:27 [DEBUG] Removing 'id' diff and setting Destroy to false because after ignore_changes, this diff no longer requires replacement
2018/03/05 14:49:27 [DEBUG] [EvalIgnoreChanges] aws_lambda_function.funk - Ignoring diff attribute: filename
2018/03/05 14:49:27 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-03-05T14:49:27.727-0600 [DEBUG] plugin: plugin process exited: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-archive_v1.0.0_x4
2018-03-05T14:49:27.728-0600 [DEBUG] plugin: plugin process exited: path=/tmp/another/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.10.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment