Skip to content

Instantly share code, notes, and snippets.

@staffan-einarsson
Last active June 13, 2019 07:38
Show Gist options
  • Save staffan-einarsson/c7394b5fc331ffc7ff08f2f8ae48d5ca to your computer and use it in GitHub Desktop.
Save staffan-einarsson/c7394b5fc331ffc7ff08f2f8ae48d5ca to your computer and use it in GitHub Desktop.
Log files relating to AWS Firehose issue in terraform plan
2019/06/13 08:45:59 [INFO] Terraform version: 0.12.1
2019/06/13 08:45:59 [INFO] Go runtime version: go1.12.5
2019/06/13 08:45:59 [INFO] CLI args: []string{"/usr/local/bin/terraform", "plan"}
2019/06/13 08:45:59 [DEBUG] Attempting to open CLI config file: /Users/REDACTED/.terraformrc
2019/06/13 08:45:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/06/13 08:45:59 [INFO] CLI command args: []string{"plan"}
2019/06/13 08:45:59 [DEBUG] New state was assigned lineage "98f0d069-b20a-50d4-0a80-4bda08753ecd"
2019/06/13 08:45:59 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2019/06/13 08:45:59 [DEBUG] checking for provider in "."
2019/06/13 08:45:59 [DEBUG] checking for provider in "/usr/local/bin"
2019/06/13 08:45:59 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/06/13 08:45:59 [DEBUG] found provider "terraform-provider-aws_v2.14.0_x4"
2019/06/13 08:45:59 [DEBUG] found valid plugin: "aws", "2.14.0", "/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4"
2019/06/13 08:45:59 [DEBUG] checking for provisioner in "."
2019/06/13 08:45:59 [DEBUG] checking for provisioner in "/usr/local/bin"
2019/06/13 08:45:59 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2019/06/13 08:45:59 [INFO] backend/local: starting Plan operation
2019-06-13T08:46:00.059+0200 [INFO] plugin: configuring client automatic mTLS
2019-06-13T08:46:00.087+0200 [DEBUG] plugin: starting plugin: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4 args=[/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4]
2019-06-13T08:46:00.103+0200 [DEBUG] plugin: plugin started: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4 pid=87023
2019-06-13T08:46:00.103+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4
2019-06-13T08:46:00.123+0200 [INFO] plugin.terraform-provider-aws_v2.14.0_x4: configuring server automatic mTLS: timestamp=2019-06-13T08:46:00.123+0200
2019-06-13T08:46:00.152+0200 [DEBUG] plugin: using plugin: version=5
2019-06-13T08:46:00.152+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: plugin address: address=/var/folders/p3/5jj6nq1j34lfk_q3882rbppr0000gn/T/plugin809945642 network=unix timestamp=2019-06-13T08:46:00.152+0200
2019-06-13T08:46:00.260+0200 [DEBUG] plugin: plugin process exited: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4 pid=87023
2019-06-13T08:46:00.260+0200 [DEBUG] plugin: plugin exited
2019/06/13 08:46:00 [DEBUG] ProviderTransformer: "aws_s3_bucket.hinken" (*terraform.NodeValidatableResource) needs provider.aws
2019/06/13 08:46:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_iam_role.rollen - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_kinesis_firehose_delivery_stream.brandslangen - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.hinken - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.rollen_trust - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
------
2019/06/13 08:46:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "aws_kinesis_firehose_delivery_stream.brandslangen" references: [aws_s3_bucket.hinken aws_iam_role.rollen]
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "aws_s3_bucket.hinken" references: []
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "aws_iam_role.rollen" references: [data.aws_iam_policy_document.rollen_trust]
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.rollen_trust" references: []
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2019/06/13 08:46:00 [DEBUG] Starting graph walk: walkValidate
2019-06-13T08:46:00.264+0200 [INFO] plugin: configuring client automatic mTLS
2019-06-13T08:46:00.293+0200 [DEBUG] plugin: starting plugin: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4 args=[/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4]
2019-06-13T08:46:00.311+0200 [DEBUG] plugin: plugin started: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4 pid=87024
2019-06-13T08:46:00.311+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4
2019-06-13T08:46:00.330+0200 [INFO] plugin.terraform-provider-aws_v2.14.0_x4: configuring server automatic mTLS: timestamp=2019-06-13T08:46:00.330+0200
2019-06-13T08:46:00.363+0200 [DEBUG] plugin: using plugin: version=5
2019-06-13T08:46:00.363+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: plugin address: address=/var/folders/p3/5jj6nq1j34lfk_q3882rbppr0000gn/T/plugin699542735 network=unix timestamp=2019-06-13T08:46:00.363+0200
2019-06-13T08:46:00.514+0200 [DEBUG] plugin: plugin process exited: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4 pid=87024
2019-06-13T08:46:00.514+0200 [DEBUG] plugin: plugin exited
2019/06/13 08:46:00 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2019/06/13 08:46:00 [TRACE] vertex "provider.aws (close)": visit complete
2019/06/13 08:46:00 [INFO] terraform: building graph: GraphTypeRefresh
2019/06/13 08:46:00 [DEBUG] ProviderTransformer: "aws_kinesis_firehose_delivery_stream.brandslangen" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2019/06/13 08:46:00 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_iam_role.rollen - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_kinesis_firehose_delivery_stream.brandslangen - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_s3_bucket.hinken - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.rollen_trust - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
------
2019/06/13 08:46:00 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "aws_s3_bucket.hinken" references: []
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "aws_iam_role.rollen" references: [data.aws_iam_policy_document.rollen_trust]
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "aws_kinesis_firehose_delivery_stream.brandslangen" references: [aws_iam_role.rollen aws_s3_bucket.hinken]
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.rollen_trust" references: []
2019/06/13 08:46:00 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2019-06-13T08:46:00.518+0200 [INFO] plugin: configuring client automatic mTLS
2019-06-13T08:46:00.547+0200 [DEBUG] plugin: starting plugin: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4 args=[/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4]
2019-06-13T08:46:00.563+0200 [DEBUG] plugin: plugin started: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4 pid=87025
2019-06-13T08:46:00.563+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4
2019-06-13T08:46:00.583+0200 [INFO] plugin.terraform-provider-aws_v2.14.0_x4: configuring server automatic mTLS: timestamp=2019-06-13T08:46:00.583+0200
2019-06-13T08:46:00.615+0200 [DEBUG] plugin: using plugin: version=5
2019-06-13T08:46:00.615+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: plugin address: network=unix address=/var/folders/p3/5jj6nq1j34lfk_q3882rbppr0000gn/T/plugin136307116 timestamp=2019-06-13T08:46:00.615+0200
2019-06-13T08:46:00.722+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:00 [INFO] No assume_role block read from configuration
2019-06-13T08:46:00.722+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:00 [INFO] Building AWS auth structure
2019-06-13T08:46:00.722+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:00 [INFO] Setting AWS metadata API timeout to 100ms
2019-06-13T08:46:00.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:00 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-06-13T08:46:00.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:00 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2019-06-13T08:46:00.725+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:00 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:00 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: POST / HTTP/1.1
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: sts.amazonaws.com
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Length: 43
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ce338c31726a3d36f83ec9fbf65dee13505e49b1d051724e7c728ba66e362ad6
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064600Z
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-06-13T08:46:00.726+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Length: 405
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: text/xml
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:00 GMT
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amzn-Requestid: e841e1c5-8da6-11e9-bc9e-fb8ff5f16667
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:01 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <GetCallerIdentityResult>
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Arn>arn:aws:iam::REDACTED:user/REDACTED</Arn>
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <UserId>REDACTED</UserId>
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Account>REDACTED</Account>
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </GetCallerIdentityResult>
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <ResponseMetadata>
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <RequestId>e841e1c5-8da6-11e9-bc9e-fb8ff5f16667</RequestId>
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </ResponseMetadata>
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </GetCallerIdentityResponse>
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:01 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:01 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: POST / HTTP/1.1
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: sts.amazonaws.com
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Length: 43
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=a6e97b08e77b32e91155fddcb106f7c562d59f94910479887e541814af920b77
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064601Z
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-06-13T08:46:01.286+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Length: 405
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: text/xml
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:01 GMT
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amzn-Requestid: e883f3ec-8da6-11e9-b70f-b534c73f8695
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:01 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <GetCallerIdentityResult>
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Arn>arn:aws:iam::REDACTED:user/REDACTED</Arn>
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <UserId>REDACTED</UserId>
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Account>REDACTED</Account>
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </GetCallerIdentityResult>
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <ResponseMetadata>
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <RequestId>e883f3ec-8da6-11e9-b70f-b534c73f8695</RequestId>
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </ResponseMetadata>
2019-06-13T08:46:01.721+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </GetCallerIdentityResponse>
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: POST / HTTP/1.1
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: ec2.eu-west-1.amazonaws.com
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Length: 87
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=fd7d2a39b0febd3e07b96c125a2b10dfd625258160816b6f68d966db5379eb1b
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064601Z
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-06-13T08:46:01.724+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Length: 540
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: text/xml;charset=UTF-8
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:01 GMT
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonEC2
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <requestId>5a52b81d-b8ab-4eb9-8dc4-bfb91492c819</requestId>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <accountAttributeSet>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <item>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <attributeName>supported-platforms</attributeName>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <attributeValueSet>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <item>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <attributeValue>VPC</attributeValue>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </item>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </attributeValueSet>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </item>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </accountAttributeSet>
2019-06-13T08:46:02.052+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </DescribeAccountAttributesResponse>
2019/06/13 08:46:02 [DEBUG] ReferenceTransformer: "aws_s3_bucket.hinken" references: []
2019/06/13 08:46:02 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/06/13 08:46:02 [TRACE] Executing graph transform *terraform.RootTransformer
2019/06/13 08:46:02 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.rollen_trust" references: []
2019/06/13 08:46:02 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/06/13 08:46:02 [TRACE] Executing graph transform *terraform.RootTransformer
2019/06/13 08:46:02 [DEBUG] ReferenceTransformer: "aws_iam_role.rollen" references: []
2019/06/13 08:46:02 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadBucket Details:
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HEAD /hinken.supercorp.io HTTP/1.1
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=209651bdbeaf162a398af69fd2a264ddbea2cd4765528276304ec19d1f59a865
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064602Z
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.061+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetRole Details:
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: POST / HTTP/1.1
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: iam.amazonaws.com
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Length: 49
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=b8e736790f32461baaa4f69dc13070470a85a1cb85dee95f95716896b0b78011
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064602Z
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Action=GetRole&RoleName=rollen&Version=2010-05-08
2019-06-13T08:46:02.062+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadBucket Details:
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:03 GMT
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Bucket-Region: eu-west-1
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: Iq2hATvYG+UjC4kMXdufNmvptk/ohekGrT8UTO5yRRa/cD0Tiqh155CjWESrVQNCDtDSB3zR+Mw=
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: AAB555FB762732BE
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go]
2019-06-13T08:46:02.323+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details:
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?cors= HTTP/1.1
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7bc6389655330c24a5ad8e4f03dd2c7a678d4729a73253fa3c706657b8f5fa72
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064602Z
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.324+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details:
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 404 Not Found
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:02 GMT
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: Gtoh58ioyhHrMmbEwdCTNzagAg8+JKR4evWo/qyRO2njKiTzb76SnHiAYRZZD+vkBdMHqLrX3YM=
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: A2341D8FCA49D95A
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Error><Code>NoSuchCORSConfiguration</Code><Message>The CORS configuration does not exist</Message><BucketName>hinken.supercorp.io</BucketName><RequestId>A2341D8FCA49D95A</RequestId><HostId>Gtoh58ioyhHrMmbEwdCTNzagAg8+JKR4evWo/qyRO2njKiTzb76SnHiAYRZZD+vkBdMHqLrX3YM=</HostId></Error>
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketCors failed, not retrying, error NoSuchCORSConfiguration: The CORS configuration does not exist
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: status code: 404, request id: A2341D8FCA49D95A, host id: Gtoh58ioyhHrMmbEwdCTNzagAg8+JKR4evWo/qyRO2njKiTzb76SnHiAYRZZD+vkBdMHqLrX3YM=
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details:
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?website= HTTP/1.1
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=667df55614b247d1319aaf4ca6990af461b78ed1ce8e45c0533051e5f1a1169e
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064602Z
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.513+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRole Details:
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Length: 802
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: text/xml
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:01 GMT
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amzn-Requestid: e9030ea8-8da6-11e9-9937-a9093f05d4ea
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <GetRoleResult>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Role>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Path>/</Path>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_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%22firehose.amazonaws.com%22%7D%2C%22Action%22%3A%22sts%3AAssumeRole%22%7D%5D%7D</AssumeRolePolicyDocument>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <MaxSessionDuration>3600</MaxSessionDuration>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <RoleId>AROAYHBJEGENLILMFPKHK</RoleId>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <RoleName>rollen</RoleName>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Arn>arn:aws:iam::REDACTED:role/rollen</Arn>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <CreateDate>2019-06-13T06:21:21Z</CreateDate>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </Role>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </GetRoleResult>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <ResponseMetadata>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <RequestId>e9030ea8-8da6-11e9-9937-a9093f05d4ea</RequestId>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </ResponseMetadata>
2019-06-13T08:46:02.582+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </GetRoleResponse>
2019/06/13 08:46:02 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/06/13 08:46:02 [TRACE] EvalWriteState: writing current state object for aws_iam_role.rollen
2019/06/13 08:46:02 [TRACE] [walkRefresh] Exiting eval tree: aws_iam_role.rollen
2019/06/13 08:46:02 [TRACE] vertex "aws_iam_role.rollen": visit complete
2019/06/13 08:46:02 [TRACE] vertex "aws_iam_role.rollen": dynamic subgraph completed successfully
2019/06/13 08:46:02 [TRACE] vertex "aws_iam_role.rollen": visit complete
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details:
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 404 Not Found
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:02 GMT
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: eFKkb54a76uAollT7zJijZckAleJYqBAtD131VOS9OLEIphhUpsffGCdXkE1s+8U/AecRQNPmTk=
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: 9EFF42AFD9C8F184
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Error><Code>NoSuchWebsiteConfiguration</Code><Message>The specified bucket does not have a website configuration</Message><BucketName>hinken.supercorp.io</BucketName><RequestId>9EFF42AFD9C8F184</RequestId><HostId>eFKkb54a76uAollT7zJijZckAleJYqBAtD131VOS9OLEIphhUpsffGCdXkE1s+8U/AecRQNPmTk=</HostId></Error>
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketWebsite failed, not retrying, error NoSuchWebsiteConfiguration: The specified bucket does not have a website configuration
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: status code: 404, request id: 9EFF42AFD9C8F184, host id: eFKkb54a76uAollT7zJijZckAleJYqBAtD131VOS9OLEIphhUpsffGCdXkE1s+8U/AecRQNPmTk=
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details:
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?versioning= HTTP/1.1
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a4936bb4db48a98e789980db92b09778d57952e80b69bde166b1bae1b237ebac
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064602Z
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.707+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.873+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details:
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:03 GMT
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: Giajtai7SQvanAXJhy5ch5MYVoFxdGn0xNVPiMO6LowapZGno5ik4j4FTkbBn69Bcts41/OPnog=
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: B4FBC94B02BC8A48
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:02 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details:
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?accelerate= HTTP/1.1
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=556a7096ba988b4341f68a023e57c6604faf0b143a03263914583301add738c8
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064602Z
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:02.874+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details:
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:04 GMT
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: 89xBKXW7dx6SULcfnNKoG0y4AW+ZaaSIT+9kS0I+SAF8eqIyk4P2aLlNeU8H6wQbK8J4AWs9B5Q=
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: E59331587A0DE90A
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/>
2019-06-13T08:46:03.053+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details:
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?requestPayment= HTTP/1.1
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=d96a2012cea80a7fb9d3389a10b2ba5f517f8e8a88d8b4d8e8f9296992a75025
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064603Z
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.054+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details:
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:04 GMT
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: eB59ILLUbe65mpwFZNiUn2M5j2W3PtFB68gMSLRfE6CXq0IKopPKQQdZyaqup34jkS52fnz/ftE=
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: 35BE53F71C4829E0
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration>
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details:
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?logging= HTTP/1.1
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=52f49909f5355a8d13aac0a4459be1107c6ed72e64657d6890c9d6a030169b87
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064603Z
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.244+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details:
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Length: 289
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:04 GMT
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: pUc8UHITpoRZf7nS1FHZIpxbsM/afch09HL8jeVv/wra1RIIn801NRmZqtF7498kg5kiDdm63JQ=
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: EF8591C677DC49AF
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>-->
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: </BucketLoggingStatus>
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details:
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?lifecycle= HTTP/1.1
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=7b50e0c5287e1d0bbea75a0ce27acc06eae86e0334d089527d116dbb7a94690e
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064603Z
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.430+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details:
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 404 Not Found
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:03 GMT
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: 1/KTeCE/Uk82QqPRhR5hbI4NYxqei3+Q1/6zFUJYgBFa0NuDjIKZ43q68VL4P/4eGaKkCxsqjEs=
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: 4E031D7227C0D65D
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Error><Code>NoSuchLifecycleConfiguration</Code><Message>The lifecycle configuration does not exist</Message><BucketName>hinken.supercorp.io</BucketName><RequestId>4E031D7227C0D65D</RequestId><HostId>1/KTeCE/Uk82QqPRhR5hbI4NYxqei3+Q1/6zFUJYgBFa0NuDjIKZ43q68VL4P/4eGaKkCxsqjEs=</HostId></Error>
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketLifecycleConfiguration failed, not retrying, error NoSuchLifecycleConfiguration: The lifecycle configuration does not exist
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: status code: 404, request id: 4E031D7227C0D65D, host id: 1/KTeCE/Uk82QqPRhR5hbI4NYxqei3+Q1/6zFUJYgBFa0NuDjIKZ43q68VL4P/4eGaKkCxsqjEs=
2019-06-13T08:46:03.607+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details:
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?replication= HTTP/1.1
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0c936b8db65314d7cd9c401f59849112fda10a902906075778eeef4d93ea6af7
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064603Z
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.608+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details:
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 404 Not Found
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:03 GMT
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: RBT0sljiXWiLkJg/+exS9LeuOcoh0bzdOsvilBLEVgSDov+xsk299xDJSi8PCeQvTGCyHGs1EMY=
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: 81CD19D237465EC1
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Error><Code>ReplicationConfigurationNotFoundError</Code><Message>The replication configuration was not found</Message><BucketName>hinken.supercorp.io</BucketName><RequestId>81CD19D237465EC1</RequestId><HostId>RBT0sljiXWiLkJg/+exS9LeuOcoh0bzdOsvilBLEVgSDov+xsk299xDJSi8PCeQvTGCyHGs1EMY=</HostId></Error>
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, not retrying, error ReplicationConfigurationNotFoundError: The replication configuration was not found
2019-06-13T08:46:03.780+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: status code: 404, request id: 81CD19D237465EC1, host id: RBT0sljiXWiLkJg/+exS9LeuOcoh0bzdOsvilBLEVgSDov+xsk299xDJSi8PCeQvTGCyHGs1EMY=
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketEncryption Details:
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?encryption= HTTP/1.1
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=0b748b4bcc39a2098a008e79380e47981d9dbf64776de7f271d259f5f8663ef7
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064603Z
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.781+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketEncryption Details:
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 404 Not Found
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:03 GMT
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: pymZY0xDc9fdgusaIK7L2l2czUNUK0LMWyXGA1LEtLJI1DyHYww0cc9LJiXaMdUHLXzPo984+/Q=
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: 45C1798A506A1226
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Error><Code>ServerSideEncryptionConfigurationNotFoundError</Code><Message>The server side encryption configuration was not found</Message><BucketName>hinken.supercorp.io</BucketName><RequestId>45C1798A506A1226</RequestId><HostId>pymZY0xDc9fdgusaIK7L2l2czUNUK0LMWyXGA1LEtLJI1DyHYww0cc9LJiXaMdUHLXzPo984+/Q=</HostId></Error>
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketEncryption failed, not retrying, error ServerSideEncryptionConfigurationNotFoundError: The server side encryption configuration was not found
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: status code: 404, request id: 45C1798A506A1226, host id: pymZY0xDc9fdgusaIK7L2l2czUNUK0LMWyXGA1LEtLJI1DyHYww0cc9LJiXaMdUHLXzPo984+/Q=
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:03 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetObjectLockConfiguration Details:
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?object-lock= HTTP/1.1
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=da048b8f7ab2fba3d51c442112e108cfbe5e52abf599328bb89650d6d3796f9f
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064603Z
2019-06-13T08:46:03.978+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:03.979+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.979+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:03.979+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:04.167+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetObjectLockConfiguration Details:
2019-06-13T08:46:04.167+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:04.167+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 404 Not Found
2019-06-13T08:46:04.167+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:04.167+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:03 GMT
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: xd3HEgOpStCQqGKYZ2MjjSsbiyI+elmOxAG3mq2X9CYRKLehhrlWlMkYBzBaujOGYlotBrxq8BY=
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: 41BA748FD60A023B
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Error><Code>ObjectLockConfigurationNotFoundError</Code><Message>Object Lock configuration does not exist for this bucket</Message><BucketName>hinken.supercorp.io</BucketName><RequestId>41BA748FD60A023B</RequestId><HostId>xd3HEgOpStCQqGKYZ2MjjSsbiyI+elmOxAG3mq2X9CYRKLehhrlWlMkYBzBaujOGYlotBrxq8BY=</HostId></Error>
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetObjectLockConfiguration failed, not retrying, error ObjectLockConfigurationNotFoundError: Object Lock configuration does not exist for this bucket
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: status code: 404, request id: 41BA748FD60A023B, host id: xd3HEgOpStCQqGKYZ2MjjSsbiyI+elmOxAG3mq2X9CYRKLehhrlWlMkYBzBaujOGYlotBrxq8BY=
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] Waiting for state to become: [success]
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details:
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?location= HTTP/1.1
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=f7892ff8aff91ec39ef53b88c50192f5d9f9ab36f76860d28ae6f652fd1cfd03
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064604Z
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.168+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:04.353+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details:
2019-06-13T08:46:04.353+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:04.353+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 200 OK
2019-06-13T08:46:04.353+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:04.353+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:05 GMT
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: cyRcBT35VYK3sdOypT/ytbYItgJnmXRTe4aguOUFzoSjC4qZClq3jd5IKOteguHQK/IR1hApZRA=
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: 1B9D3C41AAEA3C24
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/">eu-west-1</LocationConstraint>
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details:
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: GET /hinken.supercorp.io?tagging= HTTP/1.1
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Host: s3.eu-west-1.amazonaws.com
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: User-Agent: aws-sdk-go/1.19.42 (go1.12.5; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.1
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=REDACTED/20190613/eu-west-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=097052a330c9d4a0a016155d7ed33e765d2260073338a532bc005ddf3a34300d
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Date: 20190613T064604Z
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Accept-Encoding: gzip
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.354+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details:
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: ---[ RESPONSE ]--------------------------------------
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: HTTP/1.1 404 Not Found
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Connection: close
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Transfer-Encoding: chunked
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Content-Type: application/xml
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Date: Thu, 13 Jun 2019 06:46:04 GMT
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: Server: AmazonS3
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Id-2: X9oT6CvEUBsS6seajSm75ufYVvCAJ5FI5Twx/poRiDao6IPC22D+TNnIbXa3qn5ytJdQdo0yT8I=
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: X-Amz-Request-Id: E81CB2F2A51C03C1
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4:
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: -----------------------------------------------------
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: <Error><Code>NoSuchTagSet</Code><Message>The TagSet does not exist</Message><BucketName>hinken.supercorp.io</BucketName><RequestId>E81CB2F2A51C03C1</RequestId><HostId>X9oT6CvEUBsS6seajSm75ufYVvCAJ5FI5Twx/poRiDao6IPC22D+TNnIbXa3qn5ytJdQdo0yT8I=</HostId></Error>
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: 2019/06/13 08:46:04 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketTagging failed, not retrying, error NoSuchTagSet: The TagSet does not exist
2019-06-13T08:46:04.562+0200 [DEBUG] plugin.terraform-provider-aws_v2.14.0_x4: status code: 404, request id: E81CB2F2A51C03C1, host id: X9oT6CvEUBsS6seajSm75ufYVvCAJ5FI5Twx/poRiDao6IPC22D+TNnIbXa3qn5ytJdQdo0yT8I=
2019/06/13 08:46:04 [DEBUG] ReferenceTransformer: "aws_kinesis_firehose_delivery_stream.brandslangen" references: []
2019/06/13 08:46:04 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/06/13 08:46:04 [TRACE] Executing graph transform *terraform.RootTransformer
2019/06/13 08:46:04 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/06/13 08:46:04 [TRACE] vertex "aws_kinesis_firehose_delivery_stream.brandslangen": entering dynamic subgraph
2019/06/13 08:46:04 [TRACE] dag/walk: updating graph
2019/06/13 08:46:04 [ERROR] <root>: eval: *terraform.EvalReadState, err: insufficient items for attribute "output_format_configuration"; must have at least 1
2019/06/13 08:46:04 [ERROR] <root>: eval: *terraform.EvalSequence, err: insufficient items for attribute "output_format_configuration"; must have at least 1
2019/06/13 08:46:04 [TRACE] [walkRefresh] Exiting eval tree: aws_kinesis_firehose_delivery_stream.brandslangen
2019/06/13 08:46:04 [TRACE] vertex "aws_kinesis_firehose_delivery_stream.brandslangen": visit complete
2019/06/13 08:46:04 [TRACE] vertex "aws_kinesis_firehose_delivery_stream.brandslangen": dynamic subgraph encountered errors

Error: insufficient items for attribute "output_format_configuration"; must have at least 1

2019-06-13T08:46:04.575+0200 [DEBUG] plugin: plugin process exited: path=/Users/REDACTED/src/foo/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.14.0_x4 pid=87025
2019-06-13T08:46:04.575+0200 [DEBUG] plugin: plugin exited
{
"version": 4,
"terraform_version": "0.12.1",
"serial": 22,
"lineage": "6e7153de-c65b-ad06-49b0-16ff442cd9bb",
"outputs": {},
"resources": [
{
"mode": "data",
"type": "aws_iam_policy_document",
"name": "rollen_trust",
"provider": "provider.aws",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "2320068715",
"json": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"firehose.amazonaws.com\"\n }\n }\n ]\n}",
"override_json": null,
"policy_id": null,
"source_json": null,
"statement": [
{
"actions": [
"sts:AssumeRole"
],
"condition": [],
"effect": "Allow",
"not_actions": [],
"not_principals": [],
"not_resources": [],
"principals": [
{
"identifiers": [
"firehose.amazonaws.com"
],
"type": "Service"
}
],
"resources": [],
"sid": ""
}
],
"version": "2012-10-17"
}
}
]
},
{
"mode": "managed",
"type": "aws_iam_role",
"name": "rollen",
"provider": "provider.aws",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:iam::REDACTED:role/rollen",
"assume_role_policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"firehose.amazonaws.com\"},\"Action\":\"sts:AssumeRole\"}]}",
"create_date": "2019-06-13T06:21:21Z",
"description": "",
"force_detach_policies": false,
"id": "rollen",
"max_session_duration": 3600,
"name": "rollen",
"name_prefix": null,
"path": "/",
"permissions_boundary": null,
"tags": {},
"unique_id": "AROAYHBJEGENLILMFPKHK"
},
"depends_on": [
"data.aws_iam_policy_document.rollen_trust"
]
}
]
},
{
"mode": "managed",
"type": "aws_kinesis_firehose_delivery_stream",
"name": "brandslangen",
"provider": "provider.aws",
"instances": [
{
"schema_version": 1,
"attributes": {
"arn": "arn:aws:firehose:eu-west-1:REDACTED:deliverystream/brandslangen",
"destination": "extended_s3",
"destination_id": "destinationId-000000000001",
"elasticsearch_configuration": [],
"extended_s3_configuration": [
{
"bucket_arn": "arn:aws:s3:::hinken.supercorp.io",
"buffer_interval": 300,
"buffer_size": 5,
"cloudwatch_logging_options": [
{
"enabled": false,
"log_group_name": "",
"log_stream_name": ""
}
],
"compression_format": "UNCOMPRESSED",
"data_format_conversion_configuration": [
{
"enabled": false,
"input_format_configuration": [],
"output_format_configuration": [],
"schema_configuration": []
}
],
"error_output_prefix": "",
"kms_key_arn": "",
"prefix": "",
"processing_configuration": [
{
"enabled": false,
"processors": []
}
],
"role_arn": "arn:aws:iam::REDACTED:role/rollen",
"s3_backup_configuration": [],
"s3_backup_mode": "Disabled"
}
],
"id": "arn:aws:firehose:eu-west-1:REDACTED:deliverystream/brandslangen",
"kinesis_source_configuration": [],
"name": "brandslangen",
"redshift_configuration": [],
"s3_configuration": [],
"splunk_configuration": [],
"tags": {},
"version_id": "2"
},
"depends_on": [
"aws_iam_role.rollen",
"aws_s3_bucket.hinken"
]
}
]
},
{
"mode": "managed",
"type": "aws_s3_bucket",
"name": "hinken",
"provider": "provider.aws",
"instances": [
{
"schema_version": 0,
"attributes": {
"acceleration_status": "",
"acl": "private",
"arn": "arn:aws:s3:::hinken.supercorp.io",
"bucket": "hinken.supercorp.io",
"bucket_domain_name": "hinken.supercorp.io.s3.amazonaws.com",
"bucket_prefix": null,
"bucket_regional_domain_name": "hinken.supercorp.io.s3.eu-west-1.amazonaws.com",
"cors_rule": [],
"force_destroy": false,
"hosted_zone_id": "Z1BKCTXD74EZPE",
"id": "hinken.supercorp.io",
"lifecycle_rule": [],
"logging": [],
"object_lock_configuration": [],
"policy": null,
"region": "eu-west-1",
"replication_configuration": [],
"request_payer": "BucketOwner",
"server_side_encryption_configuration": [],
"tags": {},
"versioning": [
{
"enabled": false,
"mfa_delete": false
}
],
"website": [],
"website_domain": null,
"website_endpoint": null
}
}
]
}
]
}
{
"version": 4,
"terraform_version": "0.12.1",
"serial": 21,
"lineage": "6e7153de-c65b-ad06-49b0-16ff442cd9bb",
"outputs": {},
"resources": [
{
"mode": "data",
"type": "aws_iam_policy_document",
"name": "rollen_trust",
"provider": "provider.aws",
"instances": [
{
"schema_version": 0,
"attributes": {
"id": "2320068715",
"json": "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Sid\": \"\",\n \"Effect\": \"Allow\",\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": {\n \"Service\": \"firehose.amazonaws.com\"\n }\n }\n ]\n}",
"override_json": null,
"policy_id": null,
"source_json": null,
"statement": [
{
"actions": [
"sts:AssumeRole"
],
"condition": [],
"effect": "Allow",
"not_actions": [],
"not_principals": [],
"not_resources": [],
"principals": [
{
"identifiers": [
"firehose.amazonaws.com"
],
"type": "Service"
}
],
"resources": [],
"sid": ""
}
],
"version": "2012-10-17"
}
}
]
},
{
"mode": "managed",
"type": "aws_iam_role",
"name": "rollen",
"provider": "provider.aws",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:iam::REDACTED:role/rollen",
"assume_role_policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"firehose.amazonaws.com\"},\"Action\":\"sts:AssumeRole\"}]}",
"create_date": "2019-06-13T06:21:21Z",
"description": "",
"force_detach_policies": false,
"id": "rollen",
"max_session_duration": 3600,
"name": "rollen",
"name_prefix": null,
"path": "/",
"permissions_boundary": null,
"tags": null,
"unique_id": "AROAYHBJEGENLILMFPKHK"
},
"depends_on": [
"data.aws_iam_policy_document.rollen_trust"
]
}
]
},
{
"mode": "managed",
"type": "aws_kinesis_firehose_delivery_stream",
"name": "brandslangen",
"provider": "provider.aws",
"instances": [
{
"schema_version": 1,
"attributes": {
"arn": "arn:aws:firehose:eu-west-1:REDACTED:deliverystream/brandslangen",
"destination": "extended_s3",
"destination_id": "destinationId-000000000001",
"elasticsearch_configuration": [],
"extended_s3_configuration": [
{
"bucket_arn": "arn:aws:s3:::hinken.supercorp.io",
"buffer_interval": 300,
"buffer_size": 5,
"cloudwatch_logging_options": [
{
"enabled": false,
"log_group_name": "",
"log_stream_name": ""
}
],
"compression_format": "UNCOMPRESSED",
"data_format_conversion_configuration": [],
"error_output_prefix": "",
"kms_key_arn": "",
"prefix": "",
"processing_configuration": [],
"role_arn": "arn:aws:iam::REDACTED:role/rollen",
"s3_backup_configuration": [],
"s3_backup_mode": "Disabled"
}
],
"id": "arn:aws:firehose:eu-west-1:REDACTED:deliverystream/brandslangen",
"kinesis_source_configuration": [],
"name": "brandslangen",
"redshift_configuration": [],
"s3_configuration": [],
"splunk_configuration": [],
"tags": null,
"version_id": "1"
},
"depends_on": [
"aws_iam_role.rollen",
"aws_s3_bucket.hinken"
]
}
]
},
{
"mode": "managed",
"type": "aws_s3_bucket",
"name": "hinken",
"provider": "provider.aws",
"instances": [
{
"schema_version": 0,
"attributes": {
"acceleration_status": "",
"acl": "private",
"arn": "arn:aws:s3:::hinken.supercorp.io",
"bucket": "hinken.supercorp.io",
"bucket_domain_name": "hinken.supercorp.io.s3.amazonaws.com",
"bucket_prefix": null,
"bucket_regional_domain_name": "hinken.supercorp.io.s3.eu-west-1.amazonaws.com",
"cors_rule": [],
"force_destroy": false,
"hosted_zone_id": "Z1BKCTXD74EZPE",
"id": "hinken.supercorp.io",
"lifecycle_rule": [],
"logging": [],
"object_lock_configuration": [],
"policy": null,
"region": "eu-west-1",
"replication_configuration": [],
"request_payer": "BucketOwner",
"server_side_encryption_configuration": [],
"tags": null,
"versioning": [
{
"enabled": false,
"mfa_delete": false
}
],
"website": [],
"website_domain": null,
"website_endpoint": null
}
}
]
}
]
}
{
"DeliveryStreamDescription": {
"DeliveryStreamName": "brandslangen",
"DeliveryStreamARN": "arn:aws:firehose:eu-west-1:REDACTED:deliverystream/brandslangen",
"DeliveryStreamStatus": "ACTIVE",
"DeliveryStreamEncryptionConfiguration": {
"Status": "DISABLED"
},
"DeliveryStreamType": "DirectPut",
"VersionId": "2",
"CreateTimestamp": 1560406891.776,
"LastUpdateTimestamp": 1560407082.658,
"Destinations": [
{
"DestinationId": "destinationId-000000000001",
"S3DestinationDescription": {
"RoleARN": "arn:aws:iam::REDACTED:role/rollen",
"BucketARN": "arn:aws:s3:::hinken.supercorp.io",
"Prefix": "",
"ErrorOutputPrefix": "",
"BufferingHints": {
"SizeInMBs": 5,
"IntervalInSeconds": 300
},
"CompressionFormat": "UNCOMPRESSED",
"EncryptionConfiguration": {
"NoEncryptionConfig": "NoEncryption"
},
"CloudWatchLoggingOptions": {
"Enabled": false
}
},
"ExtendedS3DestinationDescription": {
"RoleARN": "arn:aws:iam::REDACTED:role/rollen",
"BucketARN": "arn:aws:s3:::hinken.supercorp.io",
"Prefix": "",
"ErrorOutputPrefix": "",
"BufferingHints": {
"SizeInMBs": 5,
"IntervalInSeconds": 300
},
"CompressionFormat": "UNCOMPRESSED",
"EncryptionConfiguration": {
"NoEncryptionConfig": "NoEncryption"
},
"CloudWatchLoggingOptions": {
"Enabled": false
},
"ProcessingConfiguration": {
"Enabled": false,
"Processors": []
},
"S3BackupMode": "Disabled",
"DataFormatConversionConfiguration": {
"Enabled": false
}
}
}
],
"HasMoreDestinations": false
}
}
{
"DeliveryStreamDescription": {
"DeliveryStreamName": "brandslangen",
"DeliveryStreamARN": "arn:aws:firehose:eu-west-1:REDACTED:deliverystream/brandslangen",
"DeliveryStreamStatus": "ACTIVE",
"DeliveryStreamEncryptionConfiguration": {
"Status": "DISABLED"
},
"DeliveryStreamType": "DirectPut",
"VersionId": "1",
"CreateTimestamp": 1560406891.776,
"Destinations": [
{
"DestinationId": "destinationId-000000000001",
"S3DestinationDescription": {
"RoleARN": "arn:aws:iam::REDACTED:role/rollen",
"BucketARN": "arn:aws:s3:::hinken.supercorp.io",
"Prefix": "",
"BufferingHints": {
"SizeInMBs": 5,
"IntervalInSeconds": 300
},
"CompressionFormat": "UNCOMPRESSED",
"EncryptionConfiguration": {
"NoEncryptionConfig": "NoEncryption"
},
"CloudWatchLoggingOptions": {
"Enabled": false
}
},
"ExtendedS3DestinationDescription": {
"RoleARN": "arn:aws:iam::REDACTED:role/rollen",
"BucketARN": "arn:aws:s3:::hinken.supercorp.io",
"Prefix": "",
"BufferingHints": {
"SizeInMBs": 5,
"IntervalInSeconds": 300
},
"CompressionFormat": "UNCOMPRESSED",
"EncryptionConfiguration": {
"NoEncryptionConfig": "NoEncryption"
},
"CloudWatchLoggingOptions": {
"Enabled": false
},
"S3BackupMode": "Disabled"
}
}
],
"HasMoreDestinations": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment