Skip to content

Instantly share code, notes, and snippets.

@jyrkiput
Created April 17, 2018 04:20
Show Gist options
  • Save jyrkiput/47873e5fba67641175fdd8cc87e6af92 to your computer and use it in GitHub Desktop.
Save jyrkiput/47873e5fba67641175fdd8cc87e6af92 to your computer and use it in GitHub Desktop.
Terraform Cognito User Pool bug
provider.aws.region
The region where AWS operations will take place. Examples
are us-east-1, us-west-2, etc.
Default: us-east-1
Enter a value: eu-west-1
aws_cognito_user_pool.pool: Refreshing state... (ID: eu-west-1_c3IYGYinu)
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
-/+ destroy and then create replacement
Terraform will perform the following actions:
-/+ aws_cognito_user_pool.pool (new resource required)
id: "eu-west-1_c3IYGYinu" => <computed> (forces new resource)
admin_create_user_config.#: "1" => <computed>
arn: "arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_c3IYGYinu" => <computed>
creation_date: "2018-04-17T04:11:25Z" => <computed>
email_verification_message: "" => <computed>
email_verification_subject: "" => <computed>
lambda_config.#: "0" => <computed>
last_modified_date: "2018-04-17T04:11:25Z" => <computed>
mfa_configuration: "OFF" => "OFF"
name: "cognito-terraform-bug" => "cognito-terraform-bug"
password_policy.#: "1" => <computed>
schema.#: "1" => "1"
schema.1367399506.attribute_data_type: "" => "String" (forces new resource)
schema.1367399506.developer_only_attribute: "" => ""
schema.1367399506.mutable: "" => ""
schema.1367399506.name: "" => "testcase" (forces new resource)
schema.1367399506.number_attribute_constraints.#: "" => "0"
schema.1367399506.required: "" => ""
schema.1367399506.string_attribute_constraints.#: "" => "0"
schema.316784336.attribute_data_type: "String" => "" (forces new resource)
schema.316784336.developer_only_attribute: "false" => "false"
schema.316784336.mutable: "false" => "false"
schema.316784336.name: "testcase" => "" (forces new resource)
schema.316784336.number_attribute_constraints.#: "0" => "0"
schema.316784336.required: "false" => "false"
schema.316784336.string_attribute_constraints.#: "1" => "0" (forces new resource)
schema.316784336.string_attribute_constraints.0.max_length: "" => ""
schema.316784336.string_attribute_constraints.0.min_length: "" => ""
verification_message_template.#: "1" => <computed>
Plan: 1 to add, 0 to change, 1 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
aws_cognito_user_pool.pool: Destroying... (ID: eu-west-1_c3IYGYinu)
aws_cognito_user_pool.pool: Destruction complete after 1s
2018/04/17 07:15:21 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/04/17 07:15:21 [INFO] Go runtime version: go1.10.1
2018/04/17 07:15:21 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2018/04/17 07:15:21 [DEBUG] Attempting to open CLI config file: /home/jyrki/.terraformrc
2018/04/17 07:15:21 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/04/17 07:15:21 [INFO] CLI command args: []string{"apply"}
2018/04/17 07:15:21 [INFO] command: empty terraform config, returning nil
2018/04/17 07:15:21 [DEBUG] command: no data state file found for backend config
2018/04/17 07:15:21 [DEBUG] New state was assigned lineage "50236406-a420-ce52-d324-333e7bda7cb0"
2018/04/17 07:15:21 [INFO] command: backend initialized: <nil>
2018/04/17 07:15:21 [DEBUG] checking for provider in "."
2018/04/17 07:15:21 [DEBUG] checking for provider in "/usr/local/bin"
2018/04/17 07:15:21 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2018/04/17 07:15:21 [DEBUG] found provider "terraform-provider-aws_v1.14.1_x4"
2018/04/17 07:15:21 [DEBUG] found valid plugin: "aws", "1.14.1", "/home/jyrki/projects/aws/cognito-bug/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.14.1_x4"
2018/04/17 07:15:21 [DEBUG] checking for provisioner in "."
2018/04/17 07:15:21 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/04/17 07:15:21 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2018/04/17 07:15:21 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/04/17 07:15:21 [INFO] backend/local: starting Apply operation
2018/04/17 07:15:21 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:15:21 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:15:21 [INFO] terraform: building graph: GraphTypeInput
2018/04/17 07:15:21 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.LocalTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.OutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:15:21 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:15:21 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:15:21 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc4203efa40), RawConfig:(*config.RawConfig)(0xc4203ef9d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:15:21 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420508370), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:15:21 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:15:21 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:15:21 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc4203ef960)}
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:15:21 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/17 07:15:21 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/17 07:15:21 [DEBUG] Starting graph walk: walkInput
2018/04/17 07:15:21 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:15:21 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/17 07:15:21 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:21 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/17 07:15:21 [TRACE] dag/walk: added new vertex: "root"
2018/04/17 07:15:21 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:15:21 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:21 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/17 07:15:21 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool" waiting on "provider.aws"
2018/04/17 07:15:21 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:15:21 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/17 07:15:21 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/17 07:15:21 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/17 07:15:21 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool", sending new deps
2018/04/17 07:15:21 [TRACE] dag/walk: walking "provider.aws"
2018/04/17 07:15:21 [TRACE] vertex 'root.provider.aws': walking
2018/04/17 07:15:21 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/17 07:15:21 [TRACE] [walkInput] Entering eval tree: provider.aws
2018/04/17 07:15:21 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:21 [TRACE] root: eval: *terraform.EvalInitProvider
2018-04-17T07:15:21.660+0300 [DEBUG] plugin: starting plugin: path=/home/jyrki/projects/aws/cognito-bug/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.14.1_x4 args=[/home/jyrki/projects/aws/cognito-bug/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.14.1_x4]
2018-04-17T07:15:21.660+0300 [DEBUG] plugin: waiting for RPC address: path=/home/jyrki/projects/aws/cognito-bug/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.14.1_x4
2018-04-17T07:15:21.666+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: plugin address: timestamp=2018-04-17T07:15:21.665+0300 address=/tmp/plugin768969788 network=unix
2018/04/17 07:15:21 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:15:21 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:21 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:21 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/17 07:15:21 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/17 07:15:21 [TRACE] root: eval: *terraform.EvalInputProvider
2018/04/17 07:15:21 [DEBUG] command: asking for input: "provider.aws.region"
2018/04/17 07:15:25 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:25 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:25 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:25 [TRACE] [walkInput] Exiting eval tree: provider.aws
2018/04/17 07:15:25 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:15:25 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:25 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/17 07:15:25 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/04/17 07:15:25 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/17 07:15:25 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/04/17 07:15:25 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/17 07:15:25 [TRACE] [walkInput] Entering eval tree: provider.aws (close)
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/17 07:15:25 [TRACE] [walkInput] Exiting eval tree: provider.aws (close)
2018/04/17 07:15:25 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/04/17 07:15:25 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_cognito_user_pool.pool.0", replace "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:15:25 [TRACE] dag/walk: walking "root"
2018/04/17 07:15:25 [TRACE] vertex 'root.root': walking
2018/04/17 07:15:25 [INFO] terraform: building graph: GraphTypeValidate
2018/04/17 07:15:25 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.LocalTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.OutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:15:25 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:15:25 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:15:25 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc4203efa40), RawConfig:(*config.RawConfig)(0xc4203ef9d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:15:25 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420508370), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:15:25 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:15:25 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:15:25 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc4203ef960)}
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:15:25 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/17 07:15:25 [DEBUG] Starting graph walk: walkValidate
2018/04/17 07:15:25 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/17 07:15:25 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:25 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/17 07:15:25 [TRACE] dag/walk: added new vertex: "root"
2018/04/17 07:15:25 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool" waiting on "provider.aws"
2018/04/17 07:15:25 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:25 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/17 07:15:25 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/17 07:15:25 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/17 07:15:25 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/17 07:15:25 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool", sending new deps
2018/04/17 07:15:25 [TRACE] dag/walk: walking "provider.aws"
2018/04/17 07:15:25 [TRACE] vertex 'root.provider.aws': walking
2018/04/17 07:15:25 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/17 07:15:25 [TRACE] [walkValidate] Entering eval tree: provider.aws
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/17 07:15:25 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/04/17 07:15:25 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:25 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:25 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2018/04/17 07:15:25 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:15:25 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:15:25 [TRACE] [walkValidate] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalValidateCount
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/04/17 07:15:25 [TRACE] [walkValidate] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:25 [TRACE] vertex 'root.aws_cognito_user_pool.pool': expanding/walking dynamic subgraph
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:15:25 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420508370), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:15:25 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:15:25 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:15:25 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:15:25 [TRACE] [walkValidate] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalValidateResource
2018/04/17 07:15:25 [TRACE] [walkValidate] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:25 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:25 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/04/17 07:15:25 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/17 07:15:25 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/17 07:15:25 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/04/17 07:15:25 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/04/17 07:15:25 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_cognito_user_pool.pool.0", replace "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:15:25 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/17 07:15:25 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/17 07:15:25 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2018/04/17 07:15:25 [TRACE] dag/walk: walking "root"
2018/04/17 07:15:25 [TRACE] vertex 'root.root': walking
2018/04/17 07:15:25 [INFO] backend/local: apply calling Refresh
2018/04/17 07:15:25 [INFO] terraform: building graph: GraphTypeRefresh
2018/04/17 07:15:25 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:15:25 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:15:25 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42034c5a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:15:25 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:15:25 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:15:25 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc4203efa40), RawConfig:(*config.RawConfig)(0xc4203ef9d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:15:25 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:15:25 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:15:25 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc4203ef960)}
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.LocalTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.OutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:15:25 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:25 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:15:25 [DEBUG] Starting graph walk: walkRefresh
2018/04/17 07:15:25 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/17 07:15:25 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/17 07:15:25 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool" waiting on "provider.aws"
2018/04/17 07:15:25 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:15:25 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/17 07:15:25 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool", sending new deps
2018/04/17 07:15:25 [TRACE] dag/walk: walking "provider.aws"
2018/04/17 07:15:25 [TRACE] vertex 'root.provider.aws': walking
2018/04/17 07:15:25 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/17 07:15:25 [TRACE] [walkRefresh] Entering eval tree: provider.aws
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/17 07:15:25 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:25 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:25 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-04-17T07:15:25.200+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:25 [INFO] No assume_role block read from configuration
2018-04-17T07:15:25.200+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:25 [INFO] Building AWS region structure
2018-04-17T07:15:25.200+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:25 [INFO] Building AWS auth structure
2018-04-17T07:15:25.200+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:25 [INFO] Setting AWS metadata API timeout to 100ms
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:25 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:25 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:25 [INFO] Initializing DeviceFarm SDK connection
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:25 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: sts.amazonaws.com
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 43
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=3b7583992d7af31c9e46506bb5475854727dd66497ae315504a30a73f382087a
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041525Z
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-04-17T07:15:25.924+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:27 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 402
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:26 GMT
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: f51c5ea1-41f5-11e8-9640-a7344c5c5bce
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:27 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetCallerIdentityResult>
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:15:27.215+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Account>938438132633</Account>
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResult>
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>f51c5ea1-41f5-11e8-9640-a7344c5c5bce</RequestId>
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResponse>
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:27 [DEBUG] Trying to get account ID via iam:GetUser
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:27 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: iam.amazonaws.com
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 33
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=ac407132fb22ca289b3e888838a132be4ad3c47053b5073938e779c450cded92
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041527Z
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetUser&Version=2010-05-08
2018-04-17T07:15:27.216+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:28 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 523
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:27 GMT
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: f5d6fb36-41f5-11e8-aa0c-03e5ac2e3973
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:28 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetUserResult>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <User>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Path>/</Path>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <PasswordLastUsed>2017-12-07T12:03:36Z</PasswordLastUsed>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserName>jyrki</UserName>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <CreateDate>2017-05-10T16:00:20Z</CreateDate>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </User>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResult>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>f5d6fb36-41f5-11e8-aa0c-03e5ac2e3973</RequestId>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:15:28.276+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResponse>
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:28 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: ec2.eu-west-1.amazonaws.com
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 87
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=98c5274c06c1598a1f851b6faf5bedbfc609b8d55c94102533a50788cd4e2f91
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041528Z
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-04-17T07:15:28.278+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:29 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Transfer-Encoding: chunked
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml;charset=UTF-8
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:29 GMT
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Server: AmazonEC2
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Vary: Accept-Encoding
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:29.674+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:29 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <requestId>19e4c033-a7e4-4373-ad38-ca17197cedc0</requestId>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <accountAttributeSet>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeName>supported-platforms</attributeName>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValueSet>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>EC2</attributeValue>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>VPC</attributeValue>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </attributeValueSet>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </accountAttributeSet>
2018-04-17T07:15:29.675+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </DescribeAccountAttributesResponse>
2018/04/17 07:15:29 [TRACE] [walkRefresh] Exiting eval tree: provider.aws
2018/04/17 07:15:29 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:15:29 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:15:29 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:15:29 [TRACE] [walkRefresh] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:29 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:29 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:15:29 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/04/17 07:15:29 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:15:29 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/04/17 07:15:29 [TRACE] [walkRefresh] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:29 [TRACE] vertex 'root.aws_cognito_user_pool.pool': expanding/walking dynamic subgraph
2018/04/17 07:15:29 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:15:29 [TRACE] OrphanResourceCount: Starting...
2018/04/17 07:15:29 [TRACE] OrphanResourceCount: Checking: aws_cognito_user_pool.pool
2018/04/17 07:15:29 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:15:29 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42034c5a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:29 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:15:29 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:15:29 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:15:29 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:15:29 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:15:29 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:15:29 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:15:29 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:15:29 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:15:29 [TRACE] [walkRefresh] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:29 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:29 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:29 [TRACE] root: eval: *terraform.EvalReadState
2018/04/17 07:15:29 [TRACE] root: eval: *terraform.EvalRefresh
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:29 [DEBUG] Reading Cognito User Pool: {
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: UserPoolId: "eu-west-1_c3IYGYinu"
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: }
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:29 [DEBUG] [aws-sdk-go] DEBUG: Request cognito-idp/DescribeUserPool Details:
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: cognito-idp.eu-west-1.amazonaws.com
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 36
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/eu-west-1/cognito-idp/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=8fc0cb0f830b40f1e015f1cdfef8501a6cc808a0252975040caa45727ab6a178
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-amz-json-1.1
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041529Z
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Target: AWSCognitoIdentityProviderService.DescribeUserPool
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:29.679+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [DEBUG] [aws-sdk-go] DEBUG: Response cognito-idp/DescribeUserPool Details:
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 4262
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-amz-json-1.1
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:29 GMT
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: f6e8925b-41f5-11e8-8426-4bceb499cc4a
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:30.098+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [DEBUG] [aws-sdk-go] {"UserPool":{"AdminCreateUserConfig":{"AllowAdminCreateUserOnly":false,"UnusedAccountValidityDays":7},"Arn":"arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_c3IYGYinu","CreationDate":1.523938285267E9,"EmailConfiguration":{},"EstimatedNumberOfUsers":0,"Id":"eu-west-1_c3IYGYinu","LambdaConfig":{},"LastModifiedDate":1.523938285267E9,"MfaConfiguration":"OFF","Name":"cognito-terraform-bug","Policies":{"PasswordPolicy":{"MinimumLength":8,"RequireLowercase":true,"RequireNumbers":true,"RequireSymbols":true,"RequireUppercase":true}},"SchemaAttributes":[{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":false,"Name":"sub","Required":true,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"1"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"name","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"given_name","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"family_name","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"middle_name","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"nickname","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"preferred_username","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"profile","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"picture","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"website","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"email","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"Boolean","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"email_verified","Required":false},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"gender","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"birthdate","Required":false,"StringAttributeConstraints":{"MaxLength":"10","MinLength":"10"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"zoneinfo","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"locale","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"phone_number","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"Boolean","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"phone_number_verified","Required":false},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"address","Required":false,"StringAttributeConstraints":{"MaxLength":"2048","MinLength":"0"}},{"AttributeDataType":"Number","DeveloperOnlyAttribute":false,"Mutable":true,"Name":"updated_at","NumberAttributeConstraints":{"MinValue":"0"},"Required":false},{"AttributeDataType":"String","DeveloperOnlyAttribute":false,"Mutable":false,"Name":"custom:testcase","Required":false,"StringAttributeConstraints":{}}],"UserPoolAddOns":{},"UserPoolTags":{},"VerificationMessageTemplate":{"DefaultEmailOption":"CONFIRM_WITH_CODE"}}}
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/17 07:15:30 [TRACE] [walkRefresh] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:30 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/17 07:15:30 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/17 07:15:30 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/17 07:15:30 [TRACE] [walkRefresh] Entering eval tree: provider.aws (close)
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/17 07:15:30 [TRACE] [walkRefresh] Exiting eval tree: provider.aws (close)
2018/04/17 07:15:30 [INFO] backend/local: apply calling Plan
2018/04/17 07:15:30 [INFO] terraform: building graph: GraphTypePlan
2018/04/17 07:15:30 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.LocalTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.OutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:15:30 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:15:30 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:15:30 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc4203efa40), RawConfig:(*config.RawConfig)(0xc4203ef9d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:15:30 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420496050), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:15:30 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:15:30 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:15:30 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc4203ef960)}
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:15:30 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/17 07:15:30 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/17 07:15:30 [DEBUG] Starting graph walk: walkPlan
2018/04/17 07:15:30 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:15:30 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/17 07:15:30 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:30 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/17 07:15:30 [TRACE] dag/walk: added new vertex: "root"
2018/04/17 07:15:30 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:15:30 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:30 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/17 07:15:30 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool" waiting on "provider.aws"
2018/04/17 07:15:30 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:15:30 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/17 07:15:30 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/17 07:15:30 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool", sending new deps
2018/04/17 07:15:30 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/17 07:15:30 [TRACE] dag/walk: walking "provider.aws"
2018/04/17 07:15:30 [TRACE] vertex 'root.provider.aws': walking
2018/04/17 07:15:30 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/17 07:15:30 [TRACE] [walkPlan] Entering eval tree: provider.aws
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/17 07:15:30 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:30 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:30 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-04-17T07:15:30.121+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [INFO] No assume_role block read from configuration
2018-04-17T07:15:30.121+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [INFO] Building AWS region structure
2018-04-17T07:15:30.121+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [INFO] Building AWS auth structure
2018-04-17T07:15:30.121+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [INFO] Setting AWS metadata API timeout to 100ms
2018-04-17T07:15:30.779+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-04-17T07:15:30.780+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-04-17T07:15:30.780+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [INFO] Initializing DeviceFarm SDK connection
2018-04-17T07:15:30.781+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:30 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-04-17T07:15:30.781+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:30.781+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:30.781+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: sts.amazonaws.com
2018-04-17T07:15:30.782+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:30.782+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 43
2018-04-17T07:15:30.782+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=69dad37ffd3917649612abbd571b5222792dd2dc9b61a39450184f222960fefa
2018-04-17T07:15:30.782+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:15:30.782+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041530Z
2018-04-17T07:15:30.782+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:30.782+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:30.782+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-04-17T07:15:30.782+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:31 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 402
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:31 GMT
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: f809e18b-41f5-11e8-b152-db3921d8b6b5
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:31 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetCallerIdentityResult>
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Account>938438132633</Account>
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResult>
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>f809e18b-41f5-11e8-b152-db3921d8b6b5</RequestId>
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResponse>
2018-04-17T07:15:31.958+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:31 [DEBUG] Trying to get account ID via iam:GetUser
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:31 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: iam.amazonaws.com
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 33
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e33faab64cb96eeef9c763c0881ffcd2863b80acb53a01ae1abe9558586399c6
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041531Z
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetUser&Version=2010-05-08
2018-04-17T07:15:31.959+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:32 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 523
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:31 GMT
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: f87af25b-41f5-11e8-aa0c-03e5ac2e3973
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:32.745+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:32 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetUserResult>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <User>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Path>/</Path>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <PasswordLastUsed>2017-12-07T12:03:36Z</PasswordLastUsed>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserName>jyrki</UserName>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <CreateDate>2017-05-10T16:00:20Z</CreateDate>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </User>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResult>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>f87af25b-41f5-11e8-aa0c-03e5ac2e3973</RequestId>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResponse>
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:32 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: ec2.eu-west-1.amazonaws.com
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 87
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=7ec0127fcfe2ca85f8d9bf49180fae22e51dea0e1d4cc4b137f5999990f4bed5
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041532Z
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-04-17T07:15:32.746+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:33 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Transfer-Encoding: chunked
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml;charset=UTF-8
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:32 GMT
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Server: AmazonEC2
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Vary: Accept-Encoding
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:33 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <requestId>117bd559-4d88-4971-8691-431e1baf75cc</requestId>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <accountAttributeSet>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeName>supported-platforms</attributeName>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValueSet>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>EC2</attributeValue>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>VPC</attributeValue>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </attributeValueSet>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </accountAttributeSet>
2018-04-17T07:15:33.023+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </DescribeAccountAttributesResponse>
2018/04/17 07:15:33 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2018/04/17 07:15:33 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:15:33 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:15:33 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:15:33 [TRACE] [walkPlan] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/04/17 07:15:33 [TRACE] [walkPlan] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:33 [TRACE] vertex 'root.aws_cognito_user_pool.pool': expanding/walking dynamic subgraph
2018/04/17 07:15:33 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:15:33 [TRACE] OrphanResourceCount: Starting...
2018/04/17 07:15:33 [TRACE] OrphanResourceCount: Checking: aws_cognito_user_pool.pool
2018/04/17 07:15:33 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:15:33 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420496050), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:33 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:15:33 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:15:33 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:15:33 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:15:33 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:15:33 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:15:33 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:15:33 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:15:33 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:15:33 [TRACE] [walkPlan] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalValidateResource
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalReadState
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalDiff
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/04/17 07:15:33 [TRACE] [walkPlan] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:33 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/17 07:15:33 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/17 07:15:33 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:33 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/04/17 07:15:33 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/17 07:15:33 [TRACE] [walkPlan] Entering eval tree: provider.aws (close)
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/17 07:15:33 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close)
2018/04/17 07:15:33 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/04/17 07:15:33 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:15:33 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/04/17 07:15:33 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_cognito_user_pool.pool.0", replace "aws_cognito_user_pool.pool"
2018/04/17 07:15:33 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:15:33 [TRACE] dag/walk: walking "root"
2018/04/17 07:15:33 [TRACE] vertex 'root.root': walking
2018/04/17 07:15:33 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/04/17 07:15:38 [INFO] terraform: building graph: GraphTypeApply
2018/04/17 07:15:38 [TRACE] DiffTransformer: starting
2018/04/17 07:15:38 [TRACE] DiffTransformer: Module: DESTROY/CREATE: aws_cognito_user_pool.pool
admin_create_user_config.#: "1" => "<computed>"
arn: "arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_c3IYGYinu" => "<computed>"
creation_date: "2018-04-17T04:11:25Z" => "<computed>"
email_verification_message: "" => "<computed>"
email_verification_subject: "" => "<computed>"
lambda_config.#: "0" => "<computed>"
last_modified_date: "2018-04-17T04:11:25Z" => "<computed>"
mfa_configuration: "OFF" => "OFF"
name: "cognito-terraform-bug" => "cognito-terraform-bug"
password_policy.#: "1" => "<computed>"
schema.#: "1" => "1"
schema.1367399506.attribute_data_type: "" => "String" (forces new resource)
schema.1367399506.developer_only_attribute: "" => ""
schema.1367399506.mutable: "" => ""
schema.1367399506.name: "" => "testcase" (forces new resource)
schema.1367399506.number_attribute_constraints.#: "" => "0"
schema.1367399506.required: "" => ""
schema.1367399506.string_attribute_constraints.#: "" => "0"
schema.316784336.attribute_data_type: "String" => "" (forces new resource)
schema.316784336.developer_only_attribute: "false" => "false"
schema.316784336.mutable: "false" => "false"
schema.316784336.name: "testcase" => "" (forces new resource)
schema.316784336.number_attribute_constraints.#: "0" => "0"
schema.316784336.required: "false" => "false"
schema.316784336.string_attribute_constraints.#: "1" => "0" (forces new resource)
schema.316784336.string_attribute_constraints.0.max_length: "" => ""
schema.316784336.string_attribute_constraints.0.min_length: "" => ""
verification_message_template.#: "1" => "<computed>"
2018/04/17 07:15:38 [TRACE] DiffTransformer: Resource "aws_cognito_user_pool.pool": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"verification_message_template.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.mutable":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.attribute_data_type":*terraform.ResourceAttrDiff{Old:"String", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"eu-west-1_c3IYGYinu", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "arn":*terraform.ResourceAttrDiff{Old:"arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_c3IYGYinu", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.attribute_data_type":*terraform.ResourceAttrDiff{Old:"", New:"String", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.required":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.min_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"cognito-terraform-bug", New:"cognito-terraform-bug", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.name":*terraform.ResourceAttrDiff{Old:"testcase", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.316784336.required":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "lambda_config.#":*terraform.ResourceAttrDiff{Old:"0", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "last_modified_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.name":*terraform.ResourceAttrDiff{Old:"", New:"testcase", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"1", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.316784336.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "admin_create_user_config.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "creation_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_message":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_policy.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.max_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.#":*terraform.ResourceAttrDiff{Old:"1", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_subject":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.mutable":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "mfa_configuration":*terraform.ResourceAttrDiff{Old:"OFF", New:"OFF", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:true, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.DiffTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
2018/04/17 07:15:38 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:15:38 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:15:38 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc4203efa40), RawConfig:(*config.RawConfig)(0xc4203ef9d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:15:38 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:15:38 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc4203efa40), RawConfig:(*config.RawConfig)(0xc4203ef9d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
2018/04/17 07:15:38 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool (destroy)": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420352280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:38 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420352280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
2018/04/17 07:15:38 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:15:38 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:15:38 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc4203ef960)}
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [DEBUG] resource aws_cognito_user_pool.pool (destroy) using provider provider.aws
2018/04/17 07:15:38 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.graphTransformerMulti:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2018/04/17 07:15:38 [TRACE] DestroyEdgeTransformer: aws_cognito_user_pool.pool (destroy) destroying "aws_cognito_user_pool.pool"
2018/04/17 07:15:38 [TRACE] DestroyEdgeTransformer: connecting creator/destroyer: aws_cognito_user_pool.pool, aws_cognito_user_pool.pool (destroy)
2018/04/17 07:15:38 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:15:38 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:15:38 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc4203efa40), RawConfig:(*config.RawConfig)(0xc4203ef9d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:15:38 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:15:38 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc4203efa40), RawConfig:(*config.RawConfig)(0xc4203ef9d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:15:38 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420352280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:38 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool (destroy)": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420352280), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:15:38 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:15:38 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:15:38 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc4203ef960)}
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:15:38 [DEBUG] resource aws_cognito_user_pool.pool (destroy) using provider provider.aws
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.ProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.PruneProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.ParentProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:15:38 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool (destroy)" references: []
2018/04/17 07:15:38 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:15:38 [TRACE] DestroyEdgeTransformer: reference graph: aws_cognito_user_pool.pool
provider.aws
aws_cognito_user_pool.pool (destroy)
provider.aws
provider.aws
2018/04/17 07:15:38 [TRACE] DestroyEdgeTransformer: creation node "aws_cognito_user_pool.pool" references [provider.aws]
2018/04/17 07:15:38 [TRACE] DestroyEdgeTransformer: creation node "aws_cognito_user_pool.pool (destroy)" references [provider.aws]
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.ProvisionerTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.LocalTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.OutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool (destroy)" references: []
2018/04/17 07:15:38 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:15:38 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.CloseProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/17 07:15:38 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
aws_cognito_user_pool.pool (destroy) - *terraform.NodeDestroyResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cognito_user_pool.pool - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
2018/04/17 07:15:38 [DEBUG] Starting graph walk: walkApply
2018/04/17 07:15:38 [TRACE] dag/walk: added new vertex: "root"
2018/04/17 07:15:38 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool (destroy)"
2018/04/17 07:15:38 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:15:38 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/17 07:15:38 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:38 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/17 07:15:38 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool" waiting on "aws_cognito_user_pool.pool (destroy)"
2018/04/17 07:15:38 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/17 07:15:38 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:15:38 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:15:38 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:38 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool (destroy)" waiting on "provider.aws"
2018/04/17 07:15:38 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool (destroy)", sending new deps
2018/04/17 07:15:38 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool", sending new deps
2018/04/17 07:15:38 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/17 07:15:38 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/17 07:15:38 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/17 07:15:38 [TRACE] dag/walk: walking "provider.aws"
2018/04/17 07:15:38 [TRACE] vertex 'root.provider.aws': walking
2018/04/17 07:15:38 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/17 07:15:38 [TRACE] [walkApply] Entering eval tree: provider.aws
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/17 07:15:38 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:38 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:38 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-04-17T07:15:38.432+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:38 [INFO] No assume_role block read from configuration
2018-04-17T07:15:38.432+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:38 [INFO] Building AWS region structure
2018-04-17T07:15:38.432+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:38 [INFO] Building AWS auth structure
2018-04-17T07:15:38.432+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:38 [INFO] Setting AWS metadata API timeout to 100ms
2018-04-17T07:15:39.168+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:39 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-04-17T07:15:39.168+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:39 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-04-17T07:15:39.169+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:39 [INFO] Initializing DeviceFarm SDK connection
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:39 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: sts.amazonaws.com
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 43
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=00a227a4b5402e7e4dccf5e0d22e4a42f94d944e8afbe231d2c253164c3d2a9e
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041539Z
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-04-17T07:15:39.170+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:39 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 402
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:39 GMT
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: fcc8050c-41f5-11e8-abb8-c1b34e351741
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:39 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetCallerIdentityResult>
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Account>938438132633</Account>
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResult>
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>fcc8050c-41f5-11e8-abb8-c1b34e351741</RequestId>
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResponse>
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:39 [DEBUG] Trying to get account ID via iam:GetUser
2018-04-17T07:15:39.937+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:39 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: iam.amazonaws.com
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 33
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/us-east-1/iam/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=554daee39b554d1a149bb205b7e2b27d4fa6ebc945b0b851b64e7c96d0a7bc2e
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041539Z
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetUser&Version=2010-05-08
2018-04-17T07:15:39.938+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:40 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 523
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:39 GMT
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: fd3d5c23-41f5-11e8-8c8b-91043cead316
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:40 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetUserResult>
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <User>
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Path>/</Path>
2018-04-17T07:15:40.715+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <PasswordLastUsed>2017-12-07T12:03:36Z</PasswordLastUsed>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserName>jyrki</UserName>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <CreateDate>2017-05-10T16:00:20Z</CreateDate>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </User>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResult>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>fd3d5c23-41f5-11e8-8c8b-91043cead316</RequestId>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResponse>
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:40 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: ec2.eu-west-1.amazonaws.com
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 87
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/eu-west-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date, Signature=e6aca1026fe6cd1694d1293d8ca5fa7826237a57ad006b230257ea647656b265
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041540Z
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-04-17T07:15:40.716+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:40 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Transfer-Encoding: chunked
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml;charset=UTF-8
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:40 GMT
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Server: AmazonEC2
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Vary: Accept-Encoding
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:40 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <requestId>149f8c59-fa60-49cb-bf08-0ea18a7c9343</requestId>
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <accountAttributeSet>
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeName>supported-platforms</attributeName>
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValueSet>
2018-04-17T07:15:40.992+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:15:40.993+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>EC2</attributeValue>
2018-04-17T07:15:40.993+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:15:40.993+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:15:40.993+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>VPC</attributeValue>
2018-04-17T07:15:40.993+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:15:40.993+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </attributeValueSet>
2018-04-17T07:15:40.993+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:15:40.993+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </accountAttributeSet>
2018-04-17T07:15:40.993+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </DescribeAccountAttributesResponse>
2018/04/17 07:15:40 [TRACE] [walkApply] Exiting eval tree: provider.aws
2018/04/17 07:15:40 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool (destroy)"
2018/04/17 07:15:40 [TRACE] vertex 'root.aws_cognito_user_pool.pool (destroy)': walking
2018/04/17 07:15:40 [TRACE] vertex 'root.aws_cognito_user_pool.pool (destroy)': evaluating
2018/04/17 07:15:40 [TRACE] [walkApply] Entering eval tree: aws_cognito_user_pool.pool (destroy)
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalReadDiff
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalFilterDiff
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:15:40 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalReadState
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalRequireState
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalApplyPre
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:15:40 [TRACE] root: eval: *terraform.EvalApply
2018/04/17 07:15:40 [DEBUG] apply: aws_cognito_user_pool.pool: executing Apply
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:40 [DEBUG] Deleting Cognito User Pool: {
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: UserPoolId: "eu-west-1_c3IYGYinu"
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: }
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:40 [DEBUG] [aws-sdk-go] DEBUG: Request cognito-idp/DeleteUserPool Details:
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: cognito-idp.eu-west-1.amazonaws.com
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: User-Agent: aws-sdk-go/1.13.28 (go1.9.2; linux; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.11.4
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 36
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Authorization: AWS4-HMAC-SHA256 Credential=AKIAJG5CL4TS7SNL47SA/20180417/eu-west-1/cognito-idp/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-target, Signature=3d814ea85e5832f47d9331ba410c3f7dc4340749085b50a3b553a5ed3d13368c
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-amz-json-1.1
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T041540Z
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Target: AWSCognitoIdentityProviderService.DeleteUserPool
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:40.999+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:41 [DEBUG] [aws-sdk-go] DEBUG: Response cognito-idp/DeleteUserPool Details:
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 0
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-amz-json-1.1
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:15:41 GMT
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: fd95dd01-41f5-11e8-b9fc-9b7faab4b002
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:15:41.654+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:15:41 [DEBUG] [aws-sdk-go]
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalApplyPost
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalUpdateStateHook
2018/04/17 07:15:41 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:15:41 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:15:41 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:15:41 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:15:41 [TRACE] [walkApply] Exiting eval tree: aws_cognito_user_pool.pool (destroy)
2018/04/17 07:15:41 [TRACE] vertex 'root.aws_cognito_user_pool.pool (destroy)': expanding/walking dynamic subgraph
2018/04/17 07:15:41 [TRACE] Graph after step *terraform.DeposedTransformer:
2018/04/17 07:15:41 [TRACE] Graph after step *terraform.TargetsTransformer:
2018/04/17 07:15:41 [TRACE] Graph after step *terraform.RootTransformer:
root - terraform.graphNodeRoot
2018/04/17 07:15:41 [TRACE] dag/walk: added new vertex: "root"
2018/04/17 07:15:41 [TRACE] dag/walk: walking "root"
2018/04/17 07:15:41 [TRACE] vertex 'root.root': walking
2018/04/17 07:15:41 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:15:41 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:15:41 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:15:41 [TRACE] [walkApply] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalReadDiff
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:15:41 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalReadState
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalValidateResource
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalDiff
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalReadDiff
2018/04/17 07:15:41 [TRACE] root: eval: *terraform.EvalCompareDiff
2018/04/17 07:15:41 [ERROR] aws_cognito_user_pool.pool: diffs didn't match
2018/04/17 07:15:41 [ERROR] aws_cognito_user_pool.pool: reason: attribute mismatch: schema.316784336.string_attribute_constraints.0.max_length
2018/04/17 07:15:41 [ERROR] aws_cognito_user_pool.pool: diff one: *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"email_verification_message":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "admin_create_user_config.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "creation_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.max_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_policy.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.mutable":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "mfa_configuration":*terraform.ResourceAttrDiff{Old:"OFF", New:"OFF", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.#":*terraform.ResourceAttrDiff{Old:"1", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_subject":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_c3IYGYinu", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "verification_message_template.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.mutable":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.attribute_data_type":*terraform.ResourceAttrDiff{Old:"String", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"cognito-terraform-bug", New:"cognito-terraform-bug", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.name":*terraform.ResourceAttrDiff{Old:"testcase", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.316784336.required":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.attribute_data_type":*terraform.ResourceAttrDiff{Old:"", New:"String", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.required":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.min_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.name":*terraform.ResourceAttrDiff{Old:"", New:"testcase", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "lambda_config.#":*terraform.ResourceAttrDiff{Old:"0", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "last_modified_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"1", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/04/17 07:15:41 [ERROR] aws_cognito_user_pool.pool: diff two: *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"schema.1367399506.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "admin_create_user_config.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "mfa_configuration":*terraform.ResourceAttrDiff{Old:"", New:"OFF", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "verification_message_template.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "last_modified_date":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.required":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_policy.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "creation_date":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_message":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "lambda_config.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.attribute_data_type":*terraform.ResourceAttrDiff{Old:"", New:"String", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.name":*terraform.ResourceAttrDiff{Old:"", New:"testcase", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.mutable":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"cognito-terraform-bug", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_subject":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/04/17 07:15:41 [ERROR] root: eval: *terraform.EvalCompareDiff, err: aws_cognito_user_pool.pool: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.11.7
Resource ID: aws_cognito_user_pool.pool
Mismatch reason: attribute mismatch: schema.316784336.string_attribute_constraints.0.max_length
Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"schema.316784336.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"1", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "creation_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_message":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "admin_create_user_config.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.max_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_policy.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_subject":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.mutable":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "mfa_configuration":*terraform.ResourceAttrDiff{Old:"OFF", New:"OFF", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.#":*terraform.ResourceAttrDiff{Old:"1", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.attribute_data_type":*terraform.ResourceAttrDiff{Old:"String", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_c3IYGYinu", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "verification_message_template.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.mutable":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.min_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"cognito-terraform-bug", New:"cognito-terraform-bug", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.name":*terraform.ResourceAttrDiff{Old:"testcase", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.316784336.required":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.attribute_data_type":*terraform.ResourceAttrDiff{Old:"", New:"String", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.required":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.name":*terraform.ResourceAttrDiff{Old:"", New:"testcase", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "lambda_config.#":*terraform.ResourceAttrDiff{Old:"0", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "last_modified_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"mfa_configuration":*terraform.ResourceAttrDiff{Old:"", New:"OFF", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "verification_message_template.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "last_modified_date":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "admin_create_user_config.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.required":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_policy.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "creation_date":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_message":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "lambda_config.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.attribute_data_type":*terraform.ResourceAttrDiff{Old:"", New:"String", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.name":*terraform.ResourceAttrDiff{Old:"", New:"testcase", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.mutable":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"cognito-terraform-bug", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_subject":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2018/04/17 07:15:41 [ERROR] root: eval: *terraform.EvalSequence, err: aws_cognito_user_pool.pool: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.11.7
Resource ID: aws_cognito_user_pool.pool
Mismatch reason: attribute mismatch: schema.316784336.string_attribute_constraints.0.max_length
Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"schema.316784336.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"1", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "creation_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_message":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "admin_create_user_config.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.max_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_policy.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_subject":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.mutable":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "mfa_configuration":*terraform.ResourceAttrDiff{Old:"OFF", New:"OFF", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.#":*terraform.ResourceAttrDiff{Old:"1", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.attribute_data_type":*terraform.ResourceAttrDiff{Old:"String", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_c3IYGYinu", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "verification_message_template.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.mutable":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.min_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"cognito-terraform-bug", New:"cognito-terraform-bug", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.name":*terraform.ResourceAttrDiff{Old:"testcase", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.316784336.required":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.attribute_data_type":*terraform.ResourceAttrDiff{Old:"", New:"String", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.required":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.name":*terraform.ResourceAttrDiff{Old:"", New:"testcase", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "lambda_config.#":*terraform.ResourceAttrDiff{Old:"0", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "last_modified_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"mfa_configuration":*terraform.ResourceAttrDiff{Old:"", New:"OFF", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "verification_message_template.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "last_modified_date":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "admin_create_user_config.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.required":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_policy.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "creation_date":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_message":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "lambda_config.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.attribute_data_type":*terraform.ResourceAttrDiff{Old:"", New:"String", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.name":*terraform.ResourceAttrDiff{Old:"", New:"testcase", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.mutable":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"cognito-terraform-bug", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_subject":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
2018/04/17 07:15:41 [TRACE] [walkApply] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:15:41 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2018/04/17 07:15:41 [TRACE] dag/walk: upstream errored, not walking "provider.aws (close)"
2018/04/17 07:15:41 [TRACE] dag/walk: upstream errored, not walking "root"
2018/04/17 07:15:41 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:15:41 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:15:41 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"

Error: Error applying plan:
1 error(s) occurred:
* aws_cognito_user_pool.pool: aws_cognito_user_pool.pool: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
Please include the following information in your report:
Terraform Version: 0.11.7
Resource ID: aws_cognito_user_pool.pool
Mismatch reason: attribute mismatch: schema.316784336.string_attribute_constraints.0.max_length
2018/04/17 07:15:41 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-04-17T07:15:41.709+0300 [DEBUG] plugin: plugin process exited: path=/home/jyrki/projects/aws/cognito-bug/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.14.1_x4
Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"schema.316784336.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"1", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "creation_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_message":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "admin_create_user_config.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.max_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_policy.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"0", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_subject":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.mutable":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "mfa_configuration":*terraform.ResourceAttrDiff{Old:"OFF", New:"OFF", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.#":*terraform.ResourceAttrDiff{Old:"1", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.attribute_data_type":*terraform.ResourceAttrDiff{Old:"String", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_c3IYGYinu", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "verification_message_template.#":*terraform.ResourceAttrDiff{Old:"1", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.mutable":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.string_attribute_constraints.0.min_length":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"cognito-terraform-bug", New:"cognito-terraform-bug", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.316784336.name":*terraform.ResourceAttrDiff{Old:"testcase", New:"", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.316784336.required":*terraform.ResourceAttrDiff{Old:"false", New:"false", NewComputed:false, NewRemoved:true, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.attribute_data_type":*terraform.ResourceAttrDiff{Old:"", New:"String", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.required":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.name":*terraform.ResourceAttrDiff{Old:"", New:"testcase", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "lambda_config.#":*terraform.ResourceAttrDiff{Old:"0", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "last_modified_date":*terraform.ResourceAttrDiff{Old:"2018-04-17T04:11:25Z", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"mfa_configuration":*terraform.ResourceAttrDiff{Old:"", New:"OFF", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "verification_message_template.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "arn":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "last_modified_date":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.string_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "admin_create_user_config.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.required":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "password_policy.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "creation_date":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_message":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "lambda_config.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.attribute_data_type":*terraform.ResourceAttrDiff{Old:"", New:"String", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.name":*terraform.ResourceAttrDiff{Old:"", New:"testcase", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.mutable":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "schema.1367399506.developer_only_attribute":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"cognito-terraform-bug", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "schema.1367399506.number_attribute_constraints.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "email_verification_subject":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
Also include as much context as you can about your config, state, and the steps you performed to trigger this error.
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment