Skip to content

Instantly share code, notes, and snippets.

@Tirke
Created August 6, 2019 14:32
Show Gist options
  • Save Tirke/f4f4fba3e02ff9e78ed19016ad75408a to your computer and use it in GitHub Desktop.
Save Tirke/f4f4fba3e02ff9e78ed19016ad75408a to your computer and use it in GitHub Desktop.
2019/08/06 16:29:59 [INFO] Terraform version: 0.11.14
2019/08/06 16:29:59 [INFO] Go runtime version: go1.12.5
2019/08/06 16:29:59 [INFO] CLI args: []string{"/usr/local/Cellar/terraform@0.11/0.11.14/bin/terraform", "apply"}
2019/08/06 16:29:59 [DEBUG] Attempting to open CLI config file: /Users/thomas.schersach/.terraformrc
2019/08/06 16:29:59 Loading CLI configuration from /Users/thomas.schersach/.terraformrc
2019/08/06 16:29:59 [INFO] CLI command args: []string{"apply"}
2019/08/06 16:29:59 [INFO] command: empty terraform config, returning nil
2019/08/06 16:29:59 [DEBUG] command: no data state file found for backend config
2019/08/06 16:29:59 [DEBUG] New state was assigned lineage "aeefe1f5-f392-f499-52df-ffe0b22fafc2"
2019/08/06 16:29:59 [INFO] command: backend initialized: <nil>
2019/08/06 16:29:59 [DEBUG] checking for provider in "."
2019/08/06 16:29:59 [DEBUG] checking for provider in "/usr/local/Cellar/terraform@0.11/0.11.14/bin"
2019/08/06 16:29:59 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/08/06 16:29:59 [DEBUG] found provider "terraform-provider-aws_v2.22.0_x4"
2019/08/06 16:29:59 [DEBUG] found valid plugin: "aws", "2.22.0", "/Users/thomas.schersach/code/engie/bug/sqs/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.22.0_x4"
2019/08/06 16:29:59 [DEBUG] checking for provisioner in "."
2019/08/06 16:29:59 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform@0.11/0.11.14/bin"
2019/08/06 16:29:59 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2019/08/06 16:29:59 [INFO] command: backend <nil> is not enhanced, wrapping in local
2019/08/06 16:29:59 [INFO] backend/local: starting Apply operation
2019/08/06 16:30:00 [INFO] terraform: building graph: GraphTypeInput
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "data.aws_sns_topic.sns-topic": &terraform.ResourceState{Type:"aws_sns_topic", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003168c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "data.aws_iam_policy_document.sns_to_sqs_policy_document": &terraform.ResourceState{Type:"aws_iam_policy_document", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc000316870), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "aws_sqs_queue.stream_out_queue": &terraform.ResourceState{Type:"aws_sqs_queue", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000316780), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "aws_sqs_queue_policy.sns_to_sqs_policy": &terraform.ResourceState{Type:"aws_sqs_queue_policy", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_iam_policy_document.sns_to_sqs_policy_document"}, Primary:(*terraform.InstanceState)(0xc0003167d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "aws_sns_topic_subscription.stream-out_sqs_target": &terraform.ResourceState{Type:"aws_sns_topic_subscription", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc000316730), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] resource aws_sqs_queue.stream_out_queue using provider provider.aws
2019/08/06 16:30:00 [DEBUG] resource aws_sqs_queue_policy.sns_to_sqs_policy using provider provider.aws
2019/08/06 16:30:00 [DEBUG] resource aws_sns_topic_subscription.stream-out_sqs_target using provider provider.aws
2019/08/06 16:30:00 [DEBUG] resource data.aws_sns_topic.sns-topic using provider provider.aws
2019/08/06 16:30:00 [DEBUG] resource data.aws_iam_policy_document.sns_to_sqs_policy_document using provider provider.aws
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "data.aws_sns_topic.sns-topic" references: []
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.sns_to_sqs_policy_document" references: [aws_sqs_queue.stream_out_queue data.aws_sns_topic.sns-topic]
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "aws_sqs_queue.stream_out_queue" references: []
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "aws_sqs_queue_policy.sns_to_sqs_policy" references: [aws_sqs_queue.stream_out_queue data.aws_iam_policy_document.sns_to_sqs_policy_document]
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.stream-out_sqs_target" references: [aws_sqs_queue.stream_out_queue data.aws_sns_topic.sns-topic]
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "provider.aws" references: []
tractResource
data.aws_sns_topic.sns-topic - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
AbstractResource
data.aws_sns_topic.sns-topic - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
urce
data.aws_sns_topic.sns-topic - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2019/08/06 16:30:00 [DEBUG] Starting graph walk: walkInput
2019-08-06T16:30:00.183+0200 [DEBUG] plugin: starting plugin: path=/Users/thomas.schersach/code/engie/bug/sqs/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.22.0_x4 args=[/Users/thomas.schersach/code/engie/bug/sqs/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.22.0_x4]
2019-08-06T16:30:00.197+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/thomas.schersach/code/engie/bug/sqs/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.22.0_x4
2019-08-06T16:30:00.222+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: plugin address: timestamp=2019-08-06T16:30:00.221+0200 address=/var/folders/0d/7z604wxj49n9ghs1rd339d1h0000gn/T/plugin171309518 network=unix
2019/08/06 16:30:00 [INFO] terraform: building graph: GraphTypeValidate
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "aws_sns_topic_subscription.stream-out_sqs_target": &terraform.ResourceState{Type:"aws_sns_topic_subscription", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc000316730), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "data.aws_sns_topic.sns-topic": &terraform.ResourceState{Type:"aws_sns_topic", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003168c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "data.aws_iam_policy_document.sns_to_sqs_policy_document": &terraform.ResourceState{Type:"aws_iam_policy_document", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc000316870), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "aws_sqs_queue.stream_out_queue": &terraform.ResourceState{Type:"aws_sqs_queue", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc000316780), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "aws_sqs_queue_policy.sns_to_sqs_policy": &terraform.ResourceState{Type:"aws_sqs_queue_policy", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_iam_policy_document.sns_to_sqs_policy_document"}, Primary:(*terraform.InstanceState)(0xc0003167d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeValidatableResource
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeValidatableResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeValidatableResource
data.aws_sns_topic.sns-topic - *terraform.NodeValidatableResource
urce
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_sns_topic.sns-topic - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.stream-out_sqs_target" references: [aws_sqs_queue.stream_out_queue data.aws_sns_topic.sns-topic]
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "data.aws_sns_topic.sns-topic" references: []
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.sns_to_sqs_policy_document" references: [aws_sqs_queue.stream_out_queue data.aws_sns_topic.sns-topic]
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "aws_sqs_queue.stream_out_queue" references: []
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "aws_sqs_queue_policy.sns_to_sqs_policy" references: [aws_sqs_queue.stream_out_queue data.aws_iam_policy_document.sns_to_sqs_policy_document]
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeValidatableResource
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
data.aws_sns_topic.sns-topic - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeValidatableResource
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
terraform.CloseProviderTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeValidatableResource
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
data.aws_sns_topic.sns-topic - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeValidatableResource
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeValidatableResource
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
data.aws_sns_topic.sns-topic - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_sns_topic.sns-topic - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeValidatableResource
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeValidatableResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeValidatableResource
data.aws_sns_topic.sns-topic - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeValidatableResource
aws_sqs_queue.stream_out_queue - *terraform.NodeValidatableResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeValidatableResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terrafNodeValidatableResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2019/08/06 16:30:00 [DEBUG] Starting graph walk: walkValidate
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "aws_sns_topic_subscription.stream-out_sqs_target"
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "root"
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "aws_sqs_queue.stream_out_queue"
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "aws_sqs_queue_policy.sns_to_sqs_policy"
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "data.aws_iam_policy_document.sns_to_sqs_policy_document"
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "provider.aws"
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "data.aws_sns_topic.sns-topic"
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2019/08/06 16:30:00 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2019/08/06 16:30:00 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_sqs_queue_policy.sns_to_sqs_policy"
2019/08/06 16:30:00 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2019/08/06 16:30:00 [TRACE] dag/walk: added edge: "aws_sns_topic_subscription.stream-out_sqs_target" waiting on "data.aws_sns_topic.sns-topic"
2019/08/06 16:30:00 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_sqs_queue_policy.sns_to_sqs_policy"
2019/08/06 16:30:00 [TRACE] dag/walk: added edge: "data.aws_sns_topic.sns-topic" waiting on "provider.aws"
2019/08/06 16:30:00 [TRACE] dag/walk: added edge: "data.aws_iam_policy_document.sns_to_sqs_policy_document" waiting on "aws_sqs_queue.stream_out_queue"
2019/08/06 16:30:00 [TRACE] dag/ences: []
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeValidatableResourceInstance
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeValidatableResourceInstance
2019/08/06 16:30:00 [TRACE] dag/walk: added new vertex: "data.aws_iam_policy_document.sns_to_sqs_policy_document"
2019/08/06 16:30:00 [TRACE] [walkValidate] Exiting eval tree: aws_sns_topic_subscription.stream-out_sqs_target
2019/08/06 16:30:00 [TRACE] vertex 'root.aws_sns_topic_subscription.stream-out_sqs_target': expanding/walking dynamic subgraph
2019/08/06 16:30:00 [TRACE] dag/walk: walking "data.aws_iam_policy_document.sns_to_sqs_policy_document"
2019/08/06 16:30:00 [TRACE] vertex 'root.data.aws_iam_policy_document.sns_to_sqs_policy_document': walking
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeValidatableResourceInstance
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "aws_sns_topic_subscription.stream-out_sqs_target": &terraform.ResourceState{Type:"aws_sns_topic_subscription", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc000316730), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeValidatableResourceInstance
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeValidatableResourceInstance
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.stream-out_sqs_target" references: []
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.ReferenceTransformer:2019/08/06 16:30:00 [DEBUG] Attaching resource state to "aws_sqs_queue_policy.sns_to_sqs_policy": &terraform.ResourceState{Type:"aws_sqs_queue_policy", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_iam_policy_document.sns_to_sqs_policy_document"}, Primary:(*terraform.InstanceState)(0xc0000bb860), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "aws_sns_topic_subscription.stream-out_sqs_target": &terraform.ResourceState{Type:"aws_sns_topic_subscription", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc0000bb9f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "data.aws_sns_topic.sns-topic": &terraform.ResourceState{Type:"aws_sns_topic", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0000bb950), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [DEBUG] Attaching resource state to "data.aws_iam_policy_document.sns_to_sqs_policy_document": &terraform.ResourceState{Type:"aws_iam_policy_document", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc0000bb900), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeRefreshableManagedResource
aws_sqs_queue.stream_out_queue - *terraform.NodeRefreshableManagedResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeRefreshableManagedResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeRefreshableDataResource
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResource
2019/08/06 16:3oners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/08/06 16:30:00 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.aws_iam_policy_document.sns_to_sqs_policy_document
2019/08/06 16:30:00 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"sns_to_sqs_policy_document", Type:"aws_iam_policy_document", RawCount:(*config.RawConfig)(0xc00043c620), RawConfig:(*config.RawConfig)(0xc00043c5b0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeRefreshableManagedResource
aws_sqs_queue.stream_out_queue - *terraform.NodeRefreshableManagedResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeRefreshableManagedResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeRefreshableDataResource
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResource
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeRefreshableManagedResource
aws_sqs_queue.stream_out_queue - *terraform.NodeRefreshableManagedResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeRefreshableManagedResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeRefreshableDataResource
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResource
2019/08/06 16:30:00 [TRACE] ProviderConfigTransformer: Starting for path: []
2019/08/06 16:30:00 [TRACE] Attach provider request: []string{} aws
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "data.aws_sns_topic.sns-topic" references: []
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.sns_to_sqs_policy_document" references: [aws_sqs_queue.stream_out_queue data.aws_sns_topic.sns-topic]
2019/08/06 16:30:00 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeRefreshableManagedResource
aws_sqs_queue.stream_out_queue - *terraform.NodeRefreshableManagedResource
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue.stream_out_queue - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeRefreshableManagedResource
aws_sqs_queue.stream_out_queue - *terraform.NodeRefreshableManagedResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodeRefreshableDataResource
aws_sqs_queue.stream_out_queue - *terraform.NodeRefreshableManagedResource
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2019/08/06 16:30:00 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeRefreshableManagedResource
aws_sqs_queue.stream_out_queue - *terraform.NodeRefreshableManagedResource
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue.stream_out_queue - *terraform.NodeRefr2019-08-06T16:30:00.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:00 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-08-06T16:30:00.996+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:00 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2019-08-06T16:30:00.996+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:00 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-06T16:30:00.996+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:00 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: sts.amazonaws.com
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 43
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=d364050e23c9668de274ae48afc76b522b4ea3db50da18f14253b55ce8ef41a7
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143000Z
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-08-06T16:30:00.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 480
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:01 GMT
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: acb482a0-b856-11e9-a919-932311556c2e
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:01 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <GetCallerIdentityResult>
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Arn>arn:aws:sts::787685363335:assumed-role/engie-digital-iot-dev.PowerUserAccess/GS5820-A@engie.com</Arn>
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <UserId>AROAIC2ORLC5B3ZMP52OW:GS5820-A@engie.com</UserId>
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Account>787685363335</Account>
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetCallerIdentityResult>
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <ResponseMetadata>
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <RequestId>acb482a0-b856-11e9-a919-932311556c2e</RequestId>
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </ResponseMetadata>
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetCallerIdentityResponse>
2019-08-06T16:30:01.605+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:01 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:01 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: sts.amazonaws.com
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 43
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e3af2890338aa9514c9ad2d518fbe7760a377716b098bec9d052c1897d48e20d
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143001Z
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-08-06T16:30:01.606+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 480
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:01 GMT
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: ad07f97b-b856-11e9-8049-65e99ae566bc
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <GetCallerIdentityResult>
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Arn>arn:aws:sts::787685363335:assumed-role/engie-digital-iot-dev.PowerUserAccess/GS5820-A@engie.com</Arn>
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <UserId>AROAIC2ORLC5B3ZMP52OW:GS5820-A@engie.com</UserId>
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Account>787685363335</Account>
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetCallerIdentityResult>
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <ResponseMetadata>
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <RequestId>ad07f97b-b856-11e9-8049-65e99ae566bc</RequestId>
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </ResponseMetadata>
2019-08-06T16:30:02.156+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetCallerIdentityResponse>
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: ec2.eu-west-1.amazonaws.com
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 87
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=b4ef9d631ca53771e501e92aa2339cce84253852012dbc79c88204fc2f0c6e9f
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143002Z
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-08-06T16:30:02.159+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 540
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:01 GMT
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Server: AmazonEC2
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <requestId>4a900528-15e3-4104-9032-ccb56aac94a3</requestId>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <accountAttributeSet>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <item>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <attributeName>supported-platforms</attributeName>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <attributeValueSet>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <item>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <attributeValue>VPC</attributeValue>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </item>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </attributeValueSet>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </item>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </accountAttributeSet>
2019-08-06T16:30:02.648+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </DescribeAccountAttributesResponse>
2019/08/06 16:30:02 [DEBUG] Attaching resource state to "aws_sqs_queue.stream_out_queue": &terraform.ResourceState{Type:"aws_sqs_queue", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0000bba40), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:02 [DEBUG] Attaching resource state to "data.aws_sns_topic.sns-topic": &terraform.ResourceState{Type:"aws_sns_topic", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0000bb950), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:02 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResourceInstance
2019/08/06 16:30:02 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResourceInstance
2019/08/06 16:30:02 [DEBUG] ReferenceTransformer: "data.aws_sns_topic.sns-topic" references: []
2019/08/06 16:30:02 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResourceInstance
2019/08/06 16:30:02 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_sns_topic.sns-topic - *terraform.NodeRefreshableDataResourceInstance
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Request sqs/GetQueueAttributes Details:
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: sqs.eu-west-1.amazonaws.com
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 137
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/eu-west-1/sqs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=26e2607dca75da482920a5803e39f1af316f973c52beca0f25b70cb4ef429d24
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143002Z
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=GetQueueAttributes&AttributeName.1=All&QueueUrl=https%3A%2F%2Fsqs.eu-west-1.amazonaws.com%2F787685363335%2Ftata&Version=2012-11-05
2019-08-06T16:30:02.650+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] Reading SNS Topic: {
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: }
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Request sns/ListTopics Details:
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: sns.eu-west-1.amazonaws.com
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 36
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/eu-west-1/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=30f67ebcc469040d8118fafe50cac2517fab87e321841d68c7fda4af4938a2d2
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143002Z
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=ListTopics&Version=2010-03-31
2019-08-06T16:30:02.651+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Response sqs/GetQueueAttributes Details:
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 1652
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:02 GMT
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: 6676f187-8d6e-5357-acd2-a4441c44871b
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] <?xml version="1.0"?><GetQueueAttributesResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueAttributesResult><Attribute><Name>QueueArn</Name><Value>arn:aws:sqs:eu-west-1:787685363335:tata</Value></Attribute><Attribute><Name>ApproximateNumberOfMessages</Name><Value>0</Value></Attribute><Attribute><Name>ApproximateNumberOfMessagesNotVisible</Name><Value>0</Value></Attribute><Attribute><Name>ApproximateNumberOfMessagesDelayed</Name><Value>0</Value></Attribute><Attribute><Name>CreatedTimestamp</Name><Value>1565101330</Value></Attribute><Attribute><Name>LastModifiedTimestamp</Name><Value>1565101331</Value></Attribute><Attribute><Name>VisibilityTimeout</Name><Value>360</Value></Attribute><Attribute><Name>MaximumMessageSize</Name><Value>262144</Value></Attribute><Attribute><Name>MessageRetentionPeriod</Name><Value>345600</Value></Attribute><Attribute><Name>DelaySeconds</Name><Value>0</Value></Attribute><Attribute><Name>Policy</Name><Value>{&quot;Version&quot;:&quot;2012-10-17&quot;,&quot;Statement&quot;:[{&quot;Sid&quot;:&quot;&quot;,&quot;Effect&quot;:&quot;Allow&quot;,&quot;Principal&quot;:{&quot;AWS&quot;:&quot;*&quot;},&quot;Action&quot;:&quot;sqs:SendMessage&quot;,&quot;Resource&quot;:&quot;arn:aws:sqs:eu-west-1:787685363335:tata&quot;,&quot;Condition&quot;:{&quot;ArnEquals&quot;:{&quot;aws:SourceArn&quot;:&quot;arn:aws:sns:eu-west-1:787685363335:toto&quot;}}}]}</Value></Attribute><Attribute><Name>ReceiveMessageWaitTimeSeconds</Name><Value>0</Value></Attribute></GetQueueAttributesResult><ResponseMetadata><RequestId>6676f187-8d6e-5357-acd2-a4441c44871b</RequestId></ResponseMetadata></GetQueueAttributesResponse>
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Request sqs/ListQueueTags Details:
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: sqs.eu-west-1.amazonaws.com
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:02.825+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 112
2019-08-06T16:30:02.826+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/eu-west-1/sqs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e46aec818a8d3b351eafcbcfea7d56b1f556db85defe2059479af18d799f6ffa
2019-08-06T16:30:02.826+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:02.826+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143002Z
2019-08-06T16:30:02.826+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:02.826+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:02.826+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.826+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=ListQueueTags&QueueUrl=https%3A%2F%2Fsqs.eu-west-1.amazonaws.com%2F787685363335%2Ftata&Version=2012-11-05
2019-08-06T16:30:02.826+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Response sns/ListTopics Details:
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Transfer-Encoding: chunked
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:02 GMT
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Vary: Accept-Encoding
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: ec604ac9-85b7-537c-9c02-1f0a149dfd61
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] <ListTopicsResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <ListTopicsResult>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Topics>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:CypressIreland_lora-orange_ORANGE-IN</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:CypressIreland_sigfox_LM2</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:CypressIreland_sigfox_SIGFOX-IN</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:CypressIreland_sigfox_SIGFOX-IN-MANAGED</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:EndToEndIreland_sigfox_SIGFOX-IN</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:EngieSecurityHubNotificationTopic</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:PARSER-TEST_lora-orange_thom</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:TEST-DATACOLLECT_lora-orange_LORA-IN</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:TEST-DATACOLLECT_post_gbe-debug</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:TEST-DATACOLLECT_post_post</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:TEST-LORA-TO-SFTP_lora-orange_lora</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:TEST-OBJENIOUS-DEVICES-TO-SFTP_objenious_objenious</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:TEST-OBJENIOUS-TO-SFTP_objenious_objenious</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:YKE_lora-orange_LORA-IN</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:da-run-https-alerting</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:dynamodb</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:ed_awsconfig</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:sns_test_integration</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:sns_topic_alarm</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:test-1</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <TopicArn>arn:aws:sns:eu-west-1:787685363335:toto</TopicArn>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </member>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </Topics>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </ListTopicsResult>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <ResponseMetadata>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <RequestId>ec604ac9-85b7-537c-9c02-1f0a149dfd61</RequestId>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </ResponseMetadata>
2019-08-06T16:30:02.855+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </ListTopicsResponse>
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Response sqs/ListQueueTags Details:
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 237
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:02 GMT
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: 187d4c98-4024-5949-b02b-195bd10ecbbd
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:02.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] <?xml version="1.0"?><ListQueueTagsResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><ListQueueTagsResult/><ResponseMetadata><RequestId>187d4c98-4024-5949-b02b-195bd10ecbbd</RequestId></ResponseMetadata></ListQueueTagsResponse>
2019/08/06 16:30:02 [DEBUG] Attaching resource state to "aws_sns_topic_subscription.stream-out_sqs_target": &terraform.ResourceState{Type:"aws_sns_topic_subscription", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc0000bb9f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:02 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeRefreshableManagedResourceInstance
2019/08/06 16:30:02 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.stream-out_sqs_target" references: []
2019/08/06 16:30:02 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeRefreshableManagedResourceInstance
2019/08/06 16:30:02 [TRACE] Graph after step *terraform.RootTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodeRefreshableManagedResourceInstance
2019/08/06 16:30:02 [DEBUG] Attaching resource state to "data.aws_iam_policy_document.sns_to_sqs_policy_document": &terraform.ResourceState{Type:"aws_iam_policy_document", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc0000bb900), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:02 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.sns_to_sqs_policy_document" references: []
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] Loading subscription arn:aws:sns:eu-west-1:787685363335:toto:eab1d8e9-8445-4517-a82f-a3df0959dcdb
2019/08/06 16:30:02 [TRACE] dag/walk: added new vertex: "data.aws_iam_policy_document.sns_to_sqs_policy_document"
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:02 [DEBUG] [aws-sdk-go] DEBUG: Request sns/GetSubscriptionAttributes Details:
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: sns.eu-west-1.amazonaws.com
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 156
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/eu-west-1/sns/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=880f5416c5a040ef816b8cf9ecad8df83667e8a14448022d82e6661469ab68f7
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019/08/06 16:30:02 [TRACE] vertex 'root.data.aws_iam_policy_document.sns_to_sqs_policy_document': evaluating
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143002Z
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=GetSubscriptionAttributes&SubscriptionArn=arn%3Aaws%3Asns%3Aeu-west-1%3A787685363335%3Atoto%3Aeab1d8e9-8445-4517-a82f-a3df0959dcdb&Version=2010-03-31
2019-08-06T16:30:02.997+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019/08/06 16:30:02 [TRACE] [walkRefresh] Entering eval tree: data.aws_iam_policy_document.sns_to_sqs_policy_document
2019/08/06 16:30:02 [TRACE] root: eval: *terraform.EvalSequence
2019/08/06 16:30:02 [TRACE] root: eval: *terraform.EvalWriteState
2019/08/06 16:30:02 [TRACE] root: eval: *terraform.EvalInterpolate
2019/08/06 16:30:03 [DEBUG] Attaching resource state to "aws_sqs_queue_policy.sns_to_sqs_policy": &terraform.ResourceState{Type:"aws_sqs_queue_policy", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_iam_policy_document.sns_to_sqs_policy_document"}, Primary:(*terraform.InstanceState)(0xc0000bb860), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:03 [DEBUG] ReferenceTransformer: "aws_sqs_queue_policy.sns_to_sqs_policy" references: []
2019/08/06 16:30:03 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodeRefreshableManagedResourceInstance
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [DEBUG] [aws-sdk-go] DEBUG: Request sqs/GetQueueAttributes Details:
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: sqs.eu-west-1.amazonaws.com
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 140
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/eu-west-1/sqs/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=e31adc9d0e949465b218e17c8c238aea607621097c14b05fe48bfaa0eb5d4b29
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143003Z
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=GetQueueAttributes&AttributeName.1=Policy&QueueUrl=https%3A%2F%2Fsqs.eu-west-1.amazonaws.com%2F787685363335%2Ftata&Version=2012-11-05
2019-08-06T16:30:03.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [DEBUG] [aws-sdk-go] DEBUG: Response sqs/GetQueueAttributes Details:
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 771
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:03 GMT
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: 4a119fdf-28fc-5078-b632-ca1cb9d72e23
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:03.176+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [DEBUG] [aws-sdk-go] <?xml version="1.0"?><GetQueueAttributesResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueAttributesResult><Attribute><Name>Policy</Name><Value>{&quot;Version&quot;:&quot;2012-10-17&quot;,&quot;Statement&quot;:[{&quot;Sid&quot;:&quot;&quot;,&quot;Effect&quot;:&quot;Allow&quot;,&quot;Principal&quot;:{&quot;AWS&quot;:&quot;*&quot;},&quot;Action&quot;:&quot;sqs:SendMessage&quot;,&quot;Resource&quot;:&quot;arn:aws:sqs:eu-west-1:787685363335:tata&quot;,&quot;Condition&quot;:{&quot;ArnEquals&quot;:{&quot;aws:SourceArn&quot;:&quot;arn:aws:sns:eu-west-1:787685363335:toto&quot;}}}]}</Value></Attribute></GetQueueAttributesResult><ResponseMetadata><RequestId>4a119fdf-28fc-5078-b632-ca1cb9d72e23</RequestId></ResponseMetadata></GetQueueAttributesResponse>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [DEBUG] [aws-sdk-go] DEBUG: Response sns/GetSubscriptionAttributes Details:
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 1213
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:03 GMT
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: 04805bf5-c99f-5fe6-81de-0e3658b435e7
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [DEBUG] [aws-sdk-go] <GetSubscriptionAttributesResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/">
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <GetSubscriptionAttributesResult>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Attributes>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <key>Owner</key>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <value>787685363335</value>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <key>RawMessageDelivery</key>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <value>false</value>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <key>TopicArn</key>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <value>arn:aws:sns:eu-west-1:787685363335:toto</value>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <key>Endpoint</key>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <value>arn:aws:sqs:eu-west-1:787685363335:tata</value>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <key>Protocol</key>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <value>sqs</value>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <key>PendingConfirmation</key>
2019/08/06 16:30:03 [TRACE] root: eval: *terraform.EvalWriteState
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <key>SubscriptionArn</key>
2019/08/06 16:30:03 [TRACE] [walkRefresh] Entering eval tree: provider.aws (close)
2019/08/06 16:30:03 [TRACE] root: eval: *terraform.EvalCloseProvider
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <value>arn:aws:sns:eu-west-1:787685363335:toto:eab1d8e9-8445-4517-a82f-a3df0959dcdb</value>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </entry>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </Attributes>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetSubscriptionAttributesResult>
2019/08/06 16:30:03 [TRACE] [walkRefresh] Exiting eval tree: provider.aws (close)
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <ResponseMetadata>
2019/08/06 16:30:03 [INFO] backend/local: apply calling Plan
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <RequestId>04805bf5-c99f-5fe6-81de-0e3658b435e7</RequestId>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </ResponseMetadata>
2019-08-06T16:30:03.221+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetSubscriptionAttributesResponse>
2019/08/06 16:30:03 [INFO] terraform: building graph: GraphTypePlan
2019/08/06 16:30:03 [TRACE] ConfigTransformer: Starting for path: []
2019/08/06 16:30:03 [DEBUG] Attaching resource state to "data.aws_iam_policy_document.sns_to_sqs_policy_document": &terraform.ResourceState{Type:"aws_iam_policy_document", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc0003e76d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:03 [DEBUG] Attaching resource state to "aws_sqs_queue.stream_out_queue": &terraform.ResourceState{Type:"aws_sqs_queue", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003e75e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:03 [DEBUG] Attaching resource state to "aws_sqs_queue_policy.sns_to_sqs_policy": &terraform.ResourceState{Type:"aws_sqs_queue_policy", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_iam_policy_document.sns_to_sqs_policy_document"}, Primary:(*terraform.InstanceState)(0xc0003e7630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:03 [DEBUG] Attaching resource state to "aws_sns_topic_subscription.stream-out_sqs_target": &terraform.ResourceState{Type:"aws_sns_topic_subscription", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc0003e7540), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:03 [DEBUG] Attaching resource state to "data.aws_sns_topic.sns-topic": &terraform.ResourceState{Type:"aws_sns_topic", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003e7720), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:03 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResource
aws_sqs_queue.stream_out_queue - *terraform.NodePlannableResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodePlannableResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResource
data.aws_sns_topic.sns-topic - *terraform.NodePlannableResource
2019/08/06 16:30:03 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResource
aws_sqs_queue.stream_out_queue - *terraform.NodePlannableResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodePlannableResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResource
data.aws_sns_topic.sns-topic - *terraform.NodePlannableResource
2019/08/06 16:30:03 [TRACE] ProviderConfigTransformer: Starting for path: []
2019/08/06 16:30:03 [TRACE] Attach provider request: []string{} aws
2019/08/06 16:30:03 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc00043c1c0)}
2019/08/06 16:30:03 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_sns_topic_subscription.straws_iam_policy_document.sns_to_sqs_policy_document" references: [aws_sqs_queue.stream_out_queue data.aws_sns_topic.sns-topic]
2019/08/06 16:30:03 [DEBUG] ReferenceTransformer: "aws_sqs_queue.stream_out_queue" references: []
2019/08/06 16:30:03 [DEBUG] ReferenceTransformer: "aws_sqs_queue_policy.sns_to_sqs_policy" references: [aws_sqs_queue.stream_out_queue data.aws_iam_policy_document.sns_to_sqs_policy_document]
2019/08/06 16:30:03 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.stream-out_sqs_target" references: [aws_sqs_queue.stream_out_queue data.aws_sns_topic.sns-topic]
2019/08/06 16:30:03 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2019/08/06 16:30:03 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResource
aws_sqs_queue.stream_out_queue - *terraform.NodePlannableResource
data.aws_sns_topic.sns-topic - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue.stream_out_queue - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodePlannableResource
aws_sqs_queue.stream_out_queue - *terraform.NodePlannableResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResource
aws_sqs_queue.stream_out_queue - *terraform.NodePlannableResource
data.aws_sns_topic.sns-topic - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_sns_topic.sns-topic - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2019/08/06 16:30:03 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResource
aws_sqs_queue.stream_ouform.NodePlannableResource
aws_sqs_queue.stream_out_queue - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodePlannableResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResource
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResource
aws_sqs_queue.stream_out_queue - *terraform.NodePlannableResource
data.aws_sns_topic.sns-topic - *terraform.NodePlannableResource
data.aws_sns_topic.sns-topic - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResource
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2019/08/06 16:30:03 [DEBUG] Starting graph walk: walkPlan
2019/08/06 16:30:03 [TRACE] dag/walk: added new vertex: "data.aws_sns_topic.sns-topic"
2019/08/06 16:30:03 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2019/08/06 16:30:03 [TRACE] dag/walk: added new vertex: "root"
2019/08/06 16:30:03 [TRACE] dag/walk: added new vertex: "aws_sqs_queue_policy.sns_to_sqs_policy"
2019/08/06 16:30:03 [TRACE] dag/walk: added new vertex: "provider.aws"
2019/08/06 16:30:03 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2019/08/06 16:30:03 [TRACE] dag/walk: added new vertex: "data.aws_iam_policy_document.sns_to_sqs_policy_document"
2019/08/06 16:30:03 [TRACE] dag/walk: added new vertex: "aws19/08/06 16:30:03 [INFO] Building AWS auth structure
2019-08-06T16:30:03.229+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [INFO] Setting AWS metadata API timeout to 100ms
2019-08-06T16:30:03.961+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2019-08-06T16:30:03.962+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:03 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: sts.amazonaws.com
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 43
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=27e7af2478ae21b19f0cbd368d379e703f683cb1ae7e2fcf51cc384e3016b069
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143003Z
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-08-06T16:30:03.963+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 480
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:03 GMT
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: ae59f4fc-b856-11e9-98e6-1725b84fa637
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <GetCallerIdentityResult>
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Arn>arn:aws:sts::787685363335:assumed-role/engie-digital-iot-dev.PowerUserAccess/GS5820-A@engie.com</Arn>
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <UserId>AROAIC2ORLC5B3ZMP52OW:GS5820-A@engie.com</UserId>
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Account>787685363335</Account>
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetCallerIdentityResult>
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <ResponseMetadata>
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <RequestId>ae59f4fc-b856-11e9-98e6-1725b84fa637</RequestId>
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </ResponseMetadata>
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetCallerIdentityResponse>
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: sts.amazonaws.com
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 43
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=481d24a7ff9a2f95fd9077aa078246a87bd952b232daf4a0f19bb96e1af54712
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143004Z
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=GetCallerIdentity&Version=2011-06-15
2019-08-06T16:30:04.369+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 480
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:03 GMT
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amzn-Requestid: ae996f89-b856-11e9-930a-0713b9e1d5f0
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <GetCallerIdentityResult>
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Arn>arn:aws:sts::787685363335:assumed-role/engie-digital-iot-dev.PowerUserAccess/GS5820-A@engie.com</Arn>
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <UserId>AROAIC2ORLC5B3ZMP52OW:GS5820-A@engie.com</UserId>
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <Account>787685363335</Account>
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetCallerIdentityResult>
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <ResponseMetadata>
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <RequestId>ae996f89-b856-11e9-930a-0713b9e1d5f0</RequestId>
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </ResponseMetadata>
2019-08-06T16:30:04.788+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </GetCallerIdentityResponse>
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: POST / HTTP/1.1
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Host: ec2.eu-west-1.amazonaws.com
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: User-Agent: aws-sdk-go/1.21.7 (go1.12.6; darwin; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.5
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 87
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Authorization: AWS4-HMAC-SHA256 Credential=ASIA3OZNUZ2DY2GDDP57/20190806/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=22523918d75243d8073a51e5cbad3a703b7cbfc3149cb141f4b6b648fc0868ba
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Date: 20190806T143004Z
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: X-Amz-Security-Token: FQoGZXIvYXdzEMn//////////wEaDI0Fdn1dYNuOYFLXrSKnAkYEN+bNX5B6K57/fqf9tz4gcwubMa6+MgUQm6C13vv58RRgrdfRHu9qy07Gijytwu1sNnTjsb5X11Zq2X7EUW9U6wMGXS0eeam2o/NFpZJI6pbL0EKPiWZqa1lh4Pt1f39Usk9XfNkjSuANw8TMtotI2lKS9rgBKl1L/O2vVirMg0++blh/Nnpzi5Viou4drVVsA4Tg5i9/zwTM/LESmgHAwjFJ/9USgZoW8SghE002YcVJr0lL9jrggYfDZ6atH3HpC5cTyJoxsbL3udh0Sccy+1npV3ADaUDc6sQOkBxbjQPzqjBotHrTsm0TzB+ZbEfIpCedX8RIrqqzaQs3Lwdjms+h5m+XYUsQtn6FqMFtyweu3UsLEs7e2jIfW6kNBc+FyJjXmnUortik6gU=
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Accept-Encoding: gzip
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2019-08-06T16:30:04.789+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:04.994+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2019-08-06T16:30:04.994+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: ---[ RESPONSE ]--------------------------------------
2019-08-06T16:30:04.994+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: HTTP/1.1 200 OK
2019-08-06T16:30:04.994+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Connection: close
2019-08-06T16:30:04.994+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Length: 540
2019-08-06T16:30:04.994+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Content-Type: text/xml;charset=UTF-8
2019-08-06T16:30:04.994+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Date: Tue, 06 Aug 2019 14:30:04 GMT
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: Server: AmazonEC2
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4:
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: -----------------------------------------------------
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <requestId>5dc777ed-1c96-4f28-894a-b5683cda0e6c</requestId>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <accountAttributeSet>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <item>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <attributeName>supported-platforms</attributeName>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <attributeValueSet>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <item>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: <attributeValue>VPC</attributeValue>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </attributeValueSet>
2019/08/06 16:30:04 [TRACE] vertex 'root.data.aws_sns_topic.sns-topic': evaluating
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </item>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </accountAttributeSet>
2019-08-06T16:30:04.995+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: </DescribeAccountAttributesResponse>
2019/08/06 16:30:04 [TRACE] [walkPlan] Entering eval tree: data.aws_sns_topic.sns-topic
2019/08/06 16:30:04 [TRACE] root: eval: *terraform.EvalSequence
2019/08/06 16:30:04 [TRACE] root: eval: *terraform.EvalInterpolate
2019/08/06 16:30:04 [TRACE] [walkPlan] Entering eval tree: aws_sqs_queue.stream_out_queue
2019/08/06 16:30:04 [TRACE] root: eval: *terraform.EvalSequence
2019/08/06 16:30:04 [TRACE] root: eval: *terraform.EvalInterpolate
2019/08/06 16:30:04 [DEBUG] Attaching resource state to "data.aws_sns_topic.sns-topic": &terraform.ResourceState{Type:"aws_sns_topic", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003e7720), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:04 [DEBUG] Attaching resource state to "aws_sqs_queue.stream_out_queue": &terraform.ResourceState{Type:"aws_sqs_queue", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc0003e75e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019-08-06T16:30:04.998+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:04 [DEBUG] Instance Diff is nil in Diff()
2019/08/06 16:30:04 [DEBUG] Attaching resource state to "data.aws_iam_policy_document.sns_to_sqs_policy_document": &terraform.ResourceState{Type:"aws_iam_policy_document", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc0003e76d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:04 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResourceInstance
2019/08/06 16:30:04 [TRACE] Graph after step *terraform.TargetsTransformer:
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResourceInstance
2019/08/06 16:30:04 [DEBUG] ReferenceTransformer: "data.aws_iam_policy_document.sns_to_sqs_policy_document" references: []
2019/08/06 16:30:04 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResourceInstance
2019/08/06 16:30:04 [TRACE] Graph after step *terraform.RootTransformer:
data.aws_iam_policy_document.sns_to_sqs_policy_document - *terraform.NodePlannableResourceInstance
2019/08/06 16:30:04 [DEBUG] Attaching resource state to "aws_sns_topic_subscription.stream-out_sqs_target": &terraform.ResourceState{Type:"aws_sns_topic_subscription", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_sns_topic.sns-topic"}, Primary:(*terraform.InstanceState)(0xc0003e7540), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:04 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResourceInstance
2019/08/06 16:30:04 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResourceInstance
2019/08/06 16:30:04 [DEBUG] ReferenceTransformer: "aws_sns_topic_subscription.stream-out_sqs_target" references: []
2019/08/06 16:30:04 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResourceInstance
2019/08/06 16:30:04 [TRACE] Graph after step *terraform.RootTransformer:
aws_sns_topic_subscription.stream-out_sqs_target - *terraform.NodePlannableResourceInstance
2019/08/06 16:30:05 [DEBUG] Attaching resource state to "aws_sqs_queue_policy.sns_to_sqs_policy": &terraform.ResourceState{Type:"aws_sqs_queue_policy", Dependencies:[]string{"aws_sqs_queue.stream_out_queue", "data.aws_iam_policy_document.sns_to_sqs_policy_document"}, Primary:(*terraform.InstanceState)(0xc0003e7630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2019/08/06 16:30:05 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_sqs_queue_policy.sns_to_sqs_policy - *terraform.NodePlannableResourceInstance
2019/08/06 16:30:05 [DEBUG] ReferenceTransformer: "aws_sqs_queue_policy.sns_to_sqs_policy" references: []
2019-08-06T16:30:05.000+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:05 [DEBUG] Instance Diff is nil in Diff()
2019-08-06T16:30:05.001+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:05 [DEBUG] Instance Diff is nil in Diff()
2019/08/06 16:30:05 [INFO] terraform: building graph: GraphTypeApply
2019/08/06 16:30:05 [DEBUG] plugin: waiting for all plugin processes to complete...
2019-08-06T16:30:05.026+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:05 [ERR] plugin: plugin server: accept unix /var/folders/0d/7z604wxj49n9ghs1rd339d1h0000gn/T/plugin171309518: use of closed network connection
2019-08-06T16:30:05.026+0200 [DEBUG] plugin.terraform-provider-aws_v2.22.0_x4: 2019/08/06 16:30:05 [ERR] plugin: stream copy 'stderr' error: stream closed
2019-08-06T16:30:05.031+0200 [DEBUG] plugin: plugin process exited: path=/Users/thomas.schersach/code/engie/bug/sqs/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.22.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment