Created
February 14, 2018 21:08
-
-
Save rexroof/f62fccb56da2734197252954ad7d372f to your computer and use it in GitHub Desktop.
This file contains hidden or 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:07:17 [INFO] Terraform version: 0.11.3 | |
2018/02/14 16:07:17 [INFO] Go runtime version: go1.9.3 | |
2018/02/14 16:07:17 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.3/bin/terraform", "apply"} | |
2018/02/14 16:07:17 [DEBUG] Attempting to open CLI config file: /Users/rex/.terraformrc | |
2018/02/14 16:07:17 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018/02/14 16:07:17 [INFO] CLI command args: []string{"apply"} | |
2018/02/14 16:07:17 [INFO] command: empty terraform config, returning nil | |
2018/02/14 16:07:17 [DEBUG] command: no data state file found for backend config | |
2018/02/14 16:07:17 [DEBUG] New state was assigned lineage "704b4c06-c722-44b9-b640-0fe804e93dba" | |
2018/02/14 16:07:17 [INFO] command: backend initialized: <nil> | |
2018/02/14 16:07:17 [DEBUG] checking for provider in "." | |
2018/02/14 16:07:17 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.3/bin" | |
2018/02/14 16:07:17 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2018/02/14 16:07:17 [DEBUG] found provider "terraform-provider-aws_v1.9.0_x4" | |
2018/02/14 16:07:17 [DEBUG] found provider "terraform-provider-random_v1.1.0_x4" | |
2018/02/14 16:07:17 [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:07:17 [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:07:17 [DEBUG] checking for provisioner in "." | |
2018/02/14 16:07:17 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.3/bin" | |
2018/02/14 16:07:17 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" | |
2018/02/14 16:07:17 [INFO] command: backend <nil> is not enhanced, wrapping in local | |
2018/02/14 16:07:17 [INFO] backend/local: starting Apply operation | |
2018/02/14 16:07:17 [INFO] terraform: building graph: GraphTypeInput | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "data.aws_region.current": &terraform.ResourceState{Type:"aws_region", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e4b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "random_string.rand": &terraform.ResourceState{Type:"random_string", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e2d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_kinesis_stream.stream": &terraform.ResourceState{Type:"aws_kinesis_stream", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e3c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_s3_bucket.bucket": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{"data.aws_region.current", "random_string.rand"}, Primary:(*terraform.InstanceState)(0xc42041e460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_iam_role.firehose-role": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e320), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_iam_role_policy.inline-policy": &terraform.ResourceState{Type:"aws_iam_role_policy", Dependencies:[]string{"aws_iam_role.firehose-role", "aws_kinesis_stream.stream", "aws_s3_bucket.bucket"}, Primary:(*terraform.InstanceState)(0xc42041e370), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Resource state not found for "aws_kinesis_firehose_delivery_stream.fh_stream": aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:07:17 [DEBUG] adding missing provider: random | |
2018/02/14 16:07:17 [DEBUG] resource aws_s3_bucket.bucket using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource aws_kinesis_firehose_delivery_stream.fh_stream using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource data.aws_region.current using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource aws_iam_role.firehose-role using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource aws_iam_role_policy.inline-policy using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource random_string.rand using provider provider.random | |
2018/02/14 16:07:17 [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:07:17 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [var.stream_name] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [data.aws_region.current random_string.rand var.stream_name] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "provider.random" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [var.stream_name] | |
2018/02/14 16:07:17 [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] | |
Provider | |
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 | |
er | |
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 | |
Provider | |
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 | |
bleProvider | |
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 | |
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 | |
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 | |
undary (count boundary fixup) - *terraform.NodeCountBoundary | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:07:17 [DEBUG] Starting graph walk: walkInput | |
2018-02-14T16:07:17.374-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:07:17.384-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: plugin address: timestamp=2018-02-14T16:07:17.383-0500 address=/var/folders/h5/hq03f5yx4fn8jmfy7fvv55400000gn/T/plugin428169655 network=unix | |
2018-02-14T16:07:17.393-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:07:17.400-0500 [DEBUG] plugin.terraform-provider-random_v1.1.0_x4: 2018/02/14 16:07:17 [DEBUG] plugin: plugin address: unix /var/folders/h5/hq03f5yx4fn8jmfy7fvv55400000gn/T/plugin270650591 | |
:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/02/14 16:07:17 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_iam_role_policy.inline-policy | |
2018/02/14 16:07:17 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"inline-policy", Type:"aws_iam_role_policy", RawCount:(*config.RawConfig)(0xc4203a20e0), RawConfig:(*config.RawConfig)(0xc420400380), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/02/14 16:07:17 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:07:17 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"fh_stream", Type:"aws_kinesis_firehose_delivery_stream", RawCount:(*config.RawConfig)(0xc4203a2230), RawConfig:(*config.RawConfig)(0xc4203a2150), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/02/14 16:07:17 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_region.current | |
2018/02/14 16:07:17 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"current", Type:"aws_region", RawCount:(*config.RawConfig)(0xc4203a2310), RawConfig:(*config.RawConfig)(0xc4203a22a0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
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:07:17 [DEBUG] Attaching resource state to "aws_iam_role.firehose-role": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e320), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_iam_role_policy.inline-policy": &terraform.ResourceState{Type:"aws_iam_role_policy", Dependencies:[]string{"aws_iam_role.firehose-role", "aws_kinesis_stream.stream", "aws_s3_bucket.bucket"}, Primary:(*terraform.InstanceState)(0xc42041e370), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Resource state not found for "aws_kinesis_firehose_delivery_stream.fh_stream": aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "data.aws_region.current": &terraform.ResourceState{Type:"aws_region", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e4b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "random_string.rand": &terraform.ResourceState{Type:"random_string", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e2d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_kinesis_stream.stream": &terraform.ResourceState{Type:"aws_kinesis_stream", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e3c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_s3_bucket.bucket": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{"data.aws_region.current", "random_string.rand"}, Primary:(*terraform.InstanceState)(0xc42041e460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [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:07:17 [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:07:17 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/02/14 16:07:17 [TRACE] Attach provider request: []string{} aws | |
2018/02/14 16:07:17 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*cbleResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [var.stream_name] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [data.aws_region.current random_string.rand var.stream_name] | |
2018/02/14 16:07:17 [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:07:17 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "provider.random" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [var.stream_name] | |
2018/02/14 16:07:17 [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:07:17 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:07:17 [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_kws_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.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeValidatableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
ider | |
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.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.raws_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 | |
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:07:17 [DEBUG] Starting graph walk: walkValidate | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "var.stream_name" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.bucket" | |
2018/02/14 2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_kinesis_stream.stream": &terraform.ResourceState{Type:"aws_kinesis_stream", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e3c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [] | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_kinesis_stream.stream - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_iam_role.firehose-role": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e320), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [] | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "data.aws_region.current": &terraform.ResourceState{Type:"aws_region", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42041e4b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
data.aws_region.current - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.TargetsTransformer: | |
data.aws_region.current - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
data.aws_region.current - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_s3_bucket.bucket": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{"data.aws_region.current", "random_string.rand"}, Primary:(*terraform.InstanceState)(0xc42041e460), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Resource state not found for "aws_kinesis_firehose_delivery_stream.fh_stream": aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_kinesis_firehose_delivery_stream.fh_stream" references: [] | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "aws_kinesis_firehose_delivery_stream.fh_stream" | |
2018/02/14 16:07:17 [TRACE] dag/walk: walking "aws_kinesis_firehose_delivery_stream.fh_stream" | |
2018/02/14 16:07:17 [TRACE] vertex 'root.aws_kinesis_firehose_delivery_stream.fh_stream': walking | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_iam_role_policy.inline-policy": &terraform.ResourceState{Type:"aws_iam_role_policy", Dependencies:[]string{"aws_iam_role.firehose-role", "aws_kinesis_stream.stream", "aws_s3_bucket.bucket"}, Primary:(*terraform.InstanceState)(0xc42041e370), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.inline-policy" references: [] | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_iam_role_policy.inline-policy - *terraform.NodeValidatableResourceInstance | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.inline-policy" | |
2018/02/14 16:07:17 [TRACE] vertex 'root.aws_kinesis_firehose_delivery_stream.fh2018/02/14 16:07:17 [INFO] backend/local: apply calling Refresh | |
2018/02/14 16:07:17 [INFO] terraform: building graph: GraphTypeRefresh | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "random_string.rand": &terraform.ResourceState{Type:"random_string", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202f8f00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_kinesis_stream.stream": &terraform.ResourceState{Type:"aws_kinesis_stream", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202f9310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_s3_bucket.bucket": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{"data.aws_region.current", "random_string.rand"}, Primary:(*terraform.InstanceState)(0xc4202f9400), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_iam_role.firehose-role": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202f9270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "aws_iam_role_policy.inline-policy": &terraform.ResourceState{Type:"aws_iam_role_policy", Dependencies:[]string{"aws_iam_role.firehose-role", "aws_kinesis_stream.stream", "aws_s3_bucket.bucket"}, Primary:(*terraform.InstanceState)(0xc4202f92c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [DEBUG] Resource state not found for "aws_kinesis_firehose_delivery_stream.fh_stream": aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:07:17 [DEBUG] Attaching resource state to "data.aws_region.current": &terraform.ResourceState{Type:"aws_region", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202f9450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeRefreshableManagedResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeRefreshableManagedResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeRefreshableManagedResource | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResource | |
aws_s3_bucket.bucket - *terraform.NodeRefreshableManagedResource | |
data.aws_region.current - *terraform.NodeRefreshableDataResource | |
random_string.rand - *terraform.NodeRefreshableManagedResource | |
2018/02/14 16:07:17 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/02/14 16:07:17 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_region.current | |
2018/02/14 16:07:17 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"current", Type:"aws_region", RawCount:(*config.RawConfig)(0xc4203a2310), RawConfig:(*config.RawConfig)(0xc4203a22a0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/02/14 16:07:17 [TRACE]le | |
2018/02/14 16:07:17 [DEBUG] resource aws_kinesis_firehose_delivery_stream.fh_stream using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource data.aws_region.current using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource random_string.rand using provider provider.random | |
2018/02/14 16:07:17 [DEBUG] resource aws_kinesis_stream.stream using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource aws_s3_bucket.bucket using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource aws_iam_role.firehose-role using provider provider.aws | |
2018/02/14 16:07:17 [DEBUG] resource aws_iam_role_policy.inline-policy using provider provider.aws | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_s3_bucket.bucket - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.aws_region.current - *terraform.NodeRefreshableDataResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeRefreshableManagedResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.ame - *terraform.NodeRootVariable | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [data.aws_region.current random_string.rand var.stream_name] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [var.stream_name] | |
2018/02/14 16:07:17 [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:07:17 [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:07:17 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [var.stream_name] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "provider.random" references: [] | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_iam_role_policy.inline-policy - *terraform.NodeRefreshableManagedResource | |
aws_iam_role.firehose-role - *terraform.NodeRefreshableManagedResource | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResource | |
aws_s3_bucket.bucket - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeRefreshableManagedResource | |
aws_iam_role.firehose-role - *terraform.NodeRefreshableManagedResource | |
aws_kinesis_stream.stream - *terrm.NodeRootVariable | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeRefreshableManagedResource | |
aws_iam_role.firehose-role - *terraform.NodeRefreshableManagedResource | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResource | |
aws_s3_bucket.bucket - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_s3_bucket.bucket - *terraform.NodeRefreshableManagedResource | |
data.aws_region.current - *terraform.NodeRefreshableDataResource | |
provider.aws - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeRefreshableManagedResource | |
var.stream_name - *terraform.NodeRootVariable | |
data.aws_region.current - *terraform.NodeRefreshableDataResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
aws_iam_role.firehose-role - *terraform.NodeRefreshableManagedResource | |
aws_iam_role_policy.inline-policy - *terraform.NodeRefreshableManagedResource | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodeRefreshableManagedResource | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResource | |
aws_s3_bucket.bucket - *terraform.NodeRefreshableManagedResource | |
data.aws_region.current - *terraform.NodeRefreshableDataResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodeRefreshableManagedResource | |
random_string.rand - *terraform.NodeRefreshableManagedResource | |
provider.random - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
provider.aws (close) - *terraform.graphNodeCloseProvider | |
provider.random (close) - *terraform.graphNodeCloseProvider | |
var.stream_name - *terraform.NodeRootVariable | |
r.random (close) - *terraform.graphNodeCloseProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:07:17 [DEBUG] Starting graph walk: walkRefresh | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.inline-policy" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "aws_kinesis_firehose_delivery_stream.fh_stream" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "random_string.rand" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "aws_kinesis_stream.stream" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "root" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "provider.random" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "provider.random (close)" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "aws_s3_bucket.bucket" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "aws_iam_role.firehose-role" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "data.aws_region.current" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "var.stream_name" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added new vertex: "provider.aws" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added edge: "aws_kinesis_firehose_delivery_stream.fh_stream" waiting on "aws_kinesis_stream.stream" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added edge: "aws_s3_bucket.bucket" waiting on "data.aws_region.current" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added edge: "aws_iam_role.firehose-role" waiting on "var.stream_name" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added edge: "aws_iam_role_policy.inline-policy" waiting on "aws_s3_bucket.bucket" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added edge: "aws_kinesis_stream.stream" waiting on "provider.aws" | |
2018/02/14 16:07:17 [TRACE] dag/walk: added edge: "aws_kinesis_firehose_delivery_stream.fh_stream" waiting on "aws_iam_role.firehose-role" | |
2018/02/14 16:07:17 [TRACE] 2018/02/14 16:07:17 [DEBUG] Attaching resource state to "random_string.rand": &terraform.ResourceState{Type:"random_string", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202f8f00), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
random_string.rand - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:17 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:07:17 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
random_string.rand - *terraform.NodeRefreshableManagedResourceInstance | |
random_string.rand: Refreshing state... (ID: bcZH0S4KhPbnXgJA) | |
2018-02-14T16:07:18.225-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [INFO] Initializing DeviceFarm SDK connection | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sts.amazonaws.com | |
2018-02-14T16:07:18.226-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:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 43 | |
2018-02-14T16:07:18.226-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=54338fafc46734b715f5d9e627cd2e0e2695946388fef8867cbbb7fa62f8950e | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210718Z | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-02-14T16:07:18.226-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:18.486-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-02-14T16:07:18.486-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:18.486-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:18.486-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 419 | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:17 GMT | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 0a5c14ba-11cb-11e8-b7f7-c73fed01304a | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetCallerIdentityResult> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Account>702151822554</Account> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResult> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>0a5c14ba-11cb-11e8-b7f7-c73fed01304a</RequestId> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResponse> | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com | |
2018-02-14T16:07:18.487-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:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 33 | |
2018-02-14T16:07:18.487-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=88c9f2ea7a9d0aadf4a7a58892bada45ca4006c20ddfb531eca78237dc11d43f | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210718Z | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-02-14T16:07:18.487-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 557 | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:17 GMT | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 0a7e1b60-11cb-11e8-916a-e1c881172f9f | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetUserResult> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <User> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PasswordLastUsed>2018-02-14T15:01:07Z</PasswordLastUsed> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserName>[email protected]</UserName> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2015-01-12T15:34:16Z</CreateDate> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </User> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResult> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>0a7e1b60-11cb-11e8-916a-e1c881172f9f</RequestId> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:07:18.715-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResponse> | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: ec2.us-east-1.amazonaws.com | |
2018-02-14T16:07:18.716-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:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 87 | |
2018-02-14T16:07:18.716-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=39eb5df36858865d954190a31b02dd2e13158291d1a607d134338465360a6e57 | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210718Z | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-02-14T16:07:18.716-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:18 GMT | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonEC2 | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Vary: Accept-Encoding | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <requestId>f92d42b6-7609-462a-bad2-5d831feefc51</requestId> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <accountAttributeSet> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValueSet> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>EC2</attributeValue> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>VPC</attributeValue> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </attributeValueSet> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </accountAttributeSet> | |
2018-02-14T16:07:18.989-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </DescribeAccountAttributesResponse> | |
2018/02/14 16:07:18 [DEBUG] Attaching resource state to "aws_iam_role.firehose-role": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202f9270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:18 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role.firehose-role - *terraform.NodeRefreshableManagedResourceInstance | |
aws_iam_role.firehose-role: Refreshing state... (ID: testing_example_firehose) | |
aws_kinesis_stream.stream: Refreshing state... (ID: arn:aws:kinesis:us-east-1:702151822554:stream/testing_example) | |
2018/02/14 16:07:18 [DEBUG] Attaching resource state to "aws_kinesis_stream.stream": &terraform.ResourceState{Type:"aws_kinesis_stream", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202f9310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:18 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:18 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:18 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [] | |
2018/02/14 16:07:18 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:18 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_kinesis_stream.stream - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:18 [TRACE] dag/walk: added new vertex: "aws_kinesis_stream.stream" | |
2018/02/14 16:07:18 [TRACE] dag/walk: walking "aws_kinesis_stream.stream" | |
2018/02/14 16:07:18 [TRACE] vertex 'root.aws_kinesis_stream.stream': walking | |
2018/02/14 16:07:18 [TRACE] vertex 'root.aws_kinesis_stream.stream': evaluating | |
2018/02/14 16:07:18 [TRACE] [walkRefresh] Entering eval tree: aws_kinesis_stream.stream | |
2018/02/14 16:07:18 [TRACE] root: eval: *terraform.EvalSequence | |
2018/02/14 16:07:18 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/02/14 16:07:18 [TRACE] root: eval: *terraform.EvalReadState | |
2018/02/14 16:07:18 [TRACE] root: eval: *terraform.EvalRefresh | |
2018/02/14 16:07:18 [DEBUG] Attaching resource state to "data.aws_region.current": &terraform.ResourceState{Type:"aws_region", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202f9450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:18 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
data.aws_region.current - *terraform.NodeRefreshableDataResourceInstance | |
T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 67 | |
2018-02-14T16:07:18.991-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=3b5fac5369f4c2251a73aac4ff0579426fd585bbce3e35c4f9488d14e5cf717b | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210718Z | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetRole&RoleName=testing_example_firehose&Version=2010-05-08 | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/DescribeStream Details: | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:07:18.991-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:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:07:18.991-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=3835e0d560f613c20aee0de1ba224aa58dce852ae0bd57e4cbe750aeb953e287 | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210718Z | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.DescribeStream | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
data.aws_region.current: Refreshing state... | |
2018/02/14 16:07:18 [DEBUG] Attaching resource state to "aws_s3_bucket.bucket": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{"data.aws_region.current", "random_string.rand"}, Primary:(*terraform.InstanceState)(0xc4202f9400), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:18 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_s3_bucket.bucket - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:18 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [] | |
2018/02/14 16:07:18 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_s3_bucket.bucket - *terraform.NodeRefreshableManagedResourceInstance | |
aws_s3_bucket.bucket: Refreshing state... (ID: testing_example-bcZH0S4KhPbnXgJA-us-east-1) | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:18 [DEBUG] [aws-sdk-go] DEBUG: Request s3/HeadBucket Details: | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HEAD /testing_example-bcZH0S4KhPbnXgJA-us-east-1 HTTP/1.1 | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:18.993-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:07:18.993-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=e5160c562c8584399a09f69f93b248941e74427f11c0223e358fbe1446c38455 | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210718Z | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:18.993-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRole Details: | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 786 | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:18 GMT | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 0ac20218-11cb-11e8-8b57-4189d45ea4ef | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] <GetRoleResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetRoleResult> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Role> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path> | |
2018-02-14T16:07:19.161-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:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RoleId>AROAJHOESRX3YFZ7GUYEA</RoleId> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RoleName>testing_example_firehose</RoleName> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:role/testing_example_firehose</Arn> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2018-02-14T21:03:05Z</CreateDate> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </Role> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetRoleResult> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>0ac20218-11cb-11e8-8b57-4189d45ea4ef</RequestId> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:07:19.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetRoleResponse> | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Response s3/HeadBucket Details: | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:20 GMT | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Bucket-Region: us-east-1 | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: dagjeLnfIiibYn9s7MK1i6D1jgeI5s5oFF58ZNmwk28OqsDYrv3x6t4UZGGwB9zuDibizGWAUnQ= | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: ADCBFA9F017ED880 | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] | |
2018-02-14T16:07:19.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketCors Details: | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?cors= HTTP/1.1 | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:19.180-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:07:19.180-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=c5e54071350b90f5080b5db6adc4f5afdb995015fe75419dcdfc429983e4bf68 | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210719Z | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/DescribeStream Details: | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 565 | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:18 GMT | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: mdcXZGRBjB0WZiJJT4FNh6txupu4Zt/NqEM2r6oLLhMkeojT5731IU1Zf0M14spdbygWNgpcsCKTkl6wCuEaktWXrr6m8wV1e+zqNYWIhog= | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: c00706f2-16fd-d3c5-92f9-a1b5423211a4 | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [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:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Request kinesis/ListTagsForStream Details: | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: kinesis.us-east-1.amazonaws.com | |
2018-02-14T16:07:19.184-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:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 32 | |
2018-02-14T16:07:19.184-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=7d1e1f029cc0fe2d992ea3d1385016f1d092daeadeae2c4d2b31bedad375b639 | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210719Z | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Kinesis_20131202.ListTagsForStream | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.184-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.339-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketCors Details: | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:19 GMT | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: OIoCkD5cBbwA62GO+2w2uJGSLqdT5lFwVcsQC+zvRgf+u8SGc8iBwaFv0IB34NnWfVOmmzdBtZw= | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 3E2DC479D1BC87DE | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:19.340-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>3E2DC479D1BC87DE</RequestId><HostId>OIoCkD5cBbwA62GO+2w2uJGSLqdT5lFwVcsQC+zvRgf+u8SGc8iBwaFv0IB34NnWfVOmmzdBtZw=</HostId></Error> | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketCors failed, not retrying, error NoSuchCORSConfiguration: The CORS configuration does not exist | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: 3E2DC479D1BC87DE, host id: OIoCkD5cBbwA62GO+2w2uJGSLqdT5lFwVcsQC+zvRgf+u8SGc8iBwaFv0IB34NnWfVOmmzdBtZw= | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [WARN] S3 bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, no CORS configuration could be found. | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] S3 bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, read CORS: { | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:07:19.340-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketWebsite Details: | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?website= HTTP/1.1 | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:19.341-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:07:19.341-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=333ffeb16a839ce4a10410892fe4b77c7f11f79229c72ac48befb62e8804de0d | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210719Z | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.341-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Response kinesis/ListTagsForStream Details: | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 31 | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:18 GMT | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: Apache-Coyote/1.1 | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: PfXcxT4EsFoPhe/+R4180KmsSwO2ftdn1elphGNpsNlLEiWWYrOoQ/YMemIveQE7SenetJcOJVoinnBBQpE0YWOKYI/er7y9cV3r+M4s5as= | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: e73e0399-ac1f-9713-b5c0-a4de988b0d3d | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.361-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] {"HasMoreTags":false,"Tags":[]} | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketWebsite Details: | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:18 GMT | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: BcIqK+Sdma96r7vbajcgq6kaCWQvhhbo2BoylOwTqyd4C0lPFAb536pKSn/vfv1b66qUm+bqXis= | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 0B90E453466147A7 | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:19.514-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>0B90E453466147A7</RequestId><HostId>BcIqK+Sdma96r7vbajcgq6kaCWQvhhbo2BoylOwTqyd4C0lPFAb536pKSn/vfv1b66qUm+bqXis=</HostId></Error> | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [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:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: 0B90E453466147A7, host id: BcIqK+Sdma96r7vbajcgq6kaCWQvhhbo2BoylOwTqyd4C0lPFAb536pKSn/vfv1b66qUm+bqXis= | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketVersioning Details: | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?versioning= HTTP/1.1 | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:19.514-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:07:19.514-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=adc6ebd2c1c6a702881ee0a90d903b0ee39791fb87bf06cbbcdcf0550156bcdd | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210719Z | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.514-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketVersioning Details: | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:20 GMT | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: OJtZa9zxk69OiuptawTHGFrT/GztG8XG6D2v0e+NfckxqQPdcSrv0lXSFNUs4TQiKcePoZHgqjw= | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 58A2511D65A7562C | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <VersioningConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/> | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, versioning: { | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketAccelerateConfiguration Details: | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?accelerate= HTTP/1.1 | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:19.676-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:07:19.676-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=aefcc52aa3773ef6aa0a28fcfbf383e65699fd88e806f81aa185c64fe9ac90d6 | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210719Z | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.676-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketAccelerateConfiguration Details: | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:20 GMT | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: 40qVLAjbUx8Jkv46Z5sVLjYNjFXFSiTQFPBQ282iNXQBEC4PEdOaXd/WkLzgY/ncceiYf+J9+/U= | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 29A05E6BFAC80188 | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <AccelerateConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/> | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] S3 bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, read Acceleration: { | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketRequestPayment Details: | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?requestPayment= HTTP/1.1 | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:19.841-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:07:19.841-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=bf5f38f8218fe60ba893ab23f7800489ac6c1d887f836f8a0a678f25691f3f56 | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210719Z | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.841-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketRequestPayment Details: | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:20 GMT | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: 4e6Bi6dkToTZ47isrfENL5oN4VAUpe4p0qeBNV+gifYP9XwGjFndUpZOMT2z+H1wpZLcRZwyN3Q= | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 27DA410F236E1FE0 | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:19.991-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:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, read request payer: { | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Payer: "BucketOwner" | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:19 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLogging Details: | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?logging= HTTP/1.1 | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:19.991-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:07:19.991-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=f18dbd808ea6a7c9e6a36a8e4af6f62c26f8485d7fa0c536ef79c1dfcd950f80 | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210719Z | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:19.991-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLogging Details: | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 289 | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:21 GMT | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: nkpZ6QQBX+LiElynhQ58zUFC3FfRWp2GCO10370PvbRHBSS7yLDlyiGHGLIp+H1kUwcCZKeop34= | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 35D7B8D33313860D | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <BucketLoggingStatus xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> | |
2018-02-14T16:07:20.160-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:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </BucketLoggingStatus> | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, logging: { | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:07:20.160-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLifecycleConfiguration Details: | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?lifecycle= HTTP/1.1 | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:20.161-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:07:20.161-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=e882596a673ff4ed1a93d0044326aa072baaa9f1cb2b8e66baf1dfc1da090472 | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210720Z | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.161-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLifecycleConfiguration Details: | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:19 GMT | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: 3q+JpJZWn8TJ3cQz7pxKZ+hg2pAViSHY8ZYdIwjgudnbau8TfuVSXkUghTCAuj49VouumSikyK4= | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 15DFD4C1DE7DA714 | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:20.307-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>15DFD4C1DE7DA714</RequestId><HostId>3q+JpJZWn8TJ3cQz7pxKZ+hg2pAViSHY8ZYdIwjgudnbau8TfuVSXkUghTCAuj49VouumSikyK4=</HostId></Error> | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketLifecycleConfiguration failed, not retrying, error NoSuchLifecycleConfiguration: The lifecycle configuration does not exist | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: 15DFD4C1DE7DA714, host id: 3q+JpJZWn8TJ3cQz7pxKZ+hg2pAViSHY8ZYdIwjgudnbau8TfuVSXkUghTCAuj49VouumSikyK4= | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, lifecycle: { | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketReplication Details: | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?replication= HTTP/1.1 | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:20.307-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:07:20.307-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=de5b381f90415bdb0f4a83c8c54c3b63f01424490ea9542d409bd70c81a31d4a | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210720Z | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.307-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketReplication Details: | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:20 GMT | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: LO4V/ly7MJOXILr0pizqu9L6aQ5HI0KZGtqb7N2eKdMtZDD5MgzZHq4B4d6/+n60c8YE17jO8RA= | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 3E3F8B6078D306DE | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:20.468-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>3E3F8B6078D306DE</RequestId><HostId>LO4V/ly7MJOXILr0pizqu9L6aQ5HI0KZGtqb7N2eKdMtZDD5MgzZHq4B4d6/+n60c8YE17jO8RA=</HostId></Error> | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketReplication failed, not retrying, error ReplicationConfigurationNotFoundError: The replication configuration was not found | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: 3E3F8B6078D306DE, host id: LO4V/ly7MJOXILr0pizqu9L6aQ5HI0KZGtqb7N2eKdMtZDD5MgzZHq4B4d6/+n60c8YE17jO8RA= | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] S3 Bucket: testing_example-bcZH0S4KhPbnXgJA-us-east-1, read replication configuration: { | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: } | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketEncryption Details: | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?encryption= HTTP/1.1 | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:20.468-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:07:20.468-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=96b17e8cb286fc15d113f6afa2c851739ea806804ecccaa89f098f287853c74c | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210720Z | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.468-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketEncryption Details: | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:19 GMT | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: ir/rGMn6A2xZrQxNg0mPqt0Y7wSk9iwpe/PCc645/G5oF0f71UY8CuzIaXE2eIqEiHVLJk/qIKQ= | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: C1EAEC3B523DA71D | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:20.634-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>C1EAEC3B523DA71D</RequestId><HostId>ir/rGMn6A2xZrQxNg0mPqt0Y7wSk9iwpe/PCc645/G5oF0f71UY8CuzIaXE2eIqEiHVLJk/qIKQ=</HostId></Error> | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [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:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: C1EAEC3B523DA71D, host id: ir/rGMn6A2xZrQxNg0mPqt0Y7wSk9iwpe/PCc645/G5oF0f71UY8CuzIaXE2eIqEiHVLJk/qIKQ= | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] Default encryption is not enabled for testing_example-bcZH0S4KhPbnXgJA-us-east-1 | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] Waiting for state to become: [success] | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketLocation Details: | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?location= HTTP/1.1 | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:20.634-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:07:20.634-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=6a0b979fd4578b9bb48af21a9fddfc90f4ee0d02e7efafd9a1f9a0b30dbf61f7 | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210720Z | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketLocation Details: | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:21 GMT | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: s/gOjFktqOut+rv6xhtR7jUaUBh4efFlRUIGB7BlPFtRvz8FIL7Pr/3h42rUn6HEG/MiVejeoYE= | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 797FDD1949AFDE19 | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <LocationConstraint xmlns="http://s3.amazonaws.com/doc/2006-03-01/"/> | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Request s3/GetBucketTagging Details: | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: GET /testing_example-bcZH0S4KhPbnXgJA-us-east-1?tagging= HTTP/1.1 | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: s3.amazonaws.com | |
2018-02-14T16:07:20.782-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:07:20.782-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=6ac5b15fad9324a812bbb771b3b51d28d7faf313a48096e6f4b194eed179e242 | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210720Z | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.782-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Response s3/GetBucketTagging Details: | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 404 Not Found | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/xml | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:19 GMT | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonS3 | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: gR50Y1QHfF9nJc26rdywP5i1F+4pfc5Xhjg2vG7fDxQIH5T0anPSwBwx7Lox1aOrCUZgpo4jzgk= | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Request-Id: 3A7245AAA890C858 | |
2018-02-14T16:07:20.950-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.951-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.951-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:20.951-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:20.951-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>3A7245AAA890C858</RequestId><HostId>gR50Y1QHfF9nJc26rdywP5i1F+4pfc5Xhjg2vG7fDxQIH5T0anPSwBwx7Lox1aOrCUZgpo4jzgk=</HostId></Error> | |
2018-02-14T16:07:20.951-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Validate Response s3/GetBucketTagging failed, not retrying, error NoSuchTagSet: The TagSet does not exist | |
2018-02-14T16:07:20.951-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: status code: 404, request id: 3A7245AAA890C858, host id: gR50Y1QHfF9nJc26rdywP5i1F+4pfc5Xhjg2vG7fDxQIH5T0anPSwBwx7Lox1aOrCUZgpo4jzgk= | |
aws_iam_role_policy.inline-policy: Refreshing state... (ID: testing_example_firehose:testing_example_firehose_inline_policy) | |
2018/02/14 16:07:20 [DEBUG] Attaching resource state to "aws_iam_role_policy.inline-policy": &terraform.ResourceState{Type:"aws_iam_role_policy", Dependencies:[]string{"aws_iam_role.firehose-role", "aws_kinesis_stream.stream", "aws_s3_bucket.bucket"}, Primary:(*terraform.InstanceState)(0xc4202f92c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:20 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
aws_iam_role_policy.inline-policy - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:20 [TRACE] Graph after step *terraform.TargetsTransformer: | |
aws_iam_role_policy.inline-policy - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:20 [DEBUG] ReferenceTransformer: "aws_iam_role_policy.inline-policy" references: [] | |
2018/02/14 16:07:20 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_iam_role_policy.inline-policy - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:20 [TRACE] Graph after step *terraform.RootTransformer: | |
aws_iam_role_policy.inline-policy - *terraform.NodeRefreshableManagedResourceInstance | |
2018/02/14 16:07:20 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.inline-policy" | |
2018/02/14 16:07:20 [TRACE] dag/walk: walking "aws_iam_role_policy.inline-policy" | |
2018/02/14 16:07:20 [TRACE] vertex 'root.aws_iam_role_policy.inline-policy': walking | |
2018/02/14 16:07:20 [TRACE] vertex 'root.aws_iam_role_policy.inline-policy': evaluating | |
2018/02/14 16:07:20 [TRACE] [walkRefresh] Entering eval tree: aws_iam_role_policy.inline-policy | |
2018/02/14 16:07:20 [TRACE] root: eval: *terraform.EvalSequence | |
2018/02/14 16:07:20 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/02/14 16:07:20 [TRACE] root: eval: *terraform.EvalReadState | |
2018/02/14 16:07:20 [TRACE] root: eval: *terraform.EvalRefresh | |
2018/02/14 16:07:20 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/02/14 16:07:20 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:20 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetRolePolicy Details: | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com | |
2018-02-14T16:07:20.952-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:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 123 | |
2018-02-14T16:07:20.952-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=6c71e3a92b6d3a06cdfaf55b47885b0d23e811260037e67185952697d5c3ac0d | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210720Z | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetRolePolicy&PolicyName=testing_example_firehose_inline_policy&RoleName=testing_example_firehose&Version=2010-05-08 | |
2018-02-14T16:07:20.952-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetRolePolicy Details: | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 1736 | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:20 GMT | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 0becee28-11cb-11e8-af30-03f714dba9c9 | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [DEBUG] [aws-sdk-go] <GetRolePolicyResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetRolePolicyResult> | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PolicyDocument>%7B%0A%20%20%22Version%22%3A%20%222012-10-17%22%2C%0A%20%20%22Statement%22%3A%20%5B%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22Effect%22%3A%20%22Allow%22%2C%0A%20%20%20%20%20%20%22Action%22%3A%20%5B%0A%20%20%20%20%20%20%20%20%22s3%3AAbortMultipartUpload%22%2C%0A%20%20%20%20%20%20%20%20%22s3%3AGetBucketLocation%22%2C%0A%20%20%20%20%20%20%20%20%22s3%3AGetObject%22%2C%0A%20%20%20%20%20%20%20%20%22s3%3AListBucket%22%2C%0A%20%20%20%20%20%20%20%20%22s3%3AListBucketMultipartUploads%22%2C%0A%20%20%20%20%20%20%20%20%22s3%3APutObject%22%0A%20%20%20%20%20%20%5D%2C%0A%20%20%20%20%20%20%22Resource%22%3A%20%5B%0A%20%20%20%20%20%20%20%20%22arn%3Aaws%3As3%3A%3A%3Atesting_example-bcZH0S4KhPbnXgJA-us-east-1%22%2C%0A%20%20%20%20%20%20%20%20%22arn%3Aaws%3As3%3A%3A%3Atesting_example-bcZH0S4KhPbnXgJA-us-east-1%2F%2A%22%0A%20%20%20%20%20%20%5D%0A%20%20%20%20%7D%2C%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22Effect%22%3A%20%22Allow%22%2C%0A%20%20%20%20%20%20%22Action%22%3A%20%5B%0A%20%20%20%20%20%20%20%20%22kinesis%3ADescribeStream%22%2C%0A%20%20%20%20%20%20%20%20%22kinesis%3AGetShardIterator%22%2C%0A%20%20%20%20%20%20%20%20%22kinesis%3AGetRecords%22%0A%20%20%20%20%20%20%5D%2C%0A%20%20%20%20%20%20%22Resource%22%3A%20%22arn%3Aaws%3Akinesis%3Aus-east-1%3A702151822554%3Astream%2Ftesting_example%22%0A%20%20%20%20%7D%0A%20%20%5D%0A%7D%0A</PolicyDocument> | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RoleName>testing_example_firehose</RoleName> | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PolicyName>testing_example_firehose_inline_policy</PolicyName> | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetRolePolicyResult> | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>0becee28-11cb-11e8-af30-03f714dba9c9</RequestId> | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:07:21.124-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetRolePolicyResponse> | |
2018/02/14 16:07:21 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/02/14 16:07:21 [DEBUG] Attaching resource state to "aws_s3_bucket.bucket": &terraform.ResourceState{Type:"aws_s3_bucket", Dependencies:[]string{"data.aws_region.current", "random_string.rand"}, Primary:(*terraform.InstanceState)(0xc4205dc2d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:21 [DEBUG] Attaching resource state to "aws_iam_role.firehose-role": &terraform.ResourceState{Type:"aws_iam_role", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205dc190), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:21 [DEBUG] Attaching resource state to "aws_iam_role_policy.inline-policy": &terraform.ResourceState{Type:"aws_iam_role_policy", Dependencies:[]string{"aws_iam_role.firehose-role", "aws_kinesis_stream.stream", "aws_s3_bucket.bucket"}, Primary:(*terraform.InstanceState)(0xc4205dc1e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:21 [DEBUG] Resource state not found for "aws_kinesis_firehose_delivery_stream.fh_stream": aws_kinesis_firehose_delivery_stream.fh_stream | |
2018/02/14 16:07:21 [DEBUG] Attaching resource state to "data.aws_region.current": &terraform.ResourceState{Type:"aws_region", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205dc320), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:21 [DEBUG] Attaching resource state to "random_string.rand": &terraform.ResourceState{Type:"random_string", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205dc140), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:21 [DEBUG] Attaching resource state to "aws_kinesis_stream.stream": &terraform.ResourceState{Type:"aws_kinesis_stream", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205dc230), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:21 [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:07:21 [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:07:21 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/02/14 16:07:21 [TRACE] Attach provider request: []string{} aws | |
2018/02/14 16:07:21 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4203752d0)} | |
2018/02/14 16:07:21 [TRACE] Graph after step *terraform.ProviderConfigTransformer: | |
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 | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:07:21 [DEBUG] adding missing provider: random | |
2018/02/14 16:07:21 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
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 | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:07:21 [DEBUG] resource aws_kinesis_stream.stream using provider provider.aws | |
2018/02/14 16:07:21 [DEBUG] resource aws_s3_bucket.bucket using provider provider.aws | |
2018/02/14 16:07:21 [DEBUG] resource aws_kinesis_firehose_delivery_stream.fh_stream using provider provider.aws | |
2018/02/14 16:07:21 [DEBUG] resource data.aws_region.current using provider provider.aws | |
2018/02/14 16:07:21 [DEBUG] resource aws_iam_role.firehose-role using provider provider.aws | |
2018/02/14 16:07:21 [DEBUG] resource aws_iam_role_policy.inline-policy using provider provider.aws | |
2018/02/14 16:07:21 [DEBUG] resource random_string.rand using provider provider.random | |
2018/02/14 16:07:21 [TRACE] Graph after step *terraform.ProviderTransformer: | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.aws_region.current - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:07:21 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
data.aws_region.current - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.aws - *terraform.NodeApplyablProvider | |
provider.random - *terraform.NodeApplyableProvider | |
random_string.rand - *terraform.NodePlannableResource | |
provider.random - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
2018/02/14 16:07:21 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:07:21 [DEBUG] ReferenceTransformer: "aws_iam_role.firehose-role" references: [var.stream_name] | |
2018/02/14 16:07:21 [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:07:21 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:07:21 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:07:21 [DEBUG] ReferenceTransformer: "provider.random" references: [] | |
2018/02/14 16:07:21 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:07:21 [DEBUG] ReferenceTransformer: "aws_kinesis_stream.stream" references: [var.stream_name] | |
2018/02/14 16:07:21 [DEBUG] ReferenceTransformer: "aws_s3_bucket.bucket" references: [data.aws_region.current random_string.rand var.stream_name] | |
2018/02/14 16:07:21 [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:07:21 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePr | |
var.stream_name - *terraform.NodeRootVariable | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
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 | |
provider.aws - *terraform.NodeApplyableProvider | |
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.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 | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRootVariable | |
provider.aws - *terraform.NodeApplyableProvider | |
provider.awsNodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_iam_role_policy.inline-policy - *terraform.NodePlannableResource | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
aws_kinesis_firehose_delivery_stream.fh_stream - *terraform.NodePlannableResource | |
aws_iam_role.firehose-role - *terraform.NodePlannableResource | |
aws_kinesis_stream.stream - *terraform.NodePlannableResource | |
aws_s3_bucket.bucket - *terraform.NodePlannableResource | |
provider.aws - *terraform.NodeApplyableProvider | |
var.stream_name - *terraform.NodeRootVariable | |
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 | |
provider.aws - *terraform.NodeApplyableProvider | |
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.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 | |
random_string.rand - *terraform.NodePlannableResource | |
var.stream_name - *terraform.NodeRoo 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:07:21 [DEBUG] Starting graph walk: walkPlan | |
2018/02/14 16:07:21 [TRACE] dag/walk: added new vertex: "var.stream_name" | |
2018/02/14 16:07:21 [TRACE] dag/walk: added new vertex: "provider.aws (close)" | |
2018/02/14 16:07:21 [TRACE] dag/walk: added new vertex: "root" | |
2018/02/14 16:07:21 [TRACE] dag/walk: added new vertex: "random_string.rand" | |
2018/02/14 16:07:21 [TRACE] dag/walk: added new vertex: "aws_kinesis_firehose_delivery_stream.fh_stream" | |
2018/02/14 16:07:21 [TRACE] dag/walk: added new vertex: "provider.random (close)" | |
2018/02/14 16:07:21 [TRACE] dag/walk: added new vertex: "aws_iam_role_policy.inline-policy" | |
201form.InstanceState)(0xc4205dc140), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:21 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
random_string.rand - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:07:21 [TRACE] Graph after step *terraform.TargetsTransformer: | |
random_string.rand - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:07:21 [DEBUG] ReferenceTransformer: "random_string.rand" references: [] | |
2018/02/14 16:07:21 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
random_string.rand - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:07:21 [TRACE] Graph after step *terraform.RootTransformer: | |
random_string.rand - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:07:21 [TRACE] dag/walk: added new vertex: "random_string.rand" | |
2018/02/14 16:07:21 [TRACE] dag/walk: walking "random_string.rand" | |
2018/02/14 16:07:21 [TRACE] vertex 'root.random_string.rand': walking | |
2018/02/14 16:07:21 [TRACE] vertex 'root.random_string.rand': evaluating | |
2018/02/14 16:07:21 [TRACE] [walkPlan] Entering eval tree: random_string.rand | |
2018/02/14 16:07:21 [TRACE] root: eval: *terraform.EvalSequence | |
2018/02/14 16:07:21 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/02/14 16:07:21 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/02/14 16:07:21 [TRACE] root: eval: *terraform.EvalValidateResource | |
2018-02-14T16:07:21.133-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [INFO] No assume_role block read from configuration | |
2018-02-14T16:07:21.133-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [INFO] Building AWS region structure | |
2018-02-14T16:07:21.133-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [INFO] Building AWS auth structure | |
2018-02-14T16:07:21.133-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [INFO] Setting AWS metadata API timeout to 100ms | |
2018/02/14 16:07:21 [TRACE] root: eval: *terraform.EvalReadState | |
2012018-02-14T16:07:21.824-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-02-14T16:07:21.824-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-02-14T16:07:21.824-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [INFO] Initializing DeviceFarm SDK connection | |
2018-02-14T16:07:21.824-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-02-14T16:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sts.amazonaws.com | |
2018-02-14T16:07:21.825-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:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 43 | |
2018-02-14T16:07:21.825-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=59bab899702f66966471f16aea69c1ccee96ee5edfd2c0a7a98035d3c1550871 | |
2018-02-14T16:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210721Z | |
2018-02-14T16:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-02-14T16:07:21.825-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 419 | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:21 GMT | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 0c746d32-11cb-11e8-8957-4116700b44a7 | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetCallerIdentityResult> | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Account>702151822554</Account> | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResult> | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:07:21.999-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>0c746d32-11cb-11e8-8957-4116700b44a7</RequestId> | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResponse> | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:21 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:22 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com | |
2018-02-14T16:07:22.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:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 33 | |
2018-02-14T16:07:22.000-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=b0a40445ece9eaf9aa53e6af864d895abea0164169f4026fa8b4fcd5be246622 | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210721Z | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-02-14T16:07:22.000-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:22 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 557 | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:21 GMT | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 0c8bec65-11cb-11e8-af30-03f714dba9c9 | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:22 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetUserResult> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <User> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PasswordLastUsed>2018-02-14T15:01:07Z</PasswordLastUsed> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserName>[email protected]</UserName> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2015-01-12T15:34:16Z</CreateDate> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </User> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResult> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>0c8bec65-11cb-11e8-af30-03f714dba9c9</RequestId> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResponse> | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:22 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: ec2.us-east-1.amazonaws.com | |
2018-02-14T16:07:22.163-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:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 87 | |
2018-02-14T16:07:22.163-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=989a0612ab2f552b7b05fc8ded92951a1089a4b493c688b88a50f9c0865f4296 | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210722Z | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-02-14T16:07:22.163-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:22 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:21 GMT | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonEC2 | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Vary: Accept-Encoding | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:22 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <requestId>ef5a36aa-11d0-454f-a6cb-6dfd2ae58f03</requestId> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <accountAttributeSet> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValueSet> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>EC2</attributeValue> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>VPC</attributeValue> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </attributeValueSet> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </accountAttributeSet> | |
2018-02-14T16:07:22.334-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </DescribeAccountAttributesResponse> | |
2018/02/14 16:07:22 [DEBUG] Attaching resource state to "data.aws_region.current": &terraform.ResourceState{Type:"aws_region", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205dc320), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}} | |
2018/02/14 16:07:22 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:07:22 [TRACE] Graph after step *terraform.TargetsTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:07:22 [DEBUG] ReferenceTransformer: "data.aws_region.current" references: [] | |
2018/02/14 16:07:22 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:07:22 [TRACE] Graph after step *terraform.RootTransformer: | |
data.aws_region.current - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:07:22 [TRACE] dag/walk: added new vertex: "data.aws_region.current" | |
2018/02/14 16:07:22 [TRACE] dag/walk: walking "data.aws_region.current" | |
2018/02/14 16:07:22 [TRACE] vertex 'root.data.aws_region.current': walking | |
2018/02/14 16:07:22 [TRACE] [walkPlan] Exiting eval tree: aws_kinesis_stream.stream | |
2018/02/14 16:07:22 [TRACE] vertex 'root.data.aws_region.current': evaluating | |
2018/02/14 16:07:22 [TRACE] vertex 'root.aws_kinesis_stream.stream': expanding/walking dynamic subgraph | |
2018/02/14 16:07:22 [TRACE] [walkPlan] Entering eval tree: data.aws_region.current | |
2018/02/14 16:07:22 [TRACE] root: eval: *terraform.EvalSequence | |
2018/02/14 16:07:22 [TRACE] root: eval: *terraform.EvalReadState | |
2018/02/14 16:07:22 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/02/14 16:07:22 [TRACE] Graph after step *terraform.ResourceCountTransformer: | |
aws_kinesis_stream.stream - *terraform.NodePlannableResourceInstance | |
2018/02/14 16:07:22 [TRACE] OrphanResourceCount: Starting... | |
2018/02/14 16:07:22 [TRACE] OrphanResourceCount: Checking: aws_kinesis_stream.stream | |
2018/02 | |
An execution plan has been generated and is shown below. | |
2018/02/14 16:07:22 [DEBUG] command: asking for input: "Do you want to perform these actions?" | |
Resource actions are indicated with the following symbols: | |
+ create | |
Terraform will perform the following actions: | |
+ 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: "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> | |
Plan: 1 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:07:25 [INFO] terraform: building graph: GraphTypeApply | |
702151822554:role/testing_example_firehose", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "extended_s3_configuration.0.buffer_interval":*terraform.ResourceAttrDiff{Old:"", New:"60", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "kinesis_source_configuration.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "kinesis_source_configuration.0.role_arn":*terraform.ResourceAttrDiff{Old:"", New:"arn:aws:iam::702151822554:role/testing_example_firehose", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "kinesis_source_configuration.0.kinesis_stream_arn":*terraform.ResourceAttrDiff{Old:"", New:"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example", NewComputed:false, 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}, "destination_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:07:25 [DEBUG] ReferenceTransformer: "aws_kinesis_firehose_delivery_stream.fh_stream" references: [var.stream_name] | |
2018/02/14 16:07:25 [DEBUG] ReferenceTransformer: "provider.aws" references: [] | |
2018/02/14 16:07:25 [DEBUG] ReferenceTransformer: "var.stream_name" references: [] | |
2018/02/14 16:07:25 [DEBUG] Starting graph walk: walkApply | |
2018-02-14T16:07:25.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:25 [INFO] No assume_role block read from configuration | |
2018-02-14T16:07:25.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:25 [INFO] Building AWS region structure | |
2018-02-14T16:07:25.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:25 [INFO] Building AWS auth structure | |
2018-02-14T16:07:25.634-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:25 [INFO] Setting AWS metadata API timeout to 100ms | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:25 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:25 [INFO] AWS Auth provider used: "SharedCredentialsProvider" | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:25 [INFO] Initializing DeviceFarm SDK connection | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:25 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: sts.amazonaws.com | |
2018-02-14T16:07:25.862-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:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 43 | |
2018-02-14T16:07:25.862-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=9970c92357b68868fddddb2de60a8acb1afe67aecc1df2da91fe53dc5ab1a8b3 | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210725Z | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetCallerIdentity&Version=2011-06-15 | |
2018-02-14T16:07:25.862-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details: | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 419 | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:25 GMT | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 0ed87532-11cb-11e8-b86b-4f3bdd612be9 | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/"> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetCallerIdentityResult> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Account>702151822554</Account> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResult> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>0ed87532-11cb-11e8-b86b-4f3bdd612be9</RequestId> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetCallerIdentityResponse> | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] Trying to get account ID via iam:GetUser | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details: | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: iam.amazonaws.com | |
2018-02-14T16:07:26.012-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:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 33 | |
2018-02-14T16:07:26.012-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=da6cad36cd5be5ea01799e71680a4c809e02956ee3b27e4e03f209e80225cc81 | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210726Z | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=GetUser&Version=2010-05-08 | |
2018-02-14T16:07:26.012-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:26.179-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details: | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 557 | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:25 GMT | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 0ef1f06b-11cb-11e8-9dea-d54f90020555 | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/"> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <GetUserResult> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <User> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Path>/</Path> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <PasswordLastUsed>2018-02-14T15:01:07Z</PasswordLastUsed> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserName>[email protected]</UserName> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <Arn>arn:aws:iam::702151822554:user/[email protected]</Arn> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <UserId>AIDAI72Q72ONTC2V2XI5K</UserId> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <CreateDate>2015-01-12T15:34:16Z</CreateDate> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </User> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResult> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <ResponseMetadata> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <RequestId>0ef1f06b-11cb-11e8-9dea-d54f90020555</RequestId> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </ResponseMetadata> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </GetUserResponse> | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: ec2.us-east-1.amazonaws.com | |
2018-02-14T16:07:26.180-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:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 87 | |
2018-02-14T16:07:26.180-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=ddba6feed95ff60291b58bed69fb9ab91497301c1fad27648964078ccef4cf84 | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8 | |
2018-02-14T16:07:26.180-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210726Z | |
2018-02-14T16:07:26.181-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:26.181-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.181-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15 | |
2018-02-14T16:07:26.181-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details: | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Transfer-Encoding: chunked | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: text/xml;charset=UTF-8 | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:26 GMT | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Server: AmazonEC2 | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Vary: Accept-Encoding | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/"> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <requestId>307214d5-1227-4b7e-99b4-f1abf184f49f</requestId> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <accountAttributeSet> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeName>supported-platforms</attributeName> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValueSet> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>EC2</attributeValue> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <item> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: <attributeValue>VPC</attributeValue> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </attributeValueSet> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </item> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </accountAttributeSet> | |
2018-02-14T16:07:26.348-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: </DescribeAccountAttributesResponse> | |
aws_kinesis_firehose_delivery_stream.fh_stream: Creating... | |
arn: "" => "<computed>" | |
destination: "" => "extended_s3" | |
destination_id: "" => "<computed>" | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] Waiting for state to become: [success] | |
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" | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] DEBUG: Request firehose/CreateDeliveryStream Details: | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: firehose.us-east-1.amazonaws.com | |
2018-02-14T16:07:26.351-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:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 626 | |
2018-02-14T16:07:26.351-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=2f6ce99b91790fa24fb26a61322f23520c2ef84d991927ab5773e96c560c7c4f | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210726Z | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Firehose_20150804.CreateDeliveryStream | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.351-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
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:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] DEBUG: Response firehose/CreateDeliveryStream Details: | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 103 | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:26 GMT | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: woSSSGwB5siwztOROM8I8bkKzzgwbIMFHjgyMYjoL9ImhXGVdzZ6LVmx69m26kX7eUscEcHBAuSRvRvRjNEfARmhxhEOjGzn | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 0f277ecb-11cb-11e8-b79f-bf9d4bb3ab44 | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] [aws-sdk-go] {"DeliveryStreamARN":"arn:aws:firehose:us-east-1:702151822554:deliverystream/testing_example_firehose"} | |
2018-02-14T16:07:26.685-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:26 [DEBUG] Waiting for state to become: [ACTIVE] | |
aws_kinesis_firehose_delivery_stream.fh_stream: Still creating... (10s elapsed) | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:36 [DEBUG] [aws-sdk-go] DEBUG: Request firehose/DescribeDeliveryStream Details: | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: firehose.us-east-1.amazonaws.com | |
2018-02-14T16:07:36.686-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:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 49 | |
2018-02-14T16:07:36.686-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=4b276bc9016e9d553b0735a2a305b08efad24e24943f6a180005479cd1554515 | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210736Z | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Firehose_20150804.DescribeDeliveryStream | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:36.686-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:36 [DEBUG] [aws-sdk-go] DEBUG: Response firehose/DescribeDeliveryStream Details: | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 1432 | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:35 GMT | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: u8+9T1xZhKCuDCWw+C+2Qi+skVRMdUKmq4UNLnt7JX0qqF2xCekCjNqfTIS7y/TzwxS1rWMUUQ1nOfRcx9vkMmksY1u4O5Ho | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 1554eaae-11cb-11e8-954d-a5b09ef6129a | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:36 [DEBUG] [aws-sdk-go] {"DeliveryStreamDescription":{"CreateTimestamp":1.518642446661E9,"DeliveryStreamARN":"arn:aws:firehose:us-east-1:702151822554:deliverystream/testing_example_firehose","DeliveryStreamName":"testing_example_firehose","DeliveryStreamStatus":"ACTIVE","DeliveryStreamType":"KinesisStreamAsSource","Destinations":[{"DestinationId":"destinationId-000000000001","ExtendedS3DestinationDescription":{"BucketARN":"arn:aws:s3:::testing_example-bcZH0S4KhPbnXgJA-us-east-1","BufferingHints":{"IntervalInSeconds":60,"SizeInMBs":1},"CloudWatchLoggingOptions":{"Enabled":false},"CompressionFormat":"UNCOMPRESSED","EncryptionConfiguration":{"NoEncryptionConfig":"NoEncryption"},"Prefix":"","RoleARN":"arn:aws:iam::702151822554:role/testing_example_firehose","S3BackupMode":"Disabled"},"S3DestinationDescription":{"BucketARN":"arn:aws:s3:::testing_example-bcZH0S4KhPbnXgJA-us-east-1","BufferingHints":{"IntervalInSeconds":60,"SizeInMBs":1},"CloudWatchLoggingOptions":{"Enabled":false},"CompressionFormat":"UNCOMPRESSED","EncryptionConfiguration":{"NoEncryptionConfig":"NoEncryption"},"Prefix":"","RoleARN":"arn:aws:iam::702151822554:role/testing_example_firehose"}}],"HasMoreDestinations":false,"Source":{"KinesisStreamSourceDescription":{"DeliveryStartTimestamp":1.518642446661E9,"KinesisStreamARN":"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example","RoleARN":"arn:aws:iam::702151822554:role/testing_example_firehose"}},"VersionId":"1"}} | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:36 [DEBUG] [aws-sdk-go] DEBUG: Request firehose/DescribeDeliveryStream Details: | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ REQUEST POST-SIGN ]----------------------------- | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: POST / HTTP/1.1 | |
2018-02-14T16:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Host: firehose.us-east-1.amazonaws.com | |
2018-02-14T16:07:36.903-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:07:36.903-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 49 | |
2018-02-14T16:07:36.904-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=4b276bc9016e9d553b0735a2a305b08efad24e24943f6a180005479cd1554515 | |
2018-02-14T16:07:36.904-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:36.904-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Date: 20180214T210736Z | |
2018-02-14T16:07:36.904-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Target: Firehose_20150804.DescribeDeliveryStream | |
2018-02-14T16:07:36.904-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Accept-Encoding: gzip | |
2018-02-14T16:07:36.904-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:36.904-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:37 [DEBUG] [aws-sdk-go] DEBUG: Response firehose/DescribeDeliveryStream Details: | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ---[ RESPONSE ]-------------------------------------- | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: HTTP/1.1 200 OK | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Connection: close | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Length: 1432 | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Content-Type: application/x-amz-json-1.1 | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: Date: Wed, 14 Feb 2018 21:07:37 GMT | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amz-Id-2: l+rzKsVsfUgU4EuRYJV3y4h3v/Zx/z3TLraPlSdSSHM6vPi91KIZEMbXihGPfgI7/VlNSyq8c0XIfbvjCycRK+lrsNjHLUZX | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: X-Amzn-Requestid: 156eb495-11cb-11e8-afa0-a3ba2b804b2d | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: ----------------------------------------------------- | |
2018-02-14T16:07:37.069-0500 [DEBUG] plugin.terraform-provider-aws_v1.9.0_x4: 2018/02/14 16:07:37 [DEBUG] [aws-sdk-go] {"DeliveryStreamDescription":{"CreateTimestamp":1.518642446661E9,"DeliveryStreamARN":"arn:aws:firehose:us-east-1:702151822554:deliverystream/testing_example_firehose","DeliveryStreamName":"testing_example_firehose","DeliveryStreamStatus":"ACTIVE","DeliveryStreamType":"KinesisStreamAsSource","Destinations":[{"DestinationId":"destinationId-000000000001","ExtendedS3DestinationDescription":{"BucketARN":"arn:aws:s3:::testing_example-bcZH0S4KhPbnXgJA-us-east-1","BufferingHints"aws_kinesis_firehose_delivery_stream.fh_stream: Creation complete after 11s (ID: arn:aws:firehose:us-east-1:702151822554:deliverystream/testing_example_firehose) | |
:{"IntervalInSeconds":60,"SizeInMBs":1},"CloudWatchLoggingOptions":{"Enabled":false},"CompressionFormat":"UNCOMPRESSED","EncryptionConfiguration":{"NoEncryptionConfig":"NoEncryption"},"Prefix":"","RoleARN":"arn:aws:iam::702151822554:role/testing_example_firehose","S3BackupMode":"Disabled"},"S3DestinationDescription":{"BucketARN":"arn:aws:s3:::testing_example-bcZH0S4KhPbnXgJA-us-east-1","BufferingHints":{"IntervalInSeconds":60,"SizeInMBs":1},"CloudWatchLoggingOptions":{"Enabled":false},"CompressionFormat":"UNCOMPRESSED","EncryptionConfiguration":{"NoEncryptionConfig":"NoEncryption"},"Prefix":"","RoleARN":"arn:aws:iam::702151822554:role/testing_example_firehose"}}],"HasMoreDestinations":false,"Source":{"KinesisStreamSourceDescription":{"DeliveryStartTimestamp":1.518642446661E9,"KinesisStreamARN":"arn:aws:kinesis:us-east-1:702151822554:stream/testing_example","RoleARN":"arn:aws:iam::702151822554:role/testing_example_firehose"}},"VersionId":"1"}} | |
2018/02/14 16:07:37 [DEBUG] plugin: waiting for all plugin processes to complete... | |
Apply complete! Resources: 1 added, 0 changed, 0 destroyed. | |
2018-02-14T16:07:37.079-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:07:37.080-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