Created
February 14, 2018 21:06
-
-
Save rexroof/f6562cf49d7e308b21ddda4750a549fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ TF_LOG=DEBUG terraform apply | |
2018/02/14 16:02:59 [INFO] Terraform version: 0.11.3 | |
2018/02/14 16:02:59 [INFO] Go runtime version: go1.9.3 | |
2018/02/14 16:02:59 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.3/bin/terraform", "apply"} | |
2018/02/14 16:02:59 [DEBUG] Attempting to open CLI config file: /Users/rex/.terraformrc | |
2018/02/14 16:02:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018/02/14 16:02:59 [INFO] CLI command args: []string{"apply"} | |
2018/02/14 16:02:59 [INFO] command: empty terraform config, returning nil | |
2018/02/14 16:02:59 [DEBUG] command: no data state file found for backend config | |
2018/02/14 16:02:59 [DEBUG] New state was assigned lineage "cb933b4d-7edf-4d44-a07c-43241ed18fb8" | |
2018/02/14 16:02:59 [INFO] command: backend initialized: <nil> | |
2018/02/14 16:02:59 [DEBUG] checking for provider in "." | |
2018/02/14 16:02:59 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.3/bin" | |
2018/02/14 16:02:59 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2018/02/14 16:02:59 [DEBUG] found provider "terraform-provider-aws_v1.9.0_x4" | |
2018/02/14 16:02:59 [DEBUG] found provider "terraform-provider-random_v1.1.0_x4" | |
2018/02/14 16:02:59 [DEBUG] found valid plugin: "random", "1.1.0", "/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-random_v1.1.0_x4" | |
2018/02/14 16:02:59 [DEBUG] found valid plugin: "aws", "1.9.0", "/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4" | |
2018/02/14 16:02:59 [DEBUG] checking for provisioner in "." | |
2018/02/14 16:02:59 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.3/bin" | |
2018/02/14 16:02:59 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" | |
2018/02/14 16:02:59 [INFO] command: backend <nil> is not enhanced, wrapping in local | |
2018/02/14 16:02:59 [INFO] backend/local: starting Apply operation | |
2018/02/14 16:02:59 [INFO] terraform: building graph: GraphTypeInput | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_iam_role_policy.inline-policy": aws_iam_role_policy.inline-policy | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_kinesis_firehose_delivery_stream.fh_stream": aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "data.aws_region.current": data.aws_region.current | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "random_string.rand": random_string.rand | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_kinesis_stream.stream": aws_kinesis_stream.stream | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_s3_bucket.bucket": aws_s3_bucket.bucket | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_iam_role.firehose-role": aws_iam_role.firehose-role | |
2018/02/14 16:02:59 [DEBUG] resource data.aws_region.current using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource aws_kinesis_stream.stream using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource aws_iam_role.firehose-role using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource aws_kinesis_firehose_delivery_stream.fh_stream using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource random_string.rand using provider provider.random | |
2018/02/14 16:02:59 [DEBUG] resource aws_s3_bucket.bucket using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource aws_iam_role_policy.inline-policy using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.inline-policy" references: [aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket var.stream_name] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "provider.random" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [data.aws_region.current random_string.rand var.stream_name] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [var.stream_name] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_kinesis_firehose_delivery_stream.fh_stream" references: [aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket var.stream_name] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [var.stream_name] | |
iam_role.firehose-role - *terraform.NodeAbstractResource | |
aws_kinesis_stream.stream - *terraform.NodeAbstractResource | |
aws_s3_bucket.bucket - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeAbstractResource | |
aws_iam_role.firehose-role - *terraform.NodeAbstractResource | |
aws_kinesis_stream.stream - *terraform.NodeAbstractResource | |
aws_s3_bucket.bucket - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_stream.stream - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_s3_bucket.bucket - *terraform.NodeAbstractResource | |
data.aws_region.current - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeAbstractResource | |
var.stream_name - *terraform.NodeRootVariable | |
data.aws_region.current - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_iam_role.firehose-role - *terraform.NodeAbstractResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeAbstractResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeAbstractResource | |
aws_kinesis_stream.stream - *terraform.NodeAbstractResource | |
aws_s3_bucket.bucket - *terraform.NodeAbstractResource | |
data.aws_region.current - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeAbstractResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeAbstractResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
bstractResource | |
aws_iam_role.firehose-role - *terraform.NodeAbstractResource | |
aws_kinesis_stream.stream - *terraform.NodeAbstractResource | |
aws_s3_bucket.bucket - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_stream.stream - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_s3_bucket.bucket - *terraform.NodeAbstractResource | |
data.aws_region.current - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeAbstractResource | |
var.stream_name - *terraform.NodeRootVariable | |
data.aws_region.current - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_iam_role.firehose-role - *terraform.NodeAbstractResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeAbstractResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeAbstractResource | |
aws_kinesis_stream.stream - *terraform.NodeAbstractResource | |
aws_s3_bucket.bucket - *terraform.NodeAbstractResource | |
data.aws_region.current - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeAbstractResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role.firehose-role - *terraform.NodeAbstractResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeAbstractResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeAbstractResource | |
aws_kinesis_stream.stream - *terraform.NodeAbstractResource | |
aws_s3_bucket.bucket - *terraform.NodeAbstractResource | |
data.aws_region.current - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeAbstractResource | |
random_string.rand - *terraform.NodeAbstractResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
orm.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_s3_bucket.bucket - *terraform.NodeAbstractResource | |
data.aws_region.current - *terraform.NodeAbstractResource | |
random_string.rand - *terraform.NodeAbstractResource | |
var.stream_name - *terraform.NodeRootVariable | |
data.aws_region.current - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_iam_role_policy.inline-policy - *terraform.NodeAbstractResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeAbstractResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodeAbstractResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeAbstractResource | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
random_string.rand - *terraform.NodeAbstractResource | |
random_string.rand - *terraform.NodeAbstractResource | |
provider.random - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:02:59 [DEBUG] Starting graph walk: walkInput | |
2018-02-14T16:02:59.458-0500 [DEBUG] plugin: starting plugin: path=/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4 args=[/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4] | |
2018-02-14T16:02:59.463-0500 [DEBUG] plugin: waiting for RPC address: path=/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4 | |
2018-02-14T16:02:59.473-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: plugin address: timestamp=2018-02-14T16:02:59.472-0500 network=unix address=/var/folders/h5/hq03f5yx4fn8jmfy7fvv55400000gn/T/plugin727051505 | |
2018-02-14T16:02:59.477-0500 [DEBUG] plugin: starting plugin: path=/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-random_v1.1.0_x4 args=[/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-random_v1.1.0_x4] | |
2018-02-14T16:02:59.480-0500 [DEBUG] plugin: waiting for RPC address: path=/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-random_v1.1.0_x4 | |
2018-02-14T16:02:59.488-0500 [DEBUG] plugin.terraform-provider-random_v1.1.0_x4: 2018/02/14 16:02:59 [DEBUG] plugin: plugin address: unix /var/folders/h5/hq03f5yx4fn8jmfy7fvv55400000gn/T/plugin518426636 | |
2018/02/14 16:02:59 [INFO] terraform: building graph: GraphTypeValidate | |
2018/02/14 16:02:59 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "data.aws_region.current": data.aws_region.current | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "random_string.rand": random_string.rand | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_kinesis_stream.stream": aws_kinesis_stream.stream | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_s3_bucket.bucket": aws_s3_bucket.bucket | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_iam_role.firehose-role": aws_iam_role.firehose-role | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_iam_role_policy.inline-policy": aws_iam_role_policy.inline-policy | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_kinesis_firehose_delivery_stream.fh_stream": aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
data.aws_region.current - *terraform.NodeValidatableResource | |
random_string.rand - *terraform.NodeValidatableResource | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
data.aws_region.current - *terraform.NodeValidatableResource | |
random_string.rand - *terraform.NodeValidatableResource | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:02:59 [DEBUG] resource aws_s3_bucket.bucket using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource aws_iam_role_policy.inline-policy using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource data.aws_region.current using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource random_string.rand using provider provider.random | |
2018/02/14 16:02:59 [DEBUG] resource aws_kinesis_firehose_delivery_stream.fh_stream using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource aws_kinesis_stream.stream using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] resource aws_iam_role.firehose-role using provider provider.aws | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeValidatableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeVali - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [data.aws_region.current random_string.rand var.stream_name] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.inline-policy" references: [aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket var.stream_name] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [var.stream_name] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [var.stream_name] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_kinesis_firehose_delivery_stream.fh_stream" references: [aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket var.stream_name] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "provider.random" references: [] | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraeam_name - *terraform.NodeRootVariable | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeValidatableResource | |
var.stream_name - *terraform.NodeRootVariable | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeValidatableResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeAariable | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeValidatableResource | |
var.stream_name - *terraform.NodeRootVariable | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeValidatableResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeValidatableResource | |
random_string.rand - *terraform.NodeValidatableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 esource | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_s3_bucket.bucket - *terraform.NodeValidatableResource | |
data.aws_region.current - *terraform.NodeValidatableResource | |
random_string.rand - *terraform.NodeValidatableResource | |
var.stream_name - *terraform.NodeRootVariable | |
data.aws_region.current - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResource | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
random_string.rand - *terraform.NodeValidatableResource | |
random_string.rand - *terraform.NodeValidatableResource | |
provider.random - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:02:59 [DEBUG] Starting graph walk: walkValidate | |
2018/02/14 16:02:59 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.bucket" | |
2018/02/14 16:02:59 [TRACE] dag/walk: added new vertex: "root" | |
2018/02/14 16:02:59 [TRACE] dag/walk: added new vertex: "data.aws_region.current" | |
2018/02/14 16:02:59 [TRACE] dag/walk: added new vertex: "random_string.rand" | |
2018/02/14 16:02:59 [TRACE] dag/walk: added new vertex: "provider.awsform.NodeValidatableResourceInstance | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_iam_role.firehose-role": aws_iam_role.firehose-role | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "aws_kinesis_stream.stream": aws_kinesis_stream.stream | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [] | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:02:59 [TRACE] dag/walk: added new vertex: "aws_iam_role.firehose-role" | |
2018/02/14 16:02:59 [TRACE] dag/walk: added new vertex: "aws_kinesis_stream.stream" | |
2018/02/14 16:02:59 [TRACE] dag/walk: walking "aws_iam_role.firehose-role" | |
2018/02/14 16:02:59 [TRACE] dag/walk: walking "aws_kinesis_stream.stream" | |
2018/02/14 16:02:59 [TRACE] vertex 'root.aws_kinesis_stream.stream': walking | |
2018/02/12018/02/14 16:02:59 [INFO] backend/local: apply calling Refresh | |
2018/02/14 16:02:59 [INFO] terraform: building graph: GraphTypeRefresh | |
2018/02/14 16:02:59 [TRACE] No managed resources in state during refresh, skipping managed resource transformer | |
2018/02/14 16:02:59 [DEBUG] Resource state not found for "data.aws_region.current": data.aws_region.current | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
data.aws_region.current - *terraform.NodeRefreshableDataResource | |
2018/02/14 16:02:59 [DEBUG] resource data.aws_region.current using provider provider.aws | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:02:59 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:02:59 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
data.aws_region.current - *terraform.NodeRefreshableDataResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
:59.532-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:02:59 [INFO] Building AWS region structure | |
2018-02-14T16:02:59.532-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:02:59 [INFO] Building AWS auth structure | |
2018-02-14T16:02:59.532-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:02:59 [INFO] Setting AWS metadata API timeout to 100ms | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [INFO] Initializing DeviceFarm SDK connection | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sts.amazonaws.com | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 43 | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=532b902806f91eff3f53c59136261b897bacec1567831bc53e043f81eecb81a1 | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210300Z | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-02-14T16:03:00.269-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 419 | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:02:59 GMT | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 7098108f-11ca-11e8-87c0-199cebb1db7a | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-02-14T16:03:00.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetCallerIdentityResult> | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Account>702151822554</Account> | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResult> | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>7098108f-11ca-11e8-87c0-199cebb1db7a</RequestId> | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResponse> | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 33 | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=1356ae268069c3ffd1034dc10677f062644a5827b920fdbe21e9575bfc52fb63 | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210300Z | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-02-14T16:03:00.515-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 557 | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:00 GMT | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 70bb022f-11ca-11e8-9a21-33c6d2c96c93 | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetUserResult> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <User> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PasswordLastUsed>2018-02-14T15:01:07Z</PasswordLastUsed> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserName>[email protected]</UserName> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2015-01-12T15:34:16Z</CreateDate> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </User> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResult> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>70bb022f-11ca-11e8-9a21-33c6d2c96c93</RequestId> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResponse> | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: ec2.us-east-1.amazonaws.com | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 87 | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2b23ca7b76e42bdafb52a59a12b9941a0f82e95ac1d0d49134cd96851c53fc87 | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210300Z | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:00.744-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-02-14T16:03:00.745-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:00 GMT | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonEC2 | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Vary: Accept-Encoding | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <requestId>21ee8feb-9b06-4931-839a-ce497d555094</requestId> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <accountAttributeSet> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValueSet> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>EC2</attributeValue> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>VPC</attributeValue> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </attributeValueSet> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </accountAttributeSet> | |
2018-02-14T16:03:00.971-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </DescribeAccountAttributesResponse> | |
2018/02/14 16:03:00 [DEBUG] Resource state not found for "data.aws_region.current": data.aws_region.current | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:03:00 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
data.aws_region.current - *terraform.NodeRefreshableDataResourceInstance | |
data.aws_region.current: Refreshing state... | |
2018/02/14 16:03:00 [INFO] backend/local: apply calling Plan | |
2018/02/14 16:03:00 [INFO] terraform: building graph: GraphTypePlan | |
2018/02/14 16:03:00 [DEBUG] Attaching resource state to "data.aws_region.current": &terraform.ResourceState{Type:"aws_region", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42030d810), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:03:00 [DEBUG] Resource state not found for "random_string.rand": random_string.rand | |
2018/02/14 16:03:00 [DEBUG] Resource state not found for "aws_kinesis_stream.stream": aws_kinesis_stream.stream | |
2018/02/14 16:03:00 [DEBUG] Resource state not found for "aws_s3_bucket.bucket": aws_s3_bucket.bucket | |
2018/02/14 16:03:00 [DEBUG] Resource state not found for "aws_iam_role.firehose-role": aws_iam_role.firehose-role | |
2018/02/14 16:03:00 [DEBUG] Resource state not found for "aws_iam_role_policy.inline-policy": aws_iam_role_policy.inline-policy | |
2018/02/14 16:03:00 [DEBUG] Resource state not found for "aws_kinesis_firehose_delivery_stream.fh_stream": aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:03:00 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
data.aws_region.current - *terraform.NodePlannableResource | |
random_string.rand - *terraform.NodePlannableResource | |
2018/02/14 16:03:00 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
data.aws_region.current - *terraform.NodePlannableResource | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:03:00 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [var.stream_name] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [data.aws_region.current random_string.rand var.stream_name] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.inline-policy" references: [aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket var.stream_name] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "aws_kinesis_firehose_delivery_stream.fh_stream" references: [aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket var.stream_name] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "provider.random" references: [] | |
2018/02/14 16:03:00 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [var.stream_name] | |
raform.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
raform.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
data.aws_region.current - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
random_string.rand - *terraform.NodePlannableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
data.aws_region.current - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
random_string.rand - *terraform.NodePlannableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
ce | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
data.aws_region.current - *terraform.NodePlannableResource | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRootVariable | |
data.aws_region.current - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
random_string.rand - *terraform.NodePlannableResource | |
random_string.rand - *terraform.NodePlannableResource | |
provider.random - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:03:00 [DEBUG] Starting graph walk: walkPlan | |
2018/02/14 16:03:00 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.inline-policy" | |
2018/02/14 16:03:00 [TRACE] dag/walk: added new vertex: "provider.random" | |
2018/02/14 16:03:00 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/02/14 16:03:00 [TRACE] dag/walk: added new vertex: "var.stream_name" | |
2018/02/14 16:03:00 [TRACE] dag/walk: added new vertex: "aws_kinesis_stream.stream" | |
2018/02/14 16:03:00 [TRACE] dag/walk: added new vertex: "p2018-02-14T16:03:00.981-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [INFO] No assume_role block read from configuration | |
2018-02-14T16:03:00.981-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [INFO] Building AWS region structure | |
2018-02-14T16:03:00.981-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [INFO] Building AWS auth structure | |
2018-02-14T16:03:00.981-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:00 [INFO] Setting AWS metadata API timeout to 100ms | |
2018-02-14T16:03:01.678-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [INFO] Initializing DeviceFarm SDK connection | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sts.amazonaws.com | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 43 | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=26f43c0fa3fad57c6a5428b3664ba165931b6ec9ff200fc70482f739e965eb0d | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210301Z | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-02-14T16:03:01.679-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 419 | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:00 GMT | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 7160df85-11ca-11e8-b797-714165e2a062 | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetCallerIdentityResult> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Account>702151822554</Account> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResult> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>7160df85-11ca-11e8-b797-714165e2a062</RequestId> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResponse> | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 33 | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=6dfac1b9a718fb189f2285df99520e0e35a009a8771b55362a7a0a499fabd560 | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210301Z | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-02-14T16:03:01.831-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 557 | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:01 GMT | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 71785ebb-11ca-11e8-91ca-25b9f3d303d9 | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetUserResult> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <User> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PasswordLastUsed>2018-02-14T15:01:07Z</PasswordLastUsed> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserName>[email protected]</UserName> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2015-01-12T15:34:16Z</CreateDate> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </User> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResult> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>71785ebb-11ca-11e8-91ca-25b9f3d303d9</RequestId> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResponse> | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:01 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: ec2.us-east-1.amazonaws.com | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 87 | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=d1a4c8a685bee2804cb225e7fabc0efb961ed47a76334aab847d5fd6a7035745 | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210301Z | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-02-14T16:03:01.988-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:01 GMT | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonEC2 | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Vary: Accept-Encoding | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <requestId>d29140bb-d382-4690-be3b-25d466ef06c8</requestId> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <accountAttributeSet> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValueSet> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>EC2</attributeValue> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>VPC</attributeValue> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </attributeValueSet> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </accountAttributeSet> | |
2018-02-14T16:03:02.239-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </DescribeAccountAttributesResponse> | |
2018/02/14 16:03:02 [DEBUG] Resource state not found for "aws_iam_role.firehose-role": aws_iam_role.firehose-role | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role.firehose-role - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [DEBUG] Resource state not found for "aws_kinesis_stream.stream": aws_kinesis_stream.stream | |
2018/02/14 16:03:02 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [] | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_kinesis_stream.stream - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_kinesis_stream.stream - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [TRACE] dag/walk: added new vertex: "aws_kinesis_stream.stream" | |
2018/02/14 16:03:02 [TRACE] dag/walk: walking "aws_kinesis_stream.stream" | |
2018/02/14 16:03:02 [TRACE] vertex 'root.aws_kinesis_stream.stream': walking | |
2018/02/14 16:03:02 [TRACE] [walkPlan] Exiting eval tree: data.aws_region.current | |
2018/02/14 16:03:02 [TRACE] vertex 'root.data.aws_region.current': expanding/walking dynamic subgraph | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [TRACE] OrphanResourceCount: Starting... | |
2018/02/14 16:03:02 [TRACE] OrphanResourceCount: Checking: data.aws_region.current | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [TRACE] vertex 'root.aws_kinesis_stream.stream': evaluating | |
2018/02/14 16:03:02 [TRACE] [walkPlan] Entering eval tree: aws_kinesis_stream.stream | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalSequence | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/02/14 16:03:02 [DEBUG] Attaching resource state to "data.aws_region.current": &terraform.ResourceState{Type:"aws_region", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42030d810), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.TargetsTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.RootTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [TRACE] dag/walk: added new vertex: "data.aws_region.current" | |
2018/02/14 16:03:02 [TRACE] dag/walk: walking "data.aws_region.current" | |
2018/02/14 16:03:02 [TRACE] vertex 'root.data.aws_region.current': walking | |
2018/02/14 16:03:02 [TRACE] vertex 'root.data.aws_region.current': evaluating | |
2018/02/14 16:03:02 [TRACE] [walkPlan] Entering eval tree: data.aws_region.current | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalSequence | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalReadState | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalInterpolate | |
ransformer: | |
aws_s3_bucket.bucket - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [] | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_s3_bucket.bucket - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_s3_bucket.bucket - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:03:02 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.bucket" | |
2018/02/14 16:03:02 [TRACE] dag/walk: walking "aws_s3_bucket.bucket" | |
2018/02/14 16:03:02 [TRACE] vertex 'root.aws_s3_bucket.bucket': walking | |
2018/02/14 16:03:02 [TRACE] vertex 'root.aws_s3_bucket.bucket': evaluating | |
2018/02/14 16:03:02 [TRACE] [walkPlan] Entering eval tree: aws_s3_bucket.bucket | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalSequence | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalReadState | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalDiff | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/02/14 16:03:02 [TRACE] [walkPlan] Exiting eval tree: aws_iam_role.firehose-role | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalReadState | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalDiff | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/02/14 16:03:02 [TRACE] [walkPlan] Exiting eval tree: aws_kinesis_stream.stream | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy | |
2018/02/14 16:03:02 [TRACE] root: eval: *terraform.An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
vertex 'root.root': walking | |
2018/02/14 16:03:02 [DEBUG] command: asking for input: "Do you want to perform these actions?" | |
+ create | |
Terraform will perform the following actions: | |
+ aws_iam_role.firehose-role | |
id: <computed> | |
arn: <computed> | |
assume_role_policy: "{ \"Version\": \"2012-10-17\",\n \"Statement\": [ {\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": { \"Service\": \"firehose.amazonaws.com\" },\n \"Effect\": \"Allow\",\n \"Sid\": \"\" } ]\n}\n" | |
create_date: <computed> | |
force_detach_policies: "false" | |
name: "testing_example_firehose" | |
path: "/" | |
unique_id: <computed> | |
+ aws_iam_role_policy.inline-policy | |
id: <computed> | |
name: "testing_example_firehose_inline_policy" | |
policy: "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:AbortMultipartUpload\",\n \"s3:GetBucketLocation\",\n \"s3:GetObject\",\n \"s3:ListBucket\",\n \"s3:ListBucketMultipartUploads\",\n \"s3:PutObject\"\n ],\n \"Resource\": [\n \"${aws_s3_bucket.bucket.arn}\",\n \"${aws_s3_bucket.bucket.arn}/*\"\n ]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"kinesis:DescribeStream\",\n \"kinesis:GetShardIterator\",\n \"kinesis:GetRecords\"\n ],\n \"Resource\": \"${aws_kinesis_stream.stream.arn}\"\n }\n ]\n}\n" | |
role: "${aws_iam_role.firehose-role.id}" | |
+ aws_kinesis_firehose_delivery_stream.fh_stream | |
id: <computed> | |
arn: <computed> | |
destination: "extended_s3" | |
destination_id: <computed> | |
extended_s3_configuration.#: "1" | |
extended_s3_configuration.0.bucket_arn: "${aws_s3_bucket.bucket.arn}" | |
extended_s3_configuration.0.buffer_interval: "60" | |
extended_s3_configuration.0.buffer_size: "1" | |
extended_s3_configuration.0.cloudwatch_logging_options.#: <computed> | |
extended_s3_configuration.0.compression_format: "UNCOMPRESSED" | |
extended_s3_configuration.0.role_arn: "${aws_iam_role.firehose-role.arn}" | |
kinesis_source_configuration.#: "1" | |
kinesis_source_configuration.0.kinesis_stream_arn: "${aws_kinesis_stream.stream.arn}" | |
kinesis_source_configuration.0.role_arn: "${aws_iam_role.firehose-role.arn}" | |
name: "testing_example_firehose" | |
version_id: <computed> | |
+ aws_kinesis_stream.stream | |
id: <computed> | |
arn: <computed> | |
encryption_type: "NONE" | |
name: "testing_example" | |
retention_period: "24" | |
shard_count: "1" | |
+ aws_s3_bucket.bucket | |
id: <computed> | |
acceleration_status: <computed> | |
acl: "private" | |
arn: <computed> | |
bucket: "${var.stream_name}-${random_string.rand.result}-${data.aws_region.current.name}" | |
bucket_domain_name: <computed> | |
force_destroy: "false" | |
hosted_zone_id: <computed> | |
region: <computed> | |
request_payer: <computed> | |
versioning.#: <computed> | |
website_domain: <computed> | |
website_endpoint: <computed> | |
+ random_string.rand | |
id: <computed> | |
length: "16" | |
lower: "true" | |
number: "true" | |
result: <computed> | |
special: "false" | |
upper: "true" | |
Plan: 6 to add, 0 to change, 0 to destroy. | |
Do you want to perform these actions? | |
Terraform will perform the actions described above. | |
Only 'yes' will be accepted to approve. | |
Enter a value: yes | |
2018/02/14 16:03:03 [INFO] terraform: building graph: GraphTypeApply | |
ion_id: "" => "<computed>" | |
CREATE: aws_kinesis_stream.stream | |
arn: "" => "<computed>" | |
encryption_type: "" => "NONE" | |
name: "" => "testing_example" (forces new resource) | |
retention_period: "" => "24" | |
shard_count: "" => "1" | |
CREATE: aws_s3_bucket.bucket | |
acceleration_status: "" => "<computed>" | |
acl: "" => "private" | |
arn: "" => "<computed>" | |
bucket: "" => "<computed>" (forces new resource) | |
bucket_domain_name: "" => "<computed>" | |
force_destroy: "" => "false" | |
hosted_zone_id: "" => "<computed>" | |
region: "" => "<computed>" | |
request_payer: "" => "<computed>" | |
versioning.#: "" => "<computed>" | |
website_domain: "" => "<computed>" | |
website_endpoint: "" => "<computed>" | |
CREATE: random_string.rand | |
length: "" => "16" (forces new resource) | |
lower: "" => "true" (forces new resource) | |
number: "" => "true" (forces new resource) | |
result: "" => "<computed>" | |
special: "" => "false" (forces new resource) | |
upper: "" => "true" (forces new resource) | |
\"Statement\": [ {\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": { \"Service\": \"firehose.amazonaws.com\" },\n \"Effect\": \"Allow\",\n \"Sid\": \"\" } ]\n}\n", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "force_detach_policies":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "unique_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"testing_example_firehose", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "path":*terraform.ResourceAttrDiff{Old:"", New:"/", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "create_date":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/02/14 16:03:03 [TRACE] DiffTransformer: Resource "aws_kinesis_stream.stream": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"name":*terraform.ResourceAttrDiff{Old:"", New:"testing_example", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "shard_count":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "retention_period":*terraform.ResourceAttrDiff{Old:"", New:"24", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "encryption_type":*terraform.ResourceAttrDiff{Old:"", New:"NONE", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "arn":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/02/14 16:03:03 [TRACE] DiffTransformer: Resource "aws_s3_bucket.bucket": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"region":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "website_endpoint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "hosted_zone_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "versioning.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "acceleration_status":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "force_destroy":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "bucket":*terraform.ResourceAttrDiff{Old:"", New:"${var.stream_name}-${random_string.rand.result}-${data.aws_region.current.name}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "acl":*terraform.ResourceAttrDiff{Old:"", New:"private", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "arn":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "website_domain":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "bucket_domain_name":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "request_payer":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/02/14 16:03:03 [TRACE] DiffTransformer: Resource "aws_iam_role_policy.inline-policy": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"policy":*terraform.ResourceAttrDiff{Old:"", New:"{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:AbortMultipartUpload\",\n \"s3:GetBucketLocation\",\n \"s3:GetObject\",\n \"s3:ListBucket\",\n \"s3:ListBucketMultipartUploads\",\n \"s3:PutObject\"\n ],\n \"Resource\": [\n \"${aws_s3_bucket.bucket.arn}\",\n \"${aws_s3_bucket.bucket.arn}/*\"\n ]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"kinesis:DescribeStream\",\n \"kinesis:GetShardIterator\",\n \"kinesis:GetRecords\"\n ],\n \"Resource\": \"${aws_kinesis_stream.stream.arn}\"\n }\n ]\n}\n", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"testing_example_firehose_inline_policy", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "role":*terraform.ResourceAttrDiff{Old:"", New:"${aws_iam_role.firehose-role.id}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
n":*terraform.ResourceAttrDiff{Old:"", New:"${aws_iam_role.firehose-role.arn}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "destination":*terraform.ResourceAttrDiff{Old:"", New:"extended_s3", NewComputed:false, NewRemoved:false, NewExtra:"extended_s3", RequiresNew:true, Sensitive:false, Type:0x0}, "extended_s3_configuration.0.bucket_arn":*terraform.ResourceAttrDiff{Old:"", New:"${aws_s3_bucket.bucket.arn}", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "extended_s3_configuration.0.buffer_size":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "destination_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"testing_example_firehose", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "version_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)} | |
2018/02/14 16:03:03 [TRACE] Graph after step *terraform.DiffTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
random_string.rand - *terraform.NodeApplyableResource | |
2018/02/14 16:03:03 [TRACE] Graph after step *terraform.OrphanOutputTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_iam_role_policy.inline-policy - ring.rand | |
2018/02/14 16:03:03 [DEBUG] Resource state not found for "aws_iam_role.firehose-role": aws_iam_role.firehose-role | |
2018/02/14 16:03:03 [DEBUG] Resource state not found for "aws_kinesis_stream.stream": aws_kinesis_stream.stream | |
2018/02/14 16:03:03 [DEBUG] Resource state not found for "aws_s3_bucket.bucket": aws_s3_bucket.bucket | |
2018/02/14 16:03:03 [DEBUG] Resource state not found for "aws_iam_role_policy.inline-policy": aws_iam_role_policy.inline-policy | |
2018/02/14 16:03:03 [DEBUG] Resource state not found for "aws_kinesis_firehose_delivery_stream.fh_stream": aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:03:03 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
random_string.rand - *terraform.NodeApplyableResource | |
2018/02/14 16:03:03 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/02/14 16:03:03 [TRACE] Attach provider request: []string{} aws | |
2018/02/14 16:03:03 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420365180)} | |
2018/02/14 16:03:03 [TRACE] Graph after step *terraform.ProviderConfigTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeApplyableResource | |
2018/02/14 16:03:03 [DEBUG] adding missing provider: random | |
2018/02/14 16:03:03 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeApplyableResource | |
2018/02/14 16:03:03 [DEBUG] resource aws_iam_role.firehose-role using provider provider.aws | |
2018/02/14 16:03:03 [DEBUG] resource aws_kinesis_stream.stream using provider provider.aws | |
2018/02/14 16:03:03 [DEBUG] resource aws_s3_bucket.bucket using provider provider.aws | |
2018/02/14 16:03:03 [DEBUG] resource aws_iam_role_policy.inline-policy using provider provider.aws | |
2018/02/14 16:03:03 [DEBUG] resource aws_kinesis_firehose_delivery_stream.fh_stream using provider provider.aws | |
2018/02/14 16:03:03 [DEBUG] resource random_string.rand using provider provider.random | |
2018/02/14 16:03:03 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeApplyableResource | |
provider.random - *terraform.NodeApplyableProvider | |
2018/02/14 16:03:03 [TRACE] Graph after step *terraform.PrunePrrandom_string.rand: Creating... | |
length: "" => "16" | |
lower: "" => "true" | |
number: "" => "true" | |
result: "" => "<computed>" | |
special: "" => "false" | |
upper: "" => "true" | |
oviderTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeApplyabform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeApplyableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:03:03 [DEBUG] ReferenceTransformer: "provider.random" references: [] | |
2018/02/14 16:03:03 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:03:03 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:03:03 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [var.stream_name] | |
2018/02/14 16:03:03 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.inline-policy" references: [aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket var.stream_name aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket] | |
2018/02/14 16:03:03 [DEBUG] ReferenceTransformer: "aws_kinesis_firehose_delivery_stream.fh_stream" references: [aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket var.stream_name aws_iam_role.firehose-role aws_kinesis_stream.stream aws_s3_bucket.bucket] | |
2018/02/14 16:03:03 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:03:03 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [var.stream_name] | |
2018/02/14 16:03:03 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [random_string.rand var.stream_name random_string.rand] | |
2018/02/14 16:03:03 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_kiner.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeApplyableResource | |
var.stream_name - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeApplyableResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
provider.random - *terraform.NodeApplyableductionTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
aws_iam_role.firehose-role - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
aws_kinesis_stream.stream - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_s3_bucket.bucket - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeApplyableResource | |
var.stream_name - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodeApplyableResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeApplyableResource | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
random_string.rand - *terraform.NodeApplyableResource | |
random_string.rand - *terraform.NodeApplyableResource | |
provider.random - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:03:03 [DEBUG] Starting graph walk: walkApply | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "root" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.bucket" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "aws_iam_role.firehose-role" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "var.stream_name" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/02/14 16:03:03 [TRACE] dag/walk: addedrandom_string.rand: Creation complete after 0s (ID: bcZH0S4KhPbnXgJA) | |
new vertex: "provider.random (close)" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "aws_kinesis_firehose_delivery_stream.fh_stream" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "random_string.rand" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "provider.random" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "aws_kinesis_stream.stream" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.inline-policy" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added edge: "aws_kinesis_stream.stream" waiting on "var.stream_name" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added edge: "aws_kinesis_firehose_delivery_stream.fh_stream" waiting on "aws_kinesis_stream.stream" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added edge: "aws_iam_role_policy.inline-policy" waiting on "aws_iam_role.firehose-role" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added edge: "aws_kinesis_firehose_delivery_stream.fh_stream" waiting on "aws_s3_bucket.bucket" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added edge: "aws_kinesis_stream.stream" waiting on "provider.aws" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)" | |
2018/02/14 16:03:03 [TRACE] dag/walk: added edge: 2018-02-14T16:03:04.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-02-14T16:03:04.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-02-14T16:03:04.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [INFO] Initializing DeviceFarm SDK connection | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sts.amazonaws.com | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 43 | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e2e52107f11bcde4a8b7647adb609668b781ff644370475a3d4ee0d0455db134 | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210304Z | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-02-14T16:03:04.342-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 419 | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:03 GMT | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 72f7d305-11ca-11e8-ab2d-4fa50771c145 | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetCallerIdentityResult> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Account>702151822554</Account> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResult> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>72f7d305-11ca-11e8-ab2d-4fa50771c145</RequestId> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResponse> | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 33 | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=da06374e8e316feeec079d412812d098bce85f82555cb135e7077fb273e88c53 | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210304Z | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-02-14T16:03:04.497-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 557 | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:04 GMT | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 7310161a-11ca-11e8-9a21-33c6d2c96c93 | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetUserResult> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <User> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PasswordLastUsed>2018-02-14T15:01:07Z</PasswordLastUsed> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserName>[email protected]</UserName> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2015-01-12T15:34:16Z</CreateDate> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </User> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResult> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>7310161a-11ca-11e8-9a21-33c6d2c96c93</RequestId> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResponse> | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: ec2.us-east-1.amazonaws.com | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 87 | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e2056d497fdb0efbb9314e77a6b61a22240137a4ffe37a24f1dd70904456e0d5 | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210304Z | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-02-14T16:03:04.658-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:04 GMT | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonEC2 | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Vary: Accept-Encoding | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <requestId>c4d1015c-76ba-4d3b-b2b7-17b243f4fa0c</requestId> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <accountAttributeSet> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValueSet> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>EC2</attributeValue> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>VPC</attributeValue> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </attributeValueSet> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </accountAttributeSet> | |
2018-02-14T16:03:04.848-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </DescribeAccountAttributesResponse> | |
aws_s3_bucket.bucket: Creating... | |
acceleration_status: "" => "<computed>" | |
acl: "" => "private" | |
arn: "" => "<computed>" | |
bucket: "" => "testing_example-bcZH0S4KhPbnXgJA-us-east-1" | |
bucket_domain_name: "" => "<computed>" | |
force_destroy: "" => "false" | |
hosted_zone_id: "" => "<computed>" | |
region: "" => "<computed>" | |
request_payer: "" => "<computed>" | |
versioning.#: "" => "<computed>" | |
website_domain: "" => "<computed>" | |
website_endpoint: "" => "<computed>" | |
aws_kinesis_stream.stream: Creating... | |
arn: "" => "<computed>" | |
encryption_type: "" => "NONE" | |
name: "" => "testing_example" | |
retention_period: "" => "24" | |
shard_count: "" => "1" | |
aws_iam_role.firehose-role: Creating... | |
arn: "" => "<computed>" | |
assume_role_policy: "" => "{ \"Version\": \"2012-10-17\",\n \"Statement\": [ {\n \"Action\": \"sts:AssumeRole\",\n \"Principal\": { \"Service\": \"firehose.amazonaws.com\" },\n \"Effect\": \"Allow\",\n \"Sid\": \"\" } ]\n}\n" | |
create_date: "" => "<computed>" | |
force_detach_policies: "" => "false" | |
name: "" => "testing_example_firehose" | |
path: "" => "/" | |
unique_id: "" => "<computed>" | |
success] | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/CreateStream Details: | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 47 | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=6d2116ab42bd13b44b40fe58421af86afa71e8460c082f820d2f7dbc15009550 | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210304Z | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.CreateStream | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] DEBUG: Request iam/CreateRole Details: | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com | |
2018-02-14T16:03:04.851-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 378 | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=dcb525efc518582d8115b07a8fb7b95105ede8a70a624a7c4d563bae9c256fdd | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210304Z | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=CreateRole&AssumeRolePolicyDocument=%7B+%22Version%22%3A+%222012-10-17%22%2C%0A++%22Statement%22%3A+%5B+%7B%0A++%22Action%22%3A+%22sts%3AAssumeRole%22%2C%0A++%22Principal%22%3A+%7B+%22Service%22%3A+%22firehose.amazonaws.com%22+%7D%2C%0A++%22Effect%22%3A+%22Allow%22%2C%0A++%22Sid%22%3A+%22%22+%7D+%5D%0A%7D%0A&Path=%2F&RoleName=testing_example_firehose&Version=2010-05-08 | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] Trying to create new S3 bucket: "testing_example-bcZH0S4KhPbnXgJA-us-east-1" | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:04 [DEBUG] [aws-sdk-go] DEBUG: Request s3/CreateBucket Details: | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: PUT /testing_example-bcZH0S4KhPbnXgJA-us-east-1 HTTP/1.1 | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 0 | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-acl;x-amz-content-sha256;x-amz-date, Signature=938e7afa527775865fbd5907ac39b4f799090244f5b326a0df7d51e0395c6f7d | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Acl: private | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210304Z | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:04.852-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] DEBUG: Response iam/CreateRole Details: | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 892 | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:04 GMT | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 7346b67d-11ca-11e8-ae12-ddd3be383eb6 | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] <CreateRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateRoleResult> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Role> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <AssumeRolePolicyDocument>%7B%20%22Version%22%3A%20%222012-10-17%22%2C%0A%20%20%22Statement%22%3A%20%5B%20%7B%0A%20%20%22Action%22%3A%20%22sts%3AAssumeRole%22%2C%0A%20%20%22Principal%22%3A%20%7B%20%22Service%22%3A%20%22firehose.amazonaws.com%22%20%7D%2C%0A%20%20%22Effect%22%3A%20%22Allow%22%2C%0A%20%20%22Sid%22%3A%20%22%22%20%7D%20%5D%0A%7D%0A</AssumeRolePolicyDocument> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RoleId>AROAJHOESRX3YFZ7GUYEA</RoleId> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RoleName>testing_example_firehose</RoleName> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:role/testing_example_firehose</Arn> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2018-02-14T21:03:05.005Z</CreateDate> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </Role> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </CreateRoleResult> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>7346b67d-11ca-11e8-ae12-ddd3be383eb6</RequestId> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </CreateRoleResponse> | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetRole Details: | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 67 | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=2ca378964e0849993c17b5abac873b37f8075749dae7676e78924d88256f3091 | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210305Z | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetRole&RoleName=testing_example_firehose&Version=2010-05-08 | |
2018-02-14T16:03:05.038-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/CreateStream Details: | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 0 | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:04 GMT | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: KLuVMIET0A0ooKvWkZqjWaXJmOMrse08Yk3Fdf4PLuvS5ywiMQZj0NHSIeN9E5J6YV1ICmhPDGrH4zdPAigKbcJ8ZxNNKdVF | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: e5d00666-b073-1f7e-b72e-a02fad96c2ff | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] | |
2018-02-14T16:03:05.088-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] Waiting for state to become: [ACTIVE] | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRole Details: | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 786 | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:04 GMT | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 7362f063-11ca-11e8-9a21-33c6d2c96c93 | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetRoleResult> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Role> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.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> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RoleId>AROAJHOESRX3YFZ7GUYEA</RoleId> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RoleName>testing_example_firehose</RoleName> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:role/testing_example_firehose</Arn> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2018-02-14T21:03:05Z</CreateDate> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </Role> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetRoleResult> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>7362f063-11ca-11e8-9a21-33c6d2c96c93</RequestId> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:03:05.204-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetRoleResponse> | |
2018/02/14 16:03:05 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/02/14 16:03:05 [TRACE] root: eval: *terraform.EvalApplyProvisioners | |
2018/02/14 16:03:05 [TRACE] root: eval: *terraform.EvalIf | |
2018/02/14 16:03:05 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/02/14 16:03:05 [TRACE] root: eval: *terraform.EvalWriteDiff | |
2018/02/14 16:03:05 [TRACE] root: eval: *terraform.EvalApplyPost | |
2018/02/14 16:03:05 [TRACE] root: eval: *terraform.EvalUpdateStateHook | |
2018/02/14 16:03:05 [TRACE] Preserving existing state lineage "1262a4b1-3843-4c29-8487-002cb61ce023" | |
aws_iam_role.firehose-role: Creation complete after 0s (ID: testing_example_firehose) | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] DEBUG: Response s3/CreateBucket Details: | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 0 | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:06 GMT | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Location: /testing_example-bcZH0S4KhPbnXgJA-us-east-1 | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: Heq5TkxdP5Kgk1JcK9NtVkLn41SV+N0vzmDNO8HnkEOqcGtx/WkIbNzTrCK7IJ/qIcKqsRGwEqQ= | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: F39DA8DEE1C49B3A | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] S3 put bucket ACL: { | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ACL: "private", | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Bucket: "testing_example-bcZH0S4KhPbnXgJA-us-east-1" | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:05 [DEBUG] [aws-sdk-go] DEBUG: Request s3/PutBucketAcl Details: | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: PUT /testing_example-bcZH0S4KhPbnXgJA-us-east-1?acl= HTTP/1.1 | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 0 | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-acl;x-amz-content-sha256;x-amz-date, Signature=6b0ea2ff05564bbe81b75250f0161603f778c57b8d2b5bbe0eb1cc94ca210276 | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Acl: private | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210305Z | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:05.987-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:06.353-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Response s3/PutBucketAcl Details: | |
2018-02-14T16:03:06.353-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:06.353-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 0 | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:07 GMT | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: RWYtvg4EFrCwrDiA4GJjtvwlgV1v4KY+GWAY4Py/nyUWdG2enXx1pQkk4WRWoa/bTkZf+f+85EQ= | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: AC2E4BA34A965531 | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadBucket Details: | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HEAD /testing_example-bcZH0S4KhPbnXgJA-us-east-1 HTTP/1.1 | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=81a8be805fa18c7e3ea5075fb65193d67c64970bbd8dc09a7b4bc20d9eaaf36b | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210306Z | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.354-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadBucket Details: | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:07 GMT | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Bucket-Region: us-east-1 | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: TbaG6askehN2Og0R6dO6xYFTldsOQd3/ZC3B/jAyjsi7tqGM3ZzFvn85yRkQTW5XYvbgC8DlZTE= | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: A80B9F67B16A90D3 | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details: | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?cors= HTTP/1.1 | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=bcbfbeb99900f9915e00a3b4b44e9a5416a2a67362a8f20d2a8f3b662450dc58 | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210306Z | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.559-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details: | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:06 GMT | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: gLQjdZZmhNyPujl7jKlicpwVAlA5iIPxnobC0QRHphTWOWz3ZCDXBe7y81YGUGx9HgGh2lI/AVc= | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 8D2D1B9E57E80F1E | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Error><Code>NoSuchCORSConfiguration</Code><Message>The CORS configuration does not exist</Message><BucketName>testing_example-bcZH0S4KhPbnXgJA-us-east-1</BucketName><RequestId>8D2D1B9E57E80F1E</RequestId><HostId>gLQjdZZmhNyPujl7jKlicpwVAlA5iIPxnobC0QRHphTWOWz3ZCDXBe7y81YGUGx9HgGh2lI/AVc=</HostId></Error> | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketCors failed, not retrying, error NoSuchCORSConfiguration: The CORS configuration does not exist | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: 8D2D1B9E57E80F1E, host id: gLQjdZZmhNyPujl7jKlicpwVAlA5iIPxnobC0QRHphTWOWz3ZCDXBe7y81YGUGx9HgGh2lI/AVc= | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [WARN] S3 bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, no CORS configuration could be found. | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] S3 bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, read CORS: { | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details: | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?website= HTTP/1.1 | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=9285b6b128fffc66d043b319de350d2e57713ee3dc8ee0e668107829338450c6 | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210306Z | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.758-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details: | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:06 GMT | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: qDBHG3nTn0/HtXGOJF86Oqb9p6Dmu4p3aYAYJNU3woP6dXkdmBTWHk1Owmba1e2qbnYtLlaxNYM= | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 5A9F7C0150943A00 | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Error><Code>NoSuchWebsiteConfiguration</Code><Message>The specified bucket does not have a website configuration</Message><BucketName>testing_example-bcZH0S4KhPbnXgJA-us-east-1</BucketName><RequestId>5A9F7C0150943A00</RequestId><HostId>qDBHG3nTn0/HtXGOJF86Oqb9p6Dmu4p3aYAYJNU3woP6dXkdmBTWHk1Owmba1e2qbnYtLlaxNYM=</HostId></Error> | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketWebsite failed, not retrying, error NoSuchWebsiteConfiguration: The specified bucket does not have a website configuration | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: 5A9F7C0150943A00, host id: qDBHG3nTn0/HtXGOJF86Oqb9p6Dmu4p3aYAYJNU3woP6dXkdmBTWHk1Owmba1e2qbnYtLlaxNYM= | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:06 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details: | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?versioning= HTTP/1.1 | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8386ef4c07c6d8d28769b9b77572449048154671f15f1f45dfa0d7c917a3f7ed | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210306Z | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:06.938-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details: | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:08 GMT | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: uzr3n2GpYYmJBy/D/ZWFwYXOGVO0b03KacQaQ91Suvz8YjhLWp4zXo24bKp90NzV+PDV3zB4WJo= | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 77DAFE9D09A7CA44 | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/> | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, versioning: { | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:03:07.152-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details: | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?accelerate= HTTP/1.1 | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=5d50c8c0d37419163bfbc425e9c7e1b7925f284274bdcaac9309ff6148f2af0a | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210307Z | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.153-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details: | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:08 GMT | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: PSO1wgbCWifRCWJ78FzOLDxLjK6q9oVo7Q0E/54THTtikTZZ0sZAoOqJv8uw2amFAZRf2Fo1IMM= | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 3759E5BCB871E233 | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/> | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] S3 bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, read Acceleration: { | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details: | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?requestPayment= HTTP/1.1 | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=8e4298a9fdd1727bc41d32d8297ae12eb02e54fe3c3451dbb010e9b605fde987 | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210307Z | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.344-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details: | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:08 GMT | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: NiHVNrrDmCjfeQ9aQkvydZYG2OoerHRAlf7asXbrQQ/flMS7m2wLRHRt7mF1aKuyJBMj8RxjfN8= | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 17DEAD0D8F82651F | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestPaymentConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"><Payer>BucketOwner</Payer></RequestPaymentConfiguration> | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, read request payer: { | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Payer: "BucketOwner" | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details: | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?logging= HTTP/1.1 | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=dc7690a90c3e22188f70f53215b3bc8956815bcb5aa0bb1d2592e46b332ba423 | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210307Z | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.506-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details: | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 289 | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:08 GMT | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: u02NDpoRnJzIKUgkZ7GhUWSf9rcd1OOdhwmu6nK1//8u8TmM0Bq5MAyEbXamxXLqUBiSYFd3ITg= | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 41C9F321CAB06F64 | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <!--<LoggingEnabled><TargetBucket>myLogsBucket</TargetBucket><TargetPrefix>add/this/prefix/to/my/log/files/access_log-</TargetPrefix></LoggingEnabled>--> | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </BucketLoggingStatus> | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, logging: { | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:03:07.670-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details: | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?lifecycle= HTTP/1.1 | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=140dc8779b7c2e4b0221374eb69792a4401bb1263e585db7d52ca3667186e764 | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210307Z | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.671-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details: | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:07 GMT | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: Svr5PAE0UmrHeZWDAaOrwg08/FWAUNvopCCPK7nTlgsMwQwzXv+eBKEv0bzW+xOIxTp6vCMgn5w= | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 681C1BD24616588B | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Error><Code>NoSuchLifecycleConfiguration</Code><Message>The lifecycle configuration does not exist</Message><BucketName>testing_example-bcZH0S4KhPbnXgJA-us-east-1</BucketName><RequestId>681C1BD24616588B</RequestId><HostId>Svr5PAE0UmrHeZWDAaOrwg08/FWAUNvopCCPK7nTlgsMwQwzXv+eBKEv0bzW+xOIxTp6vCMgn5w=</HostId></Error> | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketLifecycleConfiguration failed, not retrying, error NoSuchLifecycleConfiguration: The lifecycle configuration does not exist | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: 681C1BD24616588B, host id: Svr5PAE0UmrHeZWDAaOrwg08/FWAUNvopCCPK7nTlgsMwQwzXv+eBKEv0bzW+xOIxTp6vCMgn5w= | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, lifecycle: { | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:07 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details: | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?replication= HTTP/1.1 | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=6f71e76a8b4041db007c9a75c9239fa0f08c6f161c887a0b75ac3d6e2cb53022 | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210307Z | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:07.844-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details: | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:07 GMT | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: AzmuLiFPgHqOGMrh6nPKZMnR3ZkccpYl4oIyOI/DXAhU84lJUDoVwPpoYNj0HjRS7hQOQ81M1fk= | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: E218A570AC5A610E | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Error><Code>ReplicationConfigurationNotFoundError</Code><Message>The replication configuration was not found</Message><BucketName>testing_example-bcZH0S4KhPbnXgJA-us-east-1</BucketName><RequestId>E218A570AC5A610E</RequestId><HostId>AzmuLiFPgHqOGMrh6nPKZMnR3ZkccpYl4oIyOI/DXAhU84lJUDoVwPpoYNj0HjRS7hQOQ81M1fk=</HostId></Error> | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, not retrying, error ReplicationConfigurationNotFoundError: The replication configuration was not found | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: E218A570AC5A610E, host id: AzmuLiFPgHqOGMrh6nPKZMnR3ZkccpYl4oIyOI/DXAhU84lJUDoVwPpoYNj0HjRS7hQOQ81M1fk= | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, read replication configuration: { | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:03:08.009-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketEncryption Details: | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?encryption= HTTP/1.1 | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=a965a2a20ac73243c004bef74d5ac8f7ad139722cc955ada0361a87a5fa9d76f | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210308Z | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.010-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketEncryption Details: | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:07 GMT | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: n/KVL24PhcGEG+yUeVzo13qvG436q+VR2LKkQPPxJZeJIuS+nH9dR8yFxFJ5Hqga2TpBivOu9Tc= | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: F9773B473F2B9FED | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Error><Code>ServerSideEncryptionConfigurationNotFoundError</Code><Message>The server side encryption configuration was not found</Message><BucketName>testing_example-bcZH0S4KhPbnXgJA-us-east-1</BucketName><RequestId>F9773B473F2B9FED</RequestId><HostId>n/KVL24PhcGEG+yUeVzo13qvG436q+VR2LKkQPPxJZeJIuS+nH9dR8yFxFJ5Hqga2TpBivOu9Tc=</HostId></Error> | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketEncryption failed, not retrying, error ServerSideEncryptionConfigurationNotFoundError: The server side encryption configuration was not found | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: F9773B473F2B9FED, host id: n/KVL24PhcGEG+yUeVzo13qvG436q+VR2LKkQPPxJZeJIuS+nH9dR8yFxFJ5Hqga2TpBivOu9Tc= | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] Default encryption is not enabled for testing_example-bcZH0S4KhPbnXgJA-us-east-1 | |
2018-02-14T16:03:08.178-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details: | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?location= HTTP/1.1 | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=ddcd27c41bb909d77353a53d4c4d6d49000b1597d46258986f5d702e595bffc4 | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210308Z | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details: | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:09 GMT | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: PXWhSvPoYh05KewjRV8IMQA5Yfx8DVqWx5KCUonGYnTR2uw1L0n+kMfdQ111reht0A+Ve+qkI1g= | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 77F8064E46C81397 | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/> | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details: | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?tagging= HTTP/1.1 | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=abdd2b8e981e66ec1465337784d8e880d9d08a2041492381ee1beece00590706 | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210308Z | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.372-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details: | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:08 GMT | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: /LlAjh+9HtxCBDrwRC3jcffmOGtImp4vIntfdle85lcfZ0iJYn/aIW9OJ37X0PF77xQ+n995hJg= | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: D50F77F68954BCD7 | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Error><Code>NoSuchTagSet</Code><Message>The TagSet does not exist</Message><BucketName>testing_example-bcZH0S4KhPbnXgJA-us-east-1</BucketName><RequestId>D50F77F68954BCD7</RequestId><HostId>/LlAjh+9HtxCBDrwRC3jcffmOGtImp4vIntfdle85lcfZ0iJYn/aIW9OJ37X0PF77xQ+n995hJg=</HostId></Error> | |
2018-02-14T16:03:08.664-0500aws_s3_bucket.bucket: Creation complete after 4s (ID: testing_example-bcZH0S4KhPbnXgJA-us-east-1) | |
[DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:08 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketTagging failed, not retrying, error NoSuchTagSet: The TagSet does not exist | |
2018-02-14T16:03:08.664-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: D50F77F68954BCD7, host id: /LlAjh+9HtxCBDrwRC3jcffmOGtImp4vIntfdle85lcfZ0iJYn/aIW9OJ37X0PF77xQ+n995hJg= | |
aws_kinesis_stream.stream: Still creating... (10s elapsed) | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:15 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/DescribeStream Details: | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=90dac73ee407acdf974cc3d8fb661f7cd6e9fe4f8190748eb18a6aeb32f1e5c8 | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210315Z | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.DescribeStream | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:15.087-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:15 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/DescribeStream Details: | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 328 | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:15 GMT | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: KBXr3NR+PENV2jisSJZBnchqlotP6MUDUIS/fBoTCFNSmbwqvn6hhZIskzDsIdV9lFXW9W7eEXJAVeeQPKA1jvR5FEyVaqsa | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: e8364c0b-65f5-9a1f-bac8-ea58e151b038 | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:15 [DEBUG] [aws-sdk-go] {"StreamDescription":{"EncryptionType":"NONE","EnhancedMonitoring":[{"ShardLevelMetrics":[]}],"HasMoreShards":false,"RetentionPeriodHours":24,"Shards":[],"StreamARN":"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example","StreamCreationTimestamp":1.518642184E9,"StreamName":"testing_example","StreamStatus":"CREATING"}} | |
2018-02-14T16:03:15.278-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:15 [TRACE] Waiting 3s before next try | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:18 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/DescribeStream Details: | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=5da521dac4c1a283f85818bc702c6a488f504124d655bb913a44ac7b0c1089f2 | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210318Z | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.DescribeStream | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:18.279-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:18 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/DescribeStream Details: | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 328 | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:17 GMT | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: vsucndtS1yT3kjPsCghNGOlkvH5YoFVZa8/jO9rwUbJ37Z1fDIAuU5CpxJuAExS0uWavIwc6ZSSzz0NA8CVAShP56GVGBzcs | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: e77d4463-1f1d-55fc-b583-e235df0f1df4 | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:18 [DEBUG] [aws-sdk-go] {"StreamDescription":{"EncryptionType":"NONE","EnhancedMonitoring":[{"ShardLevelMetrics":[]}],"HasMoreShards":false,"RetentionPeriodHours":24,"Shards":[],"StreamARN":"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example","StreamCreationTimestamp":1.518642184E9,"StreamName":"testing_example","StreamStatus":"CREATING"}} | |
2018-02-14T16:03:18.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:18 [TRACE] Waiting 6s before next try | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:24 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/DescribeStream Details: | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=725c892625cba53e3cc2906a7122dc8df21833326c3e639964493ea85f74d918 | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210324Z | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.DescribeStream | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:24.442-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:24 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/DescribeStream Details: | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 565 | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:24 GMT | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: Qy6b6LvlLbXambEkisrXMP0GrLW1aqerngPf1lotYsf1WNsJQ4b/CiOu2yXtBriKNv65biSR6ETGSRNJjTkljt722iMuXpVg | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: cad814d5-3862-0f00-9826-b289b30f3901 | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:24 [DEBUG] [aws-sdk-go] {"StreamDescription":{"EncryptionType":"NONE","EnhancedMonitoring":[{"ShardLevelMetrics":[]}],"HasMoreShards":false,"RetentionPeriodHours":24,"Shards":[{"HashKeyRange":{"EndingHashKey":"340282366920938463463374607431768211455","StartingHashKey":"0"},"SequenceNumberRange":{"StartingSequenceNumber":"49581726944927992643834318867001514145976244633373507586"},"ShardId":"shardId-000000000000"}],"StreamARN":"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example","StreamCreationTimestamp":1.518642184E9,"StreamName":"testing_example","StreamStatus":"ACTIVE"}} | |
2018-02-14T16:03:24.607-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:24 [DEBUG] Change testing_example Stream ShardCount to 1 | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:24 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/UpdateShardCount Details: | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 85 | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=11b9007a2ec233d18bc40e125afddc2761f8590576f61f306b39b91e5e82d934 | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210324Z | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.UpdateShardCount | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:24.608-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:24 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/UpdateShardCount Details: | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 75 | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:24 GMT | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: dpM32A2oud31eZhcOtgIRDxVyRwDeVG4I9Y5PANL3xwaU4uDw3ujhjpY2ggj2DxQm64CBQKTOteVjhLKlb/ETRuOaUaGIW/l | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: c598162e-e597-8ce3-9766-b072c0101b03 | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:24 [DEBUG] [aws-sdk-go] {"CurrentShardCount":1,"StreamName":"testing_example","TargetShardCount":1} | |
2018-02-14T16:03:24.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:24 [DEBUG] Waiting for state to become: [ACTIVE] | |
aws_kinesis_stream.stream: Still creating... (20s elapsed) | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:34 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/DescribeStream Details: | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=ea38be824c6e3197cd735b9c47fd37140ecde3a164c0dbb2462ff632aff3c599 | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210334Z | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.DescribeStream | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:34.806-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
aws_kinesis_stream.stream: Still creating... (30s elapsed) | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:35 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/DescribeStream Details: | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 565 | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:34 GMT | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: zzWkWy0mtEx6T76+Lj8lwxJWO3wXSenTkEs5SbEGiIGVFvABEjjyV70cgDZcKsfJa7cvN6UDxAZHAw6iwXMn6BWDTNGgc5AJ | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: cdfa8d9e-2ad2-15c0-9f04-2bf85f88463e | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:35 [DEBUG] [aws-sdk-go] {"StreamDescription":{"EncryptionType":"NONE","EnhancedMonitoring":[{"ShardLevelMetrics":[]}],"HasMoreShards":false,"RetentionPeriodHours":24,"Shards":[{"HashKeyRange":{"EndingHashKey":"340282366920938463463374607431768211455","StartingHashKey":"0"},"SequenceNumberRange":{"StartingSequenceNumber":"49581726944927992643834318867001514145976244633373507586"},"ShardId":"shardId-000000000000"}],"StreamARN":"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example","StreamCreationTimestamp":1.518642184E9,"StreamName":"testing_example","StreamStatus":"ACTIVE"}} | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:35 [DEBUG] Increasing testing_example Stream Retention Period to 24 | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:35 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/IncreaseStreamRetentionPeriod Details: | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 58 | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=3eb54ac03b1b0fb8a32cee7968aaa45e8241500774900a5bcc9e1c60f6f2f86e | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210335Z | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.IncreaseStreamRetentionPeriod | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:35.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:35 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/IncreaseStreamRetentionPeriod Details: | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 0 | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:35 GMT | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: C7185TA3KVKYNBsBNjRZoQeWg4JWWwKpHzTkzyZ6DrBcPCL4q62w5oD7ofJUmYUg3dBGNfwZQSWoJhY6RCEd4mFlW2xQHDq8 | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: e4afe5bd-72b3-305a-b651-43dabcad18ee | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:35 [DEBUG] [aws-sdk-go] | |
2018-02-14T16:03:35.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:35 [DEBUG] Waiting for state to become: [ACTIVE] | |
aws_kinesis_stream.stream: Still creating... (40s elapsed) | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:45 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/DescribeStream Details: | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=d5800de7c4273aa46cfa118e4994a79d0743ba94284ef3776fc9818efdb4ad13 | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210345Z | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.DescribeStream | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:45.168-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:45 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/DescribeStream Details: | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 565 | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:45 GMT | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: Jf3UVG99r6h131MVNlP/g0rYX4e2UWjd95UsZ0I9jkX9supNdXYT9nNfpFI+ZYjklKV823BATmDZ3vHB3UOubkvuupce6/nY | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: e5f57138-7de3-6f75-b70b-d7497c91284a | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:45 [DEBUG] [aws-sdk-go] {"StreamDescription":{"EncryptionType":"NONE","EnhancedMonitoring":[{"ShardLevelMetrics":[]}],"HasMoreShards":false,"RetentionPeriodHours":24,"Shards":[{"HashKeyRange":{"EndingHashKey":"340282366920938463463374607431768211455","StartingHashKey":"0"},"SequenceNumberRange":{"StartingSequenceNumber":"49581726944927992643834318867001514145976244633373507586"},"ShardId":"shardId-000000000000"}],"StreamARN":"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example","StreamCreationTimestamp":1.518642184E9,"StreamName":"testing_example","StreamStatus":"ACTIVE"}} | |
2018-02-14T16:03:45.349-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:45 [DEBUG] Waiting for state to become: [ACTIVE] | |
aws_kinesis_stream.stream: Still creating... (50s elapsed) | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/DescribeStream Details: | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=d393d89cbfd9873aea439b1d70f7bb3cf0f54a77f9d8f67ad1357a3eb0e5f8d0 | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210355Z | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.DescribeStream | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.350-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:55.521-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/DescribeStream Details: | |
2018-02-14T16:03:55.521-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:55.521-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:55.521-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:55.521-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 565 | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:55 GMT | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: C6wHLBrAvqxOxLEW4NOHCapxqKOSD8d1/0VdoXpaTVHlQA249PwymBvCe2PRi/PkAmu2avRefVLccg+iZPLob2ioJtc51QyC | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: cdbd4ebd-48ab-f8ef-9f43-e8c6bbc419ad | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] {"StreamDescription":{"EncryptionType":"NONE","EnhancedMonitoring":[{"ShardLevelMetrics":[]}],"HasMoreShards":false,"RetentionPeriodHours":24,"Shards":[{"HashKeyRange":{"EndingHashKey":"340282366920938463463374607431768211455","StartingHashKey":"0"},"SequenceNumberRange":{"StartingSequenceNumber":"49581726944927992643834318867001514145976244633373507586"},"ShardId":"shardId-000000000000"}],"StreamARN":"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example","StreamCreationTimestamp":1.518642184E9,"StreamName":"testing_example","StreamStatus":"ACTIVE"}} | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/DescribeStream Details: | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=d393d89cbfd9873aea439b1d70f7bb3cf0f54a77f9d8f67ad1357a3eb0e5f8d0 | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210355Z | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.DescribeStream | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.522-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:55.689-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/DescribeStream Details: | |
2018-02-14T16:03:55.689-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:55.689-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:55.689-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 565 | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:55 GMT | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: RiAdewb9AIK7OT0jBsHmh3BD+kIRtBqspPJk3QF2zWp6K9v5/JSn5KdnOM1aGc0spkldpinN6hwfhxqaJUdSD7UThNVEe9YW | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: cfba5902-ae66-65f0-9d44-ff79eb9e8132 | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] {"StreamDescription":{"EncryptionType":"NONE","EnhancedMonitoring":[{"ShardLevelMetrics":[]}],"HasMoreShards":false,"RetentionPeriodHours":24,"Shards":[{"HashKeyRange":{"EndingHashKey":"340282366920938463463374607431768211455","StartingHashKey":"0"},"SequenceNumberRange":{"StartingSequenceNumber":"49581726944927992643834318867001514145976244633373507586"},"ShardId":"shardId-000000000000"}],"StreamARN":"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example","StreamCreationTimestamp":1.518642184E9,"StreamName":"testing_example","StreamStatus":"ACTIVE"}} | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/ListTagsForStream Details: | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/kinesis/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=6fb6c068ac782d5e9582169dba3ee0b436ca09bfadec710f566fda1b2ab9b94d | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210355Z | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.ListTagsForStream | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.690-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/ListTagsForStream Details: | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 31 | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:55 GMT | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: O8HgoK9e0cnj9X6WCR/yPNjSV635aod0JYSJ8+GO1CItnde6/VbxRwC8dLkabpmS57A4XWv07h2mp6jLLrRJgecqe5mPrQlE | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: d4de7e76-eb47-e2e0-8620-d80dc599e524 | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:55.877-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] {"HasMoreTags":false,"Tags":[]} | |
aws_kinesis_stream.stream: Creation complete after 51s (ID: arn:aws:kinesis:us-east-1:702151822554:stream/testing_example) | |
aws_iam_role_policy.inline-policy: Creating... | |
name: "" => "testing_example_firehose_inline_policy" | |
policy: "" => "{\n \"Version\": \"2012-10-17\",\n \"Statement\": [\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"s3:AbortMultipartUpload\",\n \"s3:GetBucketLocation\",\n \"s3:GetObject\",\n \"s3:ListBucket\",\n \"s3:ListBucketMultipartUploads\",\n \"s3:PutObject\"\n ],\n \"Resource\": [\n \"arn:aws:s3:::testing_example-bcZH0S4KhPbnXgJA-us-east-1\",\n \"arn:aws:s3:::testing_example-bcZH0S4KhPbnXgJA-us-east-1/*\"\n ]\n },\n {\n \"Effect\": \"Allow\",\n \"Action\": [\n \"kinesis:DescribeStream\",\n \"kinesis:GetShardIterator\",\n \"kinesis:GetRecords\"\n ],\n \"Resource\": \"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example\"\n }\n ]\n}\n" | |
er-aws_v1.9.0_x4: Action=PutRolePolicy&PolicyDocument=%7B%0A++%22Version%22%3A+%222012-10-17%22%2C%0A++%22Statement%22%3A+%5B%0A++++%7B%0A++++++%22Effect%22%3A+%22Allow%22%2C%0A++++++%22Action%22%3A+%5B%0A++++++++%22s3%3AAbortMultipartUpload%22%2C%0A++++++++%22s3%3AGetBucketLocation%22%2C%0A++++++++%22s3%3AGetObject%22%2C%0A++++++++%22s3%3AListBucket%22%2C%0A++++++++%22s3%3AListBucketMultipartUploads%22%2C%0A++++++++%22s3%3APutObject%22%0A++++++%5D%2C%0A++++++%22Resource%22%3A+%5B%0A++++++++%22arn%3Aaws%3As3%3A%3A%3Atesting_example-bcZH0S4KhPbnXgJA-us-east-1%22%2C%0A++++++++%22arn%3Aaws%3As3%3A%3A%3Atesting_example-bcZH0S4KhPbnXgJA-us-east-1%2F%2A%22%0A++++++%5D%0A++++%7D%2C%0A++++%7B%0A++++++%22Effect%22%3A+%22Allow%22%2C%0A++++++%22Action%22%3A+%5B%0A++++++++%22kinesis%3ADescribeStream%22%2C%0A++++++++%22kinesis%3AGetShardIterator%22%2C%0A++++++++%22kinesis%3AGetRecords%22%0A++++++%5D%2C%0A++++++%22Resource%22%3A+%22arn%3Aaws%3Akinesis%3Aus-east-1%3A702151822554%3Astream%2Ftesting_example%22%0A++++%7D%0A++%5D%0A%7D%0A&PolicyName=testing_example_firehose_inline_policy&RoleName=testing_example_firehose&Version=2010-05-08 | |
2018-02-14T16:03:55.880-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] Waiting for state to become: [success] | |
role: "" => "testing_example_firehose" | |
aws_kinesis_firehose_delivery_stream.fh_stream: Creating... | |
arn: "" => "<computed>" | |
destination: "" => "extended_s3" | |
destination_id: "" => "<computed>" | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:55 [DEBUG] [aws-sdk-go] DEBUG: Request firehose/CreateDeliveryStream Details: | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: firehose.us-east-1.amazonaws.com | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: User-Agent: aws-sdk-go/1.12.73 (go1.9.2; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.3 | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 626 | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAIGDRK3LLW5IFRUHA/20180214/us-east-1/firehose/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=d9d37856bd75faa3ab3057aeb9aad9860e2da28a4cc2367cc531878c05647ea5 | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210355Z | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Firehose_20150804.CreateDeliveryStream | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:55.881-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
extended_s3_configuration.#: "" => "1" | |
extended_s3_configuration.0.bucket_arn: "" => "arn:aws:s3:::testing_example-bcZH0S4KhPbnXgJA-us-east-1" | |
extended_s3_configuration.0.buffer_interval: "" => "60" | |
extended_s3_configuration.0.buffer_size: "" => "1" | |
extended_s3_configuration.0.cloudwatch_logging_options.#: "" => "<computed>" | |
extended_s3_configuration.0.compression_format: "" => "UNCOMPRESSED" | |
extended_s3_configuration.0.role_arn: "" => "arn:aws:iam::702151822554:role/testing_example_firehose" | |
kinesis_source_configuration.#: "" => "1" | |
kinesis_source_configuration.0.kinesis_stream_arn: "" => "arn:aws:kinesis:us-east-1:702151822554:stream/testing_example" | |
kinesis_source_configuration.0.role_arn: "" => "arn:aws:iam::702151822554:role/testing_example_firehose" | |
name: "" => "testing_example_firehose" | |
version_id: "" => "<computed>" | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:56 [DEBUG] [aws-sdk-go] DEBUG: Response iam/PutRolePolicy Details: | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 206 | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:55 GMT | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 91b4ef87-11ca-11e8-ae1a-df2bb2fe07b1 | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:56 [DEBUG] [aws-sdk-go] <PutRolePolicyResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>91b4ef87-11ca-11e8-ae1a-df2bb2fe07b1</RequestId> | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:03:56.085-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </PutRolePolicyResponse> | |
aws_iam_role_policy.inline-policy: Creation complete after 0s (ID: testing_example_firehose:testing_example_firehose_inline_policy) | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:56 [DEBUG] [aws-sdk-go] DEBUG: Response firehose/CreateDeliveryStream Details: | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 400 Bad Request | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 238 | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:03:56 GMT | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: kWQbJCv3roi6cfFPWvms17WNk1gvvahxdBjnLgurzKstLSquUjJsgAUWBqigHBtjT47nXXA1x57SqLVf3o7lVS+fXQTzindX | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 91b5d97e-11ca-11e8-9bd7-a913ab09836c | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:56 [DEBUG] [aws-sdk-go] {"__type":"InvalidArgumentException","message":"Role arn:aws:iam::702151822554:role/testing_example_firehose is not authorized to perform: kinesis:DescribeStream on resource arn:aws:kinesis:us-east-1:702151822554:stream/testing_example."} | |
2018-02-14T16:03:56.254-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:56 [DEBUG] [aws-sdk-go] DEBUG: Validate Response firehose/CreateDeliveryStream failed, not retrying, error InvalidArgumentException: Role arn:aws:iam::702151822554:role/testing_example_firehose is not authorized to perform: kinesis:DescribeStream on resource arn:aws:kinesis:us-east-1:702151822554:stream/testing_example. | |
2018-02-14T16:03:56.255-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 400, request id: 91b5d97e-11ca-11e8-9bd7-a913ab09836c | |
2018-02-14T16:03:56.255-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:03:56 [DEBUG] Error creating Firehose Delivery Stream: InvalidArgumentException: Role arn:aws:iam::702151822554:role/testing_example_firehose is not authorized to perform: kinesis:DescribeStream on resource arn:aws:kinesis:us-east-1:702151822554:stream/testing_example. | |
2018-02-14T16:03:56.255-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 400, request id: 91b5d97e-11ca-11e8-9bd7-a913ab09836c | |
2018/02/14 16:03:56 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred: | |
* aws_kinesis_firehose_delivery_stream.fh_stream: [WARN] Error creating Kinesis Firehose Delivery Stream: InvalidArgumentException: Role arn:aws:iam::702151822554:role/testing_example_firehose is not authorized to perform: kinesis:DescribeStream on resource arn:aws:kinesis:us-east-1:702151822554:stream/testing_example. | |
status code: 400, request id: 91b5d97e-11ca-11e8-9bd7-a913ab09836c | |
2018/02/14 16:03:56 [TRACE] [walkApply] Exiting eval tree: aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:03:56 [TRACE] dag/walk: upstream errored, not walking "provider.aws (close)" | |
2018/02/14 16:03:56 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)" | |
2018/02/14 16:03:56 [TRACE] dag/walk: upstream errored, not walking "root" | |
Error: Error applying plan: | |
1 error(s) occurred: | |
2018/02/14 16:03:56 [DEBUG] plugin: waiting for all plugin processes to complete... | |
* aws_kinesis_firehose_delivery_stream.fh_stream: 1 error(s) occurred: | |
* aws_kinesis_firehose_delivery_stream.fh_stream: [WARN] Error creating Kinesis Firehose Delivery Stream: InvalidArgumentException: Role arn:aws:iam::702151822554:role/testing_example_firehose is not authorized to perform: kinesis:DescribeStream on resource arn:aws:kinesis:us-east-1:702151822554:stream/testing_example. | |
status code: 400, request id: 91b5d97e-11ca-11e8-9bd7-a913ab09836c | |
Terraform does not automatically rollback in the face of errors. | |
Instead, your Terraform state file has been partially updated with | |
any resources that successfully completed. Please address the error | |
above and apply again to incrementally change your infrastructure. | |
2018-02-14T16:03:56.258-0500 [DEBUG] plugin: plugin process exited: path=/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-random_v1.1.0_x4 | |
2018-02-14T16:03:56.258-0500 [DEBUG] plugin: plugin process exited: path=/Users/rex/iam_kinesis_problem/.terraform/plugins/darwin_amd64/terraform-provider-aws_v1.9.0_x4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment