Skip to content

Instantly share code, notes, and snippets.

@dstaley
Created September 19, 2017 03:01
Show Gist options
  • Save dstaley/403dc0e001ea8fd3acde234dad36f4a4 to your computer and use it in GitHub Desktop.
Save dstaley/403dc0e001ea8fd3acde234dad36f4a4 to your computer and use it in GitHub Desktop.
2017/09/18 19:57:45 [INFO] Terraform version: 0.10.4
2017/09/18 19:57:45 [INFO] Go runtime version: go1.9
2017/09/18 19:57:45 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.10.4/bin/terraform", "apply"}
2017/09/18 19:57:45 [DEBUG] Attempting to open CLI config file: /Users/dstaley/.terraformrc
2017/09/18 19:57:45 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/09/18 19:57:45 [INFO] CLI command args: []string{"apply"}
2017/09/18 19:57:45 [INFO] command: empty terraform config, returning nil
2017/09/18 19:57:45 [DEBUG] command: no data state file found for backend config
2017/09/18 19:57:45 [DEBUG] New state was assigned lineage "374027f9-04a7-49ba-b390-058758e4001a"
2017/09/18 19:57:45 [INFO] command: backend initialized: <nil>
2017/09/18 19:57:45 [DEBUG] checking for provider in "."
2017/09/18 19:57:45 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.10.4/bin"
2017/09/18 19:57:45 [WARNING] found legacy provider "terraform-provider-archive"
2017/09/18 19:57:45 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2017/09/18 19:57:45 [DEBUG] found provider "terraform-provider-aws_v0.1.4_x4"
2017/09/18 19:57:45 [DEBUG] found valid plugin: "archive"
2017/09/18 19:57:45 [DEBUG] found valid plugin: "aws"
2017/09/18 19:57:45 [DEBUG] checking for provisioner in "."
2017/09/18 19:57:45 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.10.4/bin"
2017/09/18 19:57:45 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2017/09/18 19:57:45 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/09/18 19:57:45 [INFO] backend/local: starting Apply operation
2017/09/18 19:57:46 [INFO] terraform: building graph: GraphTypeInput
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "data.archive_file.lambda": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203908c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_s3_bucket.s3_deployment_packages": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420390820), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_s3_bucket_object.lambda_deployment_package": &terraform.ResourceState{Type:"aws_s3_bucket_object", Dependencies:[]string{"aws_s3_bucket.s3_deployment_packages", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc420390870), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_iam_role.iam_for_lambda": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420390780), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_lambda_function.test_lambda": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"aws_iam_role.iam_for_lambda", "aws_s3_bucket.s3_deployment_packages", "aws_s3_bucket_object.lambda_deployment_package", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4203907d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_iam_role.iam_for_lambda - *terraform.NodeAbstractResource
aws_lambda_function.test_lambda - *terraform.NodeAbstractResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeAbstractResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeAbstractResource
data.archive_file.lambda - *terraform.NodeAbstractResource
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "data.archive_file.lambda" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_s3_bucket.s3_deployment_packages" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.lambda_deployment_package" references: [aws_s3_bucket.s3_deployment_packages data.archive_file.lambda]
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda aws_s3_bucket.s3_deployment_packages aws_s3_bucket_object.lambda_deployment_package data.archive_file.lambda]
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "provider.archive" references: []
- *terraform.NodeAbstractResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeAbstractResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
bda - *terraform.NodeAbstractResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeAbstractResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
form.NodeAbstractResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeAbstractResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.archive (close) - *terraform.graphNodeCloseProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
2017/09/18 19:57:46 [DEBUG] Starting graph walk: walkInput
2017-09-18T19:57:46.249-0700 [DEBUG] plugin: starting plugin: path=/usr/local/Cellar/terraform/0.10.4/bin/terraform-provider-archive args=[/usr/local/Cellar/terraform/0.10.4/bin/terraform-provider-archive]
2017-09-18T19:57:46.253-0700 [DEBUG] plugin: waiting for RPC address: path=/usr/local/Cellar/terraform/0.10.4/bin/terraform-provider-archive
2017-09-18T19:57:46.261-0700 [DEBUG] plugin.terraform-provider-archive: 2017/09/18 19:57:46 [DEBUG] plugin: plugin address: unix /var/folders/hr/gymhyl5d7nlc1ythwyssk39h0000gn/T/plugin243001896
2017-09-18T19:57:46.263-0700 [DEBUG] plugin: starting plugin: path=/Users/dstaley/Documents/terraform-lambda-object-version/.terraform/plugins/darwin_amd64/terraform-provider-aws_v0.1.4_x4 args=[/Users/dstaley/Documents/terraform-lambda-object-version/.terraform/plugins/darwin_amd64/terraform-provider-aws_v0.1.4_x4]
2017-09-18T19:57:46.277-0700 [DEBUG] plugin: waiting for RPC address: path=/Users/dstaley/Documents/terraform-lambda-object-version/.terraform/plugins/darwin_amd64/terraform-provider-aws_v0.1.4_x4
2017-09-18T19:57:46.286-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:46 [DEBUG] plugin: plugin address: unix /var/folders/hr/gymhyl5d7nlc1ythwyssk39h0000gn/T/plugin165739131
2017/09/18 19:57:46 [INFO] terraform: building graph: GraphTypeValidate
2017/09/18 19:57:46 [TRACE] ConfigTransformer: Starting for path: []
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "data.archive_file.lambda": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203908c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_s3_bucket.s3_deployment_packages": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420390820), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_s3_bucket_object.lambda_deployment_package": &terraform.ResourceState{Type:"aws_s3_bucket_object", Dependencies:[]string{"aws_s3_bucket.s3_deployment_packages", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc420390870), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_iam_role.iam_for_lambda": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420390780), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_lambda_function.test_lambda": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"aws_iam_role.iam_for_lambda", "aws_s3_bucket.s3_deployment_packages", "aws_s3_bucket_object.lambda_deployment_package", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4203907d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.lambda_deployment_package" references: [aws_s3_bucket.s3_deployment_packages data.archive_file.lambda]
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda aws_s3_bucket.s3_deployment_packages aws_s3_bucket_object.lambda_deployment_package data.archive_file.lambda]
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "provider.archive" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "data.archive_file.lambda" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_s3_bucket.s3_deployment_packages" references: []
r_lambda - *terraform.NodeValidatableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeValidatableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeValidatableResource
data.archive_file.lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.s3_deployment_packages - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeValidatableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeValidatableResource
data.archive_file.lambda - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.archive_file.lambda - *terraform.NodeValidatableResource
provider.archive - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_iam_role.iam_for_lambda - *terraform.NodeValidatableResource
aws_lambda_function.test_lambda - *terraform.NodeValidatableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeValidatableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeValidatableResource
data.archive_file.lambda - *terraform.NodeValidatableResource
provider.archive - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.archive - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
eValidatableResource
aws_lambda_function.test_lambda - *terraform.NodeValidatableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeValidatableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
NodeValidatableResource
aws_lambda_function.test_lambda - *terraform.NodeValidatableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeValidatableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
bleResource
aws_lambda_function.test_lambda - *terraform.NodeValidatableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeValidatableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.archive (close) - *terraform.graphNodeCloseProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_s3_bucket.s3_deployment_packages" references: []
2017/09/18 19:57:46 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_s3_bucket.s3_deployment_packages - *terraform.NodeValidatableResourceInstance
2017/09/18 19:57:46 [TRACE] Graph after step *terraform.RootTransformer:
aws_s3_bucket.s3_deployment_packages - *terraform.NodeValidatableResourceInstance
2017/09/18 19:57:46 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.s3_deployment_packages"
2017/09/18 19:57:46 [TRACE] dag/walk: walking "aws_s3_bucket.s3_deployment_packages"
2017/09/18 19:57:46 [TRACE] vertex 'root.aws_s3_bucket.s3_deployment_packages': walking
2017/09/18 19:57:46 [TRACE] [walkValidate] Exiting eval tree: aws_iam_role.iam_for_lambda
2017/09/18 19:57:46 [TRACE] vertex 'root.aws_iam_role.iam_for_lambda': expanding/walking dynamic subgraph
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_iam_role.iam_for_lambda": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420390780), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_s3_bucket_object.lambda_deployment_package": &terraform.ResourceState{Type:"aws_s3_bucket_object", Dependencies:[]string{"aws_s3_bucket.s3_deployment_packages", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc420390870), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeValidatableResourceInstance
2017/09/18 19:57:46 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeValidatableResourceInstance
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.lambda_deployment_package" references: []
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_lambda_function.test_lambda": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"aws_iam_role.iam_for_lambda", "aws_s3_bucket.s3_deployment_packages", "aws_s3_bucket_object.lambda_deployment_package", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4203907d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: []
2017/09/18 19:57:46 [INFO] backend/local: apply calling Refresh
2017/09/18 19:57:46 [INFO] terraform: building graph: GraphTypeRefresh
2017/09/18 19:57:46 [TRACE] ConfigTransformer: Starting for path: []
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_s3_bucket.s3_deployment_packages": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e2af0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_s3_bucket_object.lambda_deployment_package": &terraform.ResourceState{Type:"aws_s3_bucket_object", Dependencies:[]string{"aws_s3_bucket.s3_deployment_packages", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4204e2b40), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_iam_role.iam_for_lambda": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e2a50), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "aws_lambda_function.test_lambda": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"aws_iam_role.iam_for_lambda", "aws_s3_bucket.s3_deployment_packages", "aws_s3_bucket_object.lambda_deployment_package", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4204e2aa0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "data.archive_file.lambda": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e2a00), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_iam_role.iam_for_lambda - *terraform.NodeRefreshableManagedResource
aws_lambda_function.test_lambda - *terraform.NodeRefreshableManagedResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodeRefreshableManagedResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeRefreshableManagedResource
data.archive_file.lambda - *terraform.NodeRefreshableDataResource
2017/09/18 19:57:46 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/09/18 19:57:46 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.archive_file.lambda
esource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.archive_file.lambda - *terraform.NodeRefreshableDataResource
provider.archive - *terraform.NodeApplyableProvider
provider.archive - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda aws_s3_bucket.s3_deployment_packages aws_s3_bucket_object.lambda_deployment_package data.archive_file.lambda]
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "data.archive_file.lambda" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "provider.archive" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_s3_bucket.s3_deployment_packages" references: []
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.lambda_deployment_package" references: [aws_s3_bucket.s3_deployment_packages data.archive_file.lambda]
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
vider
2017-09-18T19:57:46.313-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:46 [INFO] No assume_role block read from configuration
2017-09-18T19:57:46.313-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:46 [INFO] Building AWS region structure
2017-09-18T19:57:46.313-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:46 [INFO] Building AWS auth structure
2017-09-18T19:57:46.313-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:46 [INFO] Setting AWS metadata API timeout to 100ms
2017/09/18 19:57:46 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.archive_file.lambda - *terraform.NodeRefreshableDataResourceInstance
2017/09/18 19:57:46 [DEBUG] Attaching resource state to "data.archive_file.lambda": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e2a00), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:46 [DEBUG] ReferenceTransformer: "data.archive_file.lambda" references: []
2017/09/18 19:57:46 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.archive_file.lambda - *terraform.NodeRefreshableDataResourceInstance
2017/09/18 19:57:46 [TRACE] Graph after step *terraform.RootTransformer:
data.archive_file.lambda - *terraform.NodeRefreshableDataResourceInstance
2017-09-18T19:57:47.048-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:47 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2017-09-18T19:57:47.048-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:47 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:47 [INFO] Initializing DeviceFarm SDK connection
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:47 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: sts.amazonaws.com
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 43
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f8998d69afa087680091858aed752235601e1dcebc0c13df6e69288fa68ad9d8
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025747Z
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=GetCallerIdentity&Version=2011-06-15
2017-09-18T19:57:47.049-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:48 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 404
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:47 GMT
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amzn-Requestid: 5170afef-9ce6-11e7-80cd-21a804ca7541
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:48 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <GetCallerIdentityResult>
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Arn>arn:aws:iam::459582488636:user/dstaley</Arn>
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <UserId>AIDAJNUHNIGC5EDSF4ZVE</UserId>
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Account>459582488636</Account>
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetCallerIdentityResult>
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <ResponseMetadata>
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RequestId>5170afef-9ce6-11e7-80cd-21a804ca7541</RequestId>
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </ResponseMetadata>
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetCallerIdentityResponse>
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:48 [DEBUG] Trying to get account ID via iam:GetUser
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:48 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: iam.amazonaws.com
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 33
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fcea62570524b2b52c1990b94767cb79db929d7ab2cf0a7d99c633c01b8b4e34
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025748Z
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=GetUser&Version=2010-05-08
2017-09-18T19:57:48.115-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:48 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 463
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:48 GMT
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amzn-Requestid: 51ec48d3-9ce6-11e7-84af-510e8d83c78b
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:48 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <GetUserResult>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <User>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Path>/</Path>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <UserName>dstaley</UserName>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Arn>arn:aws:iam::459582488636:user/dstaley</Arn>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <UserId>AIDAJNUHNIGC5EDSF4ZVE</UserId>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <CreateDate>2013-07-29T21:43:15Z</CreateDate>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </User>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetUserResult>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <ResponseMetadata>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RequestId>51ec48d3-9ce6-11e7-84af-510e8d83c78b</RequestId>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </ResponseMetadata>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetUserResponse>
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:48 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:48.934-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: ec2.us-west-2.amazonaws.com
2017-09-18T19:57:48.935-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:48.935-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 87
2017-09-18T19:57:48.935-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=0cc29050854137a1ee4d664edbe58db760f5a941b2fa2fa57f5863d5ca92583a
2017-09-18T19:57:48.935-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:48.935-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025748Z
2017-09-18T19:57:48.935-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:48.935-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:48.935-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2017-09-18T19:57:48.935-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml;charset=UTF-8
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:48 GMT
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonEC2
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Vary: Accept-Encoding
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <requestId>b47ff4e7-fa27-4037-a3e3-5617f71d0e3e</requestId>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <accountAttributeSet>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <item>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeName>supported-platforms</attributeName>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeValueSet>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <item>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeValue>EC2</attributeValue>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </item>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <item>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeValue>VPC</attributeValue>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </item>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </attributeValueSet>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </item>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </accountAttributeSet>
2017-09-18T19:57:49.098-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </DescribeAccountAttributesResponse>
2017/09/18 19:57:49 [DEBUG] Attaching resource state to "aws_s3_bucket.s3_deployment_packages": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e2af0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:49 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket.s3_deployment_packages - *terraform.NodeRefreshableManagedResourceInstance
2017/09/18 19:57:49 [DEBUG] ReferenceTransformer: "aws_s3_bucket.s3_deployment_packages" references: []
2017/09/18 19:57:49 [DEBUG] Attaching resource state to "aws_iam_role.iam_for_lambda": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e2a50), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:49 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HEAD / HTTP/1.1
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9ac14e519ffad5aa1518d5818c8ef5e02d8970696878c3d9db7ad49572bf844c
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025749Z
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetRole Details:
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: iam.amazonaws.com
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 57
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=c0062a4fd270c1eb737cac71f2b895962407153a598dde96ed95999afda6aba0
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025749Z
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.102-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=GetRole&RoleName=iam_for_lambda&Version=2010-05-08
2017-09-18T19:57:49.103-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/xml
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:50 GMT
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Bucket-Region: us-west-2
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: Gh7ikf0t6RtKt8R32Qo+sgAmkBtwfV8xNJj30Qw0fngU0yY4NtAjOTnNaeVmg/ORSys+E9ydIkk=
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: 333A475934878387
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go]
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details:
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /?cors= HTTP/1.1
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:49.274-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:49.275-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=4de49003c09f9aaaa417963ff237cea730761b2dbc8ec4799703ad6a53f943c1
2017-09-18T19:57:49.275-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:49.275-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025749Z
2017-09-18T19:57:49.275-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:49.275-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.275-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.275-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details:
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 404 Not Found
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/xml
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:48 GMT
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: 2v2+bVAaF8mIXu6AkamQwSgkCoQXZdCRQH1LfUSJ6OaZ3LD3ZCwpCYgdry4ynNoWn2mG4xqoHB0=
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: 5EB5460905193E37
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Error><Code>NoSuchCORSConfiguration</Code><Message>The CORS configuration does not exist</Message><BucketName>terraform-s3-object-version-lambda-deployment-packages</BucketName><RequestId>5EB5460905193E37</RequestId><HostId>2v2+bVAaF8mIXu6AkamQwSgkCoQXZdCRQH1LfUSJ6OaZ3LD3ZCwpCYgdry4ynNoWn2mG4xqoHB0=</HostId></Error>
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketCors failed, not retrying, error NoSuchCORSConfiguration: The CORS configuration does not exist
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: status code: 404, request id: 5EB5460905193E37, host id: 2v2+bVAaF8mIXu6AkamQwSgkCoQXZdCRQH1LfUSJ6OaZ3LD3ZCwpCYgdry4ynNoWn2mG4xqoHB0=
2017-09-18T19:57:49.451-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [WARN] S3 bucket: terraform-s3-object-version-lambda-deployment-packages, no CORS configuration could be found.
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] S3 bucket: terraform-s3-object-version-lambda-deployment-packages, read CORS: {
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: }
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details:
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /?website= HTTP/1.1
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dad09daede0dd3baca6664efb8570ffd422cd0e47926e31e1035f03380826ec4
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025749Z
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.452-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details:
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 404 Not Found
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/xml
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:48 GMT
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: WrlJVMJKbdWZW5ZuTYQty6KCq4lVRV0/6/l/Ss9WXSgWm4tlp6W2BZ9z1C2Fo6uTmdm2gc5aDW0=
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: EA3BC129C7D466EB
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Error><Code>NoSuchWebsiteConfiguration</Code><Message>The specified bucket does not have a website configuration</Message><BucketName>terraform-s3-object-version-lambda-deployment-packages</BucketName><RequestId>EA3BC129C7D466EB</RequestId><HostId>WrlJVMJKbdWZW5ZuTYQty6KCq4lVRV0/6/l/Ss9WXSgWm4tlp6W2BZ9z1C2Fo6uTmdm2gc5aDW0=</HostId></Error>
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketWebsite failed, not retrying, error NoSuchWebsiteConfiguration: The specified bucket does not have a website configuration
2017-09-18T19:57:49.631-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: status code: 404, request id: EA3BC129C7D466EB, host id: WrlJVMJKbdWZW5ZuTYQty6KCq4lVRV0/6/l/Ss9WXSgWm4tlp6W2BZ9z1C2Fo6uTmdm2gc5aDW0=
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details:
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /?versioning= HTTP/1.1
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6c45fe4075c2b3ef940144a9d09257e62e8c7db38f6a917731c9542b81631f78
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025749Z
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.632-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRole Details:
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 764
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:49 GMT
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amzn-Requestid: 5262d7bd-9ce6-11e7-9aa2-57fc9245ff23
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2017-09-18T19:57:49.663-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <GetRoleResult>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Role>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Path>/</Path>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <AssumeRolePolicyDocument>%7B%22Version%22%3A%222012-10-17%22%2C%22Statement%22%3A%5B%7B%22Sid%22%3A%22%22%2C%22Effect%22%3A%22Allow%22%2C%22Principal%22%3A%7B%22Service%22%3A%22lambda.amazonaws.com%22%7D%2C%22Action%22%3A%22sts%3AAssumeRole%22%7D%5D%7D</AssumeRolePolicyDocument>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RoleId>AROAJM2J5MWLBRUBVDH6M</RoleId>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RoleName>iam_for_lambda</RoleName>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Arn>arn:aws:iam::459582488636:role/iam_for_lambda</Arn>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <CreateDate>2017-09-19T02:56:45Z</CreateDate>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </Role>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetRoleResult>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <ResponseMetadata>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RequestId>5262d7bd-9ce6-11e7-9aa2-57fc9245ff23</RequestId>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </ResponseMetadata>
2017-09-18T19:57:49.664-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetRoleResponse>
2017-09-18T19:57:49.791-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details:
2017-09-18T19:57:49.791-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:50 GMT
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: wlTC0wmrxqfUZjdB9hLbUpXwFDjLo3s8fFTNqmAJVKN5uhoLC4hXC6gh5uLSqQIdK4Y9/jgjuAk=
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: 1A5CCA4E7EE7836C
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Status>Enabled</Status><MfaDelete>Disabled</MfaDelete></VersioningConfiguration>
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] S3 Bucket: terraform-s3-object-version-lambda-deployment-packages, versioning: {
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: MFADelete: "Disabled",
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Status: "Enabled"
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: }
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details:
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /?accelerate= HTTP/1.1
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=3ca2ea89cce02d6b0f2a080ed9103d9b2df65a0ba6415f1d14fe8ff43f41e9a8
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025749Z
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.792-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details:
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:51 GMT
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: zFgebxxnLePEKeasw7ZQgeIWzU6AynJFv+XUwC68zbcXNHgnIUqyocRngiwc4oYbvtdtq0Opgf8=
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: E46527727E3FC250
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] S3 bucket: terraform-s3-object-version-lambda-deployment-packages, read Acceleration: {
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: }
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:49 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details:
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /?requestPayment= HTTP/1.1
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a813eb90c6142d8a61ada2c891ce58602f6e701f5428d539f00d890485b6a650
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025749Z
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:49.996-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details:
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:51 GMT
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: 5Uvak76p/CntLhxYTwM6iCbBH7xp3vkG8ztySnSQKozqEnuA+uLgSN3wg3qo4QFsLxj1PB4QFr4=
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: F94EC2A8489B17DE
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration>
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] S3 Bucket: terraform-s3-object-version-lambda-deployment-packages, read request payer: {
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Payer: "BucketOwner"
2017-09-18T19:57:50.157-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: }
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details:
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /?logging= HTTP/1.1
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=96d2dbb1c31abcde9e550526be8a45f916bf4419f88dfb8923ef90951d445245
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025750Z
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.158-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.426-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details:
2017-09-18T19:57:50.426-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:50.426-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:50.426-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:50.426-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 289
2017-09-18T19:57:50.426-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/xml
2017-09-18T19:57:50.426-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:51 GMT
2017-09-18T19:57:50.426-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: tYQigW7v+BG8OmdJvIWIqJtpIQgNzu43xx3K6BKWLrVeq/35ODVWpG+iDHGlno/b0rGsSV2frOo=
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: 114D660BE4968515
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>-->
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </BucketLoggingStatus>
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] S3 Bucket: terraform-s3-object-version-lambda-deployment-packages, logging: {
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: }
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /?lifecycle= HTTP/1.1
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=21cf57c40da45e74ef1d68cb4b7bb7a9675ab70feb30e64ce0e354aa319caa77
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025750Z
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.427-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 404 Not Found
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/xml
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:49 GMT
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: pSyydDwqiijy5GKvKkg3KLt/Rsri76/FY0fLcNaw5DuEGMJL+MTKzq/y1wAuZcseiJfOCiJ0/j8=
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: 04D556398F0194B2
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Error><Code>NoSuchLifecycleConfiguration</Code><Message>The lifecycle configuration does not exist</Message><BucketName>terraform-s3-object-version-lambda-deployment-packages</BucketName><RequestId>04D556398F0194B2</RequestId><HostId>pSyydDwqiijy5GKvKkg3KLt/Rsri76/FY0fLcNaw5DuEGMJL+MTKzq/y1wAuZcseiJfOCiJ0/j8=</HostId></Error>
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketLifecycleConfiguration failed, not retrying, error NoSuchLifecycleConfiguration: The lifecycle configuration does not exist
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: status code: 404, request id: 04D556398F0194B2, host id: pSyydDwqiijy5GKvKkg3KLt/Rsri76/FY0fLcNaw5DuEGMJL+MTKzq/y1wAuZcseiJfOCiJ0/j8=
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] S3 Bucket: terraform-s3-object-version-lambda-deployment-packages, lifecycle: {
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: }
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details:
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /?replication= HTTP/1.1
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0147bbecae368fdb806b752454e57494903e03253203eeb5b268401e693b08fc
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025750Z
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.599-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details:
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 404 Not Found
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/xml
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:50 GMT
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: 14OZ111TIziClu0jeNQjTf8otcA0isvMKPZf89ZQxkfo5Z7aJhJEeBJzWiBdSWYgTkPC775HR4I=
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: A6577C33FA4A79EF
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Error><Code>ReplicationConfigurationNotFoundError</Code><Message>The replication configuration was not found</Message><BucketName>terraform-s3-object-version-lambda-deployment-packages</BucketName><RequestId>A6577C33FA4A79EF</RequestId><HostId>14OZ111TIziClu0jeNQjTf8otcA0isvMKPZf89ZQxkfo5Z7aJhJEeBJzWiBdSWYgTkPC775HR4I=</HostId></Error>
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, not retrying, error ReplicationConfigurationNotFoundError: The replication configuration was not found
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: status code: 404, request id: A6577C33FA4A79EF, host id: 14OZ111TIziClu0jeNQjTf8otcA0isvMKPZf89ZQxkfo5Z7aJhJEeBJzWiBdSWYgTkPC775HR4I=
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] S3 Bucket: terraform-s3-object-version-lambda-deployment-packages, read replication configuration: {
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: }
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details:
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /terraform-s3-object-version-lambda-deployment-packages?location= HTTP/1.1
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: s3-us-west-2.amazonaws.com
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=039458f615c75b7d5286029b5b38a7c3f01db8c3259406c4df78431fea98e766
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025750Z
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.750-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details:
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/xml
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:51 GMT
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: ymLhBHogdDHIL22thca1E2qHvZfK0JzNWyvuL+XoDJ1hJgS4jjdzAgzhd9aHKAz0pUcfu+vUWaU=
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: 6A5BF14BE7790423
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:50.920-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/">us-west-2</LocationConstraint>
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:50 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details:
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /?tagging= HTTP/1.1
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a901ca6a523d7d8e552a2fb5c927d5d93adc5217b9ee968361333c1bc7805b03
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025750Z
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:50.921-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details:
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 404 Not Found
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/xml
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:50 GMT
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: Dn82WTWcTpbNOVZTSiOI7pMlt3C3MQgRUzISjLVxbGVIiTXGQHqOMQHLm3bUDwVSy6sSyYYrTqM=
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: E23B29AE707A5746
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Error><Code>NoSuchTagSet</Code><Message>The TagSet does not exist</Message><BucketName>terraform-s3-object-version-lambda-deployment-packages</BucketName><RequestId>E23B29AE707A5746</RequestId><HostId>Dn82WTWcTpbNOVZTSiOI7pMlt3C3MQgRUzISjLVxbGVIiTXGQHqOMQHLm3bUDwVSy6sSyYYrTqM=</HostId></Error>
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketTagging failed, not retrying, error NoSuchTagSet: The TagSet does not exist
2017-09-18T19:57:51.146-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: status code: 404, request id: E23B29AE707A5746, host id: Dn82WTWcTpbNOVZTSiOI7pMlt3C3MQgRUzISjLVxbGVIiTXGQHqOMQHLm3bUDwVSy6sSyYYrTqM=
2017/09/18 19:57:51 [DEBUG] Attaching resource state to "aws_s3_bucket_object.lambda_deployment_package": &terraform.ResourceState{Type:"aws_s3_bucket_object", Dependencies:[]string{"aws_s3_bucket.s3_deployment_packages", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4204e2b40), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:51 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeRefreshableManagedResourceInstance
2017/09/18 19:57:51 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.lambda_deployment_package" references: []
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadObject Details:
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HEAD /lambda_function.zip HTTP/1.1
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0e9d6dbedd650cc270d480c7fa98f2ad7387c80734b5623cd9591180584959f7
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025751Z
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.149-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadObject Details:
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 215
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Ranges: bytes
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: binary/octet-stream
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:52 GMT
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Etag: "9774f1be2219047d4f56094c8e957457"
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Last-Modified: Tue, 19 Sep 2017 02:56:50 GMT
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: c+QBPvWsXvhJDbSTYcFUH+hamjUiKHqn7bJKYXaTQfczclN8QsXr7Co19JZq+uvf+8o+Aq54dqk=
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: 5943DDB476EC6472
2017-09-18T19:57:51.357-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Version-Id: 9.JSEWO1bi3YORON0Nyml_E_D.QiAeNL
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go]
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] Reading S3 Bucket Object meta: {
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: AcceptRanges: "bytes",
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ContentLength: 215,
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ContentType: "binary/octet-stream",
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ETag: "\"9774f1be2219047d4f56094c8e957457\"",
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: LastModified: 2017-09-19 02:56:50 +0000 UTC,
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Metadata: {
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: },
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: VersionId: "9.JSEWO1bi3YORON0Nyml_E_D.QiAeNL"
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: }
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObjectTagging Details:
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /lambda_function.zip?tagging= HTTP/1.1
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=39e695e2ecb6d154cc3b9b780de17375cc8a29c5b8fcb15c1cde236ee468cee8
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025751Z
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.358-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObjectTagging Details:
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:52 GMT
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: a9ZYzHR0R5NMR1/Ty7mDrT+Hiyn6RJwb73PLAd9be6J2IrTv4RET3TJjS2AM9Zwnqsvma82v8Pw=
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: 5ED4B99C6BEAA674
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Version-Id: 9.JSEWO1bi3YORON0Nyml_E_D.QiAeNL
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:51.528-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Tagging xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><TagSet/></Tagging>
2017/09/18 19:57:51 [DEBUG] Attaching resource state to "aws_lambda_function.test_lambda": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"aws_iam_role.iam_for_lambda", "aws_s3_bucket.s3_deployment_packages", "aws_s3_bucket_object.lambda_deployment_package", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4204e2aa0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017-09-18T19:57:51.531-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] Fetching Lambda Function: test_lambda_function
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/GetFunction Details:
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /2015-03-31/functions/test_lambda_function HTTP/1.1
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: lambda.us-west-2.amazonaws.com
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/lambda/aws4_request, SignedHeaders=host;x-amz-date, Signature=1a1947e08f09267d124866b94b35daafafaa6ba81d0b8f5da323d232a320f7df
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025751Z
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.532-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/GetFunction Details:
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 1735
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/json
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:51 GMT
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amzn-Requestid: 53a2d263-9ce6-11e7-b443-1dce9f657d2a
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] {"Code":{"Location":"https://awslambda-us-west-2-tasks.s3-us-west-2.amazonaws.com/snapshots/459582488636/test_lambda_function-a65f349c-567e-4ff7-9f2d-2c972adfe68b?X-Amz-Security-Token=FQoDYXdzEJv%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaDDdEtCxDFsWakWsVxSK3A3AoDQQtwBImLydADdyJQ5lH4bQuIHdjCvywOQkqhCPm0zLUHej9rrLRjHMqE9Er5LqqbPguiGwcEKcQHcQRL75T5IyFOPqbF9mq%2FxeLFH9ZAZDpZslGHkxfD5XJf0Be2rXuXF7GczIqkBBmhLthyZhlikQb3IeOAdMJ%2BXO2D1yFpz1WqACEPbY4XV4RGcs3FPVREp3Vlc1oBNpYWTSrX7NuDVCZankJLIxexJWcBpnFsVA14POsJE4V1gT3hSRfx2Eyw7mCj6HsKaO1KKPznLAYpvZZpPQGY5VcQWCgYOcj1SQvo8LzJf%2BpYLhLb%2BHdIF5Id0JRBVFLeOP25NZSYUVlC3sfOXjqKBINE2ylMfeN7vrb3zFW5YTGbqlp2uoe0I7Iw63VK0V6Rn827pq5K9pysjFE1Mlb6jshM%2FU0jP6nn7Dsdvw3%2BgK%2BY91eB8SbRpCKAoYE222I6VjNtxBmdkB%2BROdGVvss4dk0BKFBrTdjQpHyWanzHXGlbG79CsuridwhO1yQP%2FRy0tlrVOsfonR6QQlYtQtHdv5ilnFC2jFICUo0rQzOK17yxdCoEUfypMdX0H5WAQwop%2B%2BBzgU%3D&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20170919T025751Z&X-Amz-SignedHeaders=host&X-Amz-Expires=600&X-Amz-Credential=ASIAJBC47C2NMDFTBDBA%2F20170919%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Signature=0eea8465636c3b621405abe7ad61afac15141669e82fb207098e800e2ef32eb6","RepositoryType":"S3"},"Configuration":{"CodeSha256":"euue9GEgV9UInObFik8RuDyEfLWoHjkUncOHTL/mzdQ=","CodeSize":215,"DeadLetterConfig":null,"Description":"","Environment":null,"FunctionArn":"arn:aws:lambda:us-west-2:459582488636:function:test_lambda_function","FunctionName":"test_lambda_function","Handler":"index.handler","KMSKeyArn":null,"LastModified":"2017-09-19T02:56:58.388+0000","MasterArn":null,"MemorySize":128,"Role":"arn:aws:iam::459582488636:role/iam_for_lambda","Runtime":"nodejs6.10","Timeout":3,"TracingConfig":{"Mode":"PassThrough"},"Version":"$LATEST","VpcConfig":null},"Tags":null}
2017-09-18T19:57:51.698-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [INFO] Setting Lambda test_lambda_function VPC config []map[string]interface {}(nil) from API
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Request lambda/ListVersionsByFunction Details:
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /2015-03-31/functions/test_lambda_function/versions?MaxItems=10000 HTTP/1.1
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: lambda.us-west-2.amazonaws.com
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/lambda/aws4_request, SignedHeaders=host;x-amz-date, Signature=70b347d55e46b7c05dae7f1bfd19549ba7d7923c0ac3efe0353cff95bef3d9ad
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025751Z
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.699-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] DEBUG: Response lambda/ListVersionsByFunction Details:
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 1134
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/json
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:51 GMT
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amzn-Requestid: 53ba9fde-9ce6-11e7-a89f-c9ff9a50f049
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:51.863-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [DEBUG] [aws-sdk-go] {"NextMarker":null,"Versions":[{"CodeSha256":"euue9GEgV9UInObFik8RuDyEfLWoHjkUncOHTL/mzdQ=","CodeSize":215,"DeadLetterConfig":null,"Description":"","Environment":null,"FunctionArn":"arn:aws:lambda:us-west-2:459582488636:function:test_lambda_function:$LATEST","FunctionName":"test_lambda_function","Handler":"index.handler","KMSKeyArn":null,"LastModified":"2017-09-19T02:56:58.388+0000","MasterArn":null,"MemorySize":128,"Role":"arn:aws:iam::459582488636:role/iam_for_lambda","Runtime":"nodejs6.10","Timeout":3,"TracingConfig":{"Mode":"PassThrough"},"Version":"$LATEST","VpcConfig":null},{"CodeSha256":"euue9GEgV9UInObFik8RuDyEfLWoHjkUncOHTL/mzdQ=","CodeSize":215,"DeadLetterConfig":null,"Description":"","Environment":null,"FunctionArn":"arn:aws:lambda:us-west-2:459582488636:function:test_lambda_function:23","FunctionName":"test_lambda_function","Handler":"index.handler","KMSKeyArn":null,"LastModified":"2017-09-19T02:56:58.388+0000","MasterArn":null,"MemorySize":128,"Role":"arn:aws:iam::459582488636:role/iam_for_lambda","Runtime":"nodejs6.10","Timeout":3,"TracingConfig":{"Mode":"PassThrough"},"Version":"23","VpcConfig":null}]}
2017/09/18 19:57:51 [INFO] backend/local: apply calling Plan
2017/09/18 19:57:51 [INFO] terraform: building graph: GraphTypePlan
2017/09/18 19:57:51 [DEBUG] Attaching resource state to "data.archive_file.lambda": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e3540), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:51 [DEBUG] Attaching resource state to "aws_s3_bucket.s3_deployment_packages": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e3630), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:51 [DEBUG] Attaching resource state to "aws_s3_bucket_object.lambda_deployment_package": &terraform.ResourceState{Type:"aws_s3_bucket_object", Dependencies:[]string{"aws_s3_bucket.s3_deployment_packages", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4204e3680), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:51 [DEBUG] Attaching resource state to "aws_iam_role.iam_for_lambda": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e3590), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:51 [DEBUG] Attaching resource state to "aws_lambda_function.test_lambda": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"aws_iam_role.iam_for_lambda", "aws_s3_bucket.s3_deployment_packages", "aws_s3_bucket_object.lambda_deployment_package", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4204e35e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:51 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource
aws_lambda_function.test_lambda - *terraform.NodePlannableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodePlannableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodePlannableResource
data.archive_file.lambda - *terraform.NodePlannableResource
2017/09/18 19:57:51 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_iam_role.iam_for_lambda - *terraform.NodePlannableResource
aws_lambda_function.test_lambda - *terraform.NodePlannableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodePlannableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodePlannableResource
data.archive_file.lambda - *terraform.NodePlannableResource
2017/09/18 19:57:51 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.lambda_deployment_package" references: [aws_s3_bucket.s3_deployment_packages data.archive_file.lambda]
2017/09/18 19:57:51 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
2017/09/18 19:57:51 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_iam_role.iam_for_lambda aws_s3_bucket.s3_deployment_packages aws_s3_bucket_object.lambda_deployment_package data.archive_file.lambda]
2017/09/18 19:57:51 [DEBUG] ReferenceTransformer: "provider.archive" references: []
2017/09/18 19:57:51 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/09/18 19:57:51 [DEBUG] ReferenceTransformer: "data.archive_file.lambda" references: []
2017/09/18 19:57:51 [DEBUG] ReferenceTransformer: "aws_s3_bucket.s3_deployment_packages" references: []
nction.test_lambda - *terraform.NodePlannableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodePlannableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
_function.test_lambda - *terraform.NodePlannableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodePlannableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
st_lambda - *terraform.NodePlannableResource
aws_s3_bucket.s3_deployment_packages - *terraform.NodePlannableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.archive (close) - *terraform.graphNodeCloseProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
2017-09-18T19:57:51.873-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [INFO] No assume_role block read from configuration
2017-09-18T19:57:51.873-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [INFO] Building AWS region structure
2017-09-18T19:57:51.873-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [INFO] Building AWS auth structure
2017-09-18T19:57:51.873-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:51 [INFO] Setting AWS metadata API timeout to 100ms
2017/09/18 19:57:51 [TRACE] [walkPlan] Exiting eval tree: provider.archive
2017/09/18 19:57:51 [TRACE] dag/walk: walking "data.archive_file.lambda"
2017/09/18 19:57:51 [TRACE] vertex 'root.data.archive_file.lambda': walking
2017/09/18 19:57:51 [TRACE] vertex 'root.data.archive_file.lambda': evaluating
2017/09/18 19:57:51 [TRACE] [walkPlan] Entering eval tree: data.archive_file.lambda
2017/09/18 19:57:51 [TRACE] root: eval: *terraform.EvalSequence
2017/09/18 19:57:51 [TRACE] root: eval: *terraform.EvalInterpolate
2017/09/18 19:57:51 [DEBUG] Attaching resource state to "data.archive_file.lambda": &terraform.ResourceState{Type:"archive_file", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e3540), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:51 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.archive_file.lambda - *terraform.NodePlannableResourceInstance
2017/09/18 19:57:51 [DEBUG] ReferenceTransformer: "data.archive_file.lambda" references: []
2017-09-18T19:57:52.220-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:52 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:52 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:52 [INFO] Initializing DeviceFarm SDK connection
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:52 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: sts.amazonaws.com
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 43
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b6d03d66786ee24c08ba832a2dc17aeaf7ef9ce6b68ce045360a95f8c86ba3cb
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025752Z
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=GetCallerIdentity&Version=2011-06-15
2017-09-18T19:57:52.221-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:53 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 404
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:52 GMT
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amzn-Requestid: 545c372c-9ce6-11e7-aefe-a7df576a24e6
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:53 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <GetCallerIdentityResult>
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Arn>arn:aws:iam::459582488636:user/dstaley</Arn>
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <UserId>AIDAJNUHNIGC5EDSF4ZVE</UserId>
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Account>459582488636</Account>
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetCallerIdentityResult>
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <ResponseMetadata>
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RequestId>545c372c-9ce6-11e7-aefe-a7df576a24e6</RequestId>
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </ResponseMetadata>
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetCallerIdentityResponse>
2017-09-18T19:57:53.030-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:53 [DEBUG] Trying to get account ID via iam:GetUser
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:53 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: iam.amazonaws.com
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 33
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=f8b87ddd0b2c6752cd115ef804760c0b3274e859d19408f524c4f08958364233
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025753Z
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=GetUser&Version=2010-05-08
2017-09-18T19:57:53.031-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:53 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 463
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:53 GMT
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amzn-Requestid: 54d955e5-9ce6-11e7-8c7a-4bf033111f22
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:53.849-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:53 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <GetUserResult>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <User>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Path>/</Path>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <UserName>dstaley</UserName>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Arn>arn:aws:iam::459582488636:user/dstaley</Arn>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <UserId>AIDAJNUHNIGC5EDSF4ZVE</UserId>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <CreateDate>2013-07-29T21:43:15Z</CreateDate>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </User>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetUserResult>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <ResponseMetadata>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RequestId>54d955e5-9ce6-11e7-8c7a-4bf033111f22</RequestId>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </ResponseMetadata>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetUserResponse>
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:53 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: ec2.us-west-2.amazonaws.com
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 87
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=37b8e29524a845614a2b0ca9799edac96ca4662135b0ce81a52699ef4ba5076a
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025753Z
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2017-09-18T19:57:53.850-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml;charset=UTF-8
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:53 GMT
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonEC2
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Vary: Accept-Encoding
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <requestId>fd28660f-8b23-40bc-bf3b-b3aec995a056</requestId>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <accountAttributeSet>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <item>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeName>supported-platforms</attributeName>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeValueSet>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <item>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeValue>EC2</attributeValue>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </item>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <item>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeValue>VPC</attributeValue>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </item>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </attributeValueSet>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </item>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </accountAttributeSet>
2017-09-18T19:57:54.027-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </DescribeAccountAttributesResponse>
2017/09/18 19:57:54 [DEBUG] Attaching resource state to "aws_s3_bucket.s3_deployment_packages": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e3630), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:54 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket.s3_deployment_packages - *terraform.NodePlannableResourceInstance
2017/09/18 19:57:54 [DEBUG] ReferenceTransformer: "aws_s3_bucket.s3_deployment_packages" references: []
2017/09/18 19:57:54 [DEBUG] Attaching resource state to "aws_iam_role.iam_for_lambda": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4204e3590), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:54 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_s3_bucket.s3_deployment_packages - *terraform.NodePlannableResourceInstance
2017/09/18 19:57:54 [DEBUG] ReferenceTransformer: "aws_iam_role.iam_for_lambda" references: []
2017/09/18 19:57:54 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.s3_deployment_packages"
2017-09-18T19:57:54.032-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [DEBUG] Instance Diff is nil in Diff()
2017-09-18T19:57:54.032-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [DEBUG] Instance Diff is nil in Diff()
2017/09/18 19:57:54 [DEBUG] Attaching resource state to "aws_s3_bucket_object.lambda_deployment_package": &terraform.ResourceState{Type:"aws_s3_bucket_object", Dependencies:[]string{"aws_s3_bucket.s3_deployment_packages", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4204e3680), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:54 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodePlannableResourceInstance
2017/09/18 19:57:54 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.lambda_deployment_package" references: []
2017/09/18 19:57:54 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodePlannableResourceInstance
2017/09/18 19:57:54 [DEBUG] Attaching resource state to "aws_lambda_function.test_lambda": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"aws_iam_role.iam_for_lambda", "aws_s3_bucket.s3_deployment_packages", "aws_s3_bucket_object.lambda_deployment_package", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc4204e35e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:54 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_lambda_function.test_lambda - *terraform.NodePlannableResourceInstance
2017/09/18 19:57:54 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_lambda_function.test_lambda - *terraform.NodePlannableResourceInstance
2017/09/18 19:57:54 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: []
2017/09/18 19:57:54 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_lambda_function.test_lambda - *terraform.NodePlannableResourceInstance
2017/09/18 19:57:54 [TRACE] Graph after step *terraform.RootTransformer:
aws_lambda_function.test_lambda - *terraform.NodePlannableResourceInstance
2017/09/18 19:57:54 [TRACE] dag/walk: added new vertex: "aws_lambda_function.test_lambda"
2017/09/18 19:57:54 [TRACE] dag/walk: walking "aws_lambda_function.test_lambda"
2017/09/18 19:57:54 [TRACE] vertex 'root.aws_lambda_function.test_lambda': walking
2017/09/18 19:57:54 [INFO] terraform: building graph: GraphTypeApply
2017/09/18 19:57:54 [DEBUG] Attaching resource state to "aws_s3_bucket_object.lambda_deployment_package": &terraform.ResourceState{Type:"aws_s3_bucket_object", Dependencies:[]string{"aws_s3_bucket.s3_deployment_packages", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc420258230), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:54 [DEBUG] Attaching resource state to "aws_lambda_function.test_lambda": &terraform.ResourceState{Type:"aws_lambda_function", Dependencies:[]string{"aws_iam_role.iam_for_lambda", "aws_s3_bucket.s3_deployment_packages", "aws_s3_bucket_object.lambda_deployment_package", "data.archive_file.lambda"}, Primary:(*terraform.InstanceState)(0xc420258370), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/09/18 19:57:54 [DEBUG] ReferenceTransformer: "aws_s3_bucket_object.lambda_deployment_package" references: []
2017/09/18 19:57:54 [DEBUG] ReferenceTransformer: "aws_lambda_function.test_lambda" references: [aws_s3_bucket_object.lambda_deployment_package aws_s3_bucket_object.lambda_deployment_package]
2017/09/18 19:57:54 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2017/09/18 19:57:54 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_lambda_function.test_lambda - *terraform.NodeApplyableResource
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket_object.lambda_deployment_package - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2017/09/18 19:57:54 [DEBUG] Starting graph walk: walkApply
2017-09-18T19:57:54.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [INFO] No assume_role block read from configuration
2017-09-18T19:57:54.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [INFO] Building AWS region structure
2017-09-18T19:57:54.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [INFO] Building AWS auth structure
2017-09-18T19:57:54.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [INFO] Setting AWS metadata API timeout to 100ms
2017-09-18T19:57:54.392-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [INFO] Initializing DeviceFarm SDK connection
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:54 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: sts.amazonaws.com
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 43
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e55221e50fd010e50f396e7b270110c0105d385b9c5443415ae8ebf05420814b
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025754Z
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=GetCallerIdentity&Version=2011-06-15
2017-09-18T19:57:54.393-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 404
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:54 GMT
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amzn-Requestid: 559d693d-9ce6-11e7-bea2-bfd5696bdda4
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <GetCallerIdentityResult>
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Arn>arn:aws:iam::459582488636:user/dstaley</Arn>
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <UserId>AIDAJNUHNIGC5EDSF4ZVE</UserId>
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Account>459582488636</Account>
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetCallerIdentityResult>
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <ResponseMetadata>
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RequestId>559d693d-9ce6-11e7-bea2-bfd5696bdda4</RequestId>
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </ResponseMetadata>
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetCallerIdentityResponse>
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] Trying to get account ID via iam:GetUser
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2017-09-18T19:57:55.046-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: iam.amazonaws.com
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 33
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2188d979aa1d1123c8f0a457a2e900bfe3ed6d443c75c9d308204ef580811c40
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025755Z
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=GetUser&Version=2010-05-08
2017-09-18T19:57:55.047-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 463
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:55 GMT
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amzn-Requestid: 55efceda-9ce6-11e7-84af-510e8d83c78b
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <GetUserResult>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <User>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Path>/</Path>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <UserName>dstaley</UserName>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Arn>arn:aws:iam::459582488636:user/dstaley</Arn>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <UserId>AIDAJNUHNIGC5EDSF4ZVE</UserId>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <CreateDate>2013-07-29T21:43:15Z</CreateDate>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </User>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetUserResult>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <ResponseMetadata>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <RequestId>55efceda-9ce6-11e7-84af-510e8d83c78b</RequestId>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </ResponseMetadata>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </GetUserResponse>
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: POST / HTTP/1.1
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: ec2.us-west-2.amazonaws.com
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 87
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=73e1a31a7127ea447b9293b18889b9bf92af7c298741b8e5dae45e31f7bec581
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025755Z
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2017-09-18T19:57:55.693-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: text/xml;charset=UTF-8
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:55 GMT
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonEC2
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Vary: Accept-Encoding
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <requestId>f6d2c36b-eaf2-4c67-9be8-8bc066a2e6b2</requestId>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <accountAttributeSet>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <item>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeName>supported-platforms</attributeName>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeValueSet>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <item>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeValue>EC2</attributeValue>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </item>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <item>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <attributeValue>VPC</attributeValue>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </item>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </attributeValueSet>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </item>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </accountAttributeSet>
2017-09-18T19:57:55.922-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: </DescribeAccountAttributesResponse>
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:55 [DEBUG] [aws-sdk-go] DEBUG: Request s3/PutObject Details:
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: PUT /lambda_function.zip HTTP/1.1
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 216
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-acl;x-amz-content-sha256;x-amz-date;x-amz-storage-class, Signature=780b1bedfcaef76e5a1d9d83a2e62942ee22425d30d5348bf42b3448cbd3200e
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: binary/octet-stream
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Acl: private
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: 1df944ffbfd009e4ffa62b440eba896bd94b615d0fbaf109aa2653367f747013
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025755Z
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Storage-Class: STANDARD
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: PKindex.jsJ�(�/*)��H�K�I-R�U�H-K�+�QH��+I�1sr���5l����By�99:
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ��99�:
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ��E9)���\�\���PK||q�VYPK||q�VYindex.jsPK6�
2017-09-18T19:57:55.927-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/PutObject Details:
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 0
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:57 GMT
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Etag: "82296b97248b8f1561dd5bfab5142f78"
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: nIVOrcGLikIdMp2PhoInosTsSM9mOVlztNHyLmP/47I1gowsaqkRaxOJXwLWNXXnGbKxDu9zSuQ=
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: B1661C2B93D317EC
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Version-Id: MkZhtUlFnq0UW3HSNa.UOtLhQJqEIq8x
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:56 [DEBUG] [aws-sdk-go]
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadObject Details:
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HEAD /lambda_function.zip HTTP/1.1
2017-09-18T19:57:56.108-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:56.109-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:56.109-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a37505f3a9c8ae1eddb328f6fa2d4809f9db220d87bea93d37afd059ee4187ff
2017-09-18T19:57:56.109-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:56.109-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025756Z
2017-09-18T19:57:56.109-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.109-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.109-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadObject Details:
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Length: 216
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Ranges: bytes
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Content-Type: binary/octet-stream
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:57 GMT
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Etag: "82296b97248b8f1561dd5bfab5142f78"
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Last-Modified: Tue, 19 Sep 2017 02:57:57 GMT
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: XpTwVFbz9DdGWr6tru5roOHpL5ltZ8Oi2612Jq4mdt66/1ES9wugBompqdGMDtLUf3KwJCxvruc=
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: BD16CC88434F4718
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Version-Id: MkZhtUlFnq0UW3HSNa.UOtLhQJqEIq8x
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.284-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:56 [DEBUG] [aws-sdk-go]
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:56 [DEBUG] Reading S3 Bucket Object meta: {
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: AcceptRanges: "bytes",
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ContentLength: 216,
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ContentType: "binary/octet-stream",
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ETag: "\"82296b97248b8f1561dd5bfab5142f78\"",
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: LastModified: 2017-09-19 02:57:57 +0000 UTC,
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Metadata: {
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: },
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: VersionId: "MkZhtUlFnq0UW3HSNa.UOtLhQJqEIq8x"
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: }
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:56 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObjectTagging Details:
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: GET /lambda_function.zip?tagging= HTTP/1.1
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Host: terraform-s3-object-version-lambda-deployment-packages.s3-us-west-2.amazonaws.com
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: User-Agent: aws-sdk-go/1.10.18 (go1.8; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.9.8
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Authorization: AWS4-HMAC-SHA256 Credential=SENSITIVE/20170919/us-west-2/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=2f908c232b1a3bc250ed2cf54843346dedfd4ff444645fbdae743b6158123bdc
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Date: 20170919T025756Z
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Accept-Encoding: gzip
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.285-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:56.447-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:56 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObjectTagging Details:
2017-09-18T19:57:56.447-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: ---[ RESPONSE ]--------------------------------------
2017-09-18T19:57:56.447-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: HTTP/1.1 200 OK
2017-09-18T19:57:56.447-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Connection: close
2017-09-18T19:57:56.447-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Transfer-Encoding: chunked
2017-09-18T19:57:56.447-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Date: Tue, 19 Sep 2017 02:57:57 GMT
2017-09-18T19:57:56.447-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: Server: AmazonS3
2017-09-18T19:57:56.447-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Id-2: xbDywUn7ZEpuUoXpRJb+eQBfo26usEErK42uQNjIkUf7zzPX9/mgxB43TH8eEifhjvlxyRyElq8=
2017-09-18T19:57:56.448-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Request-Id: 6613EDDAA7F6EF27
2017-09-18T19:57:56.448-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: X-Amz-Version-Id: MkZhtUlFnq0UW3HSNa.UOtLhQJqEIq8x
2017-09-18T19:57:56.448-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.448-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4:
2017-09-18T19:57:56.448-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: -----------------------------------------------------
2017-09-18T19:57:56.448-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: 2017/09/18 19:57:56 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2017-09-18T19:57:56.448-0700 [DEBUG] plugin.terraform-provider-aws_v0.1.4_x4: <Tagging xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><TagSet/></Tagging>
2017/09/18 19:57:56 [ERROR] aws_lambda_function.test_lambda: diffs didn't match
2017/09/18 19:57:56 [ERROR] aws_lambda_function.test_lambda: reason: extra attributes: s3_object_version
2017/09/18 19:57:56 [ERROR] aws_lambda_function.test_lambda: diff one: *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"source_code_hash":*terraform.ResourceAttrDiff{Old:"euue9GEgV9UInObFik8RuDyEfLWoHjkUncOHTL/mzdQ=", New:"HflE/7/QCeT/pitEDrqJa9lLYV0PuvEJqiZTNn90cBM=", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2017/09/18 19:57:56 [ERROR] aws_lambda_function.test_lambda: diff two: *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"s3_object_version":*terraform.ResourceAttrDiff{Old:"9.JSEWO1bi3YORON0Nyml_E_D.QiAeNL", New:"MkZhtUlFnq0UW3HSNa.UOtLhQJqEIq8x", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "source_code_hash":*terraform.ResourceAttrDiff{Old:"euue9GEgV9UInObFik8RuDyEfLWoHjkUncOHTL/mzdQ=", New:"HflE/7/QCeT/pitEDrqJa9lLYV0PuvEJqiZTNn90cBM=", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2017/09/18 19:57:56 [ERROR] root: eval: *terraform.EvalCompareDiff, err: aws_lambda_function.test_lambda: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.10.4
Resource ID: aws_lambda_function.test_lambda
Mismatch reason: extra attributes: s3_object_version
Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"source_code_hash":*terraform.ResourceAttrDiff{Old:"euue9GEgV9UInObFik8RuDyEfLWoHjkUncOHTL/mzdQ=", New:"HflE/7/QCeT/pitEDrqJa9lLYV0PuvEJqiZTNn90cBM=", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"s3_object_version":*terraform.ResourceAttrDiff{Old:"9.JSEWO1bi3YORON0Nyml_E_D.QiAeNL", New:"MkZhtUlFnq0UW3HSNa.UOtLhQJqEIq8x", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "source_code_hash":*terraform.ResourceAttrDiff{Old:"euue9GEgV9UInObFik8RuDyEfLWoHjkUncOHTL/mzdQ=", New:"HflE/7/QCeT/pitEDrqJa9lLYV0PuvEJqiZTNn90cBM=", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2017/09/18 19:57:56 [ERROR] root: eval: *terraform.EvalSequence, err: aws_lambda_function.test_lambda: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.10.4
Resource ID: aws_lambda_function.test_lambda
Mismatch reason: extra attributes: s3_object_version
Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"source_code_hash":*terraform.ResourceAttrDiff{Old:"euue9GEgV9UInObFik8RuDyEfLWoHjkUncOHTL/mzdQ=", New:"HflE/7/QCeT/pitEDrqJa9lLYV0PuvEJqiZTNn90cBM=", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"s3_object_version":*terraform.ResourceAttrDiff{Old:"9.JSEWO1bi3YORON0Nyml_E_D.QiAeNL", New:"MkZhtUlFnq0UW3HSNa.UOtLhQJqEIq8x", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "source_code_hash":*terraform.ResourceAttrDiff{Old:"euue9GEgV9UInObFik8RuDyEfLWoHjkUncOHTL/mzdQ=", New:"HflE/7/QCeT/pitEDrqJa9lLYV0PuvEJqiZTNn90cBM=", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2017/09/18 19:57:56 [TRACE] [walkApply] Exiting eval tree: aws_lambda_function.test_lambda
2017/09/18 19:57:56 [DEBUG] plugin: waiting for all plugin processes to complete...
2017-09-18T19:57:56.464-0700 [DEBUG] plugin: plugin process exited: path=/usr/local/Cellar/terraform/0.10.4/bin/terraform-provider-archive
2017-09-18T19:57:56.465-0700 [DEBUG] plugin: plugin process exited: path=/Users/dstaley/Documents/terraform-lambda-object-version/.terraform/plugins/darwin_amd64/terraform-provider-aws_v0.1.4_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment