Skip to content

Instantly share code, notes, and snippets.

@jyrkiput
Created April 17, 2018 04:30
Show Gist options
  • Save jyrkiput/4b92d037fcbbb327abb8ddbfeaa5f49c to your computer and use it in GitHub Desktop.
Save jyrkiput/4b92d037fcbbb327abb8ddbfeaa5f49c to your computer and use it in GitHub Desktop.
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_zP8yjvQZb)
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_zP8yjvQZb" => <computed> (forces new resource)
admin_create_user_config.#: "1" => <computed>
arn: "arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_zP8yjvQZb" => <computed>
creation_date: "2018-04-17T04:26:29Z" => <computed>
email_verification_message: "" => <computed>
email_verification_subject: "" => <computed>
lambda_config.#: "0" => <computed>
last_modified_date: "2018-04-17T04:26:29Z" => <computed>
mfa_configuration: "OFF" => "OFF"
name: "cognito-terraform-bug" => "cognito-terraform-bug"
password_policy.#: "1" => <computed>
schema.#: "1" => "1"
schema.1702467261.attribute_data_type: "String" => "" (forces new resource)
schema.1702467261.developer_only_attribute: "false" => "false"
schema.1702467261.mutable: "false" => "false"
schema.1702467261.name: "phone_number" => "" (forces new resource)
schema.1702467261.number_attribute_constraints.#: "0" => "0"
schema.1702467261.required: "true" => "false" (forces new resource)
schema.1702467261.string_attribute_constraints.#: "1" => "0" (forces new resource)
schema.1702467261.string_attribute_constraints.0.max_length: "2048" => "" (forces new resource)
schema.1702467261.string_attribute_constraints.0.min_length: "0" => "" (forces new resource)
schema.3950789838.attribute_data_type: "" => "String" (forces new resource)
schema.3950789838.developer_only_attribute: "" => ""
schema.3950789838.mutable: "" => ""
schema.3950789838.name: "" => "phone_number" (forces new resource)
schema.3950789838.number_attribute_constraints.#: "" => "0"
schema.3950789838.required: "" => "true" (forces new resource)
schema.3950789838.string_attribute_constraints.#: "" => "0"
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: no
2018/04/17 07:26:52 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161
2018/04/17 07:26:52 [INFO] Go runtime version: go1.10.1
2018/04/17 07:26:52 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2018/04/17 07:26:52 [DEBUG] Attempting to open CLI config file: /home/jyrki/.terraformrc
2018/04/17 07:26:52 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/04/17 07:26:52 [INFO] CLI command args: []string{"apply"}
2018/04/17 07:26:52 [INFO] command: empty terraform config, returning nil
2018/04/17 07:26:52 [DEBUG] command: no data state file found for backend config
2018/04/17 07:26:52 [DEBUG] New state was assigned lineage "8f38f9d0-68f9-366a-69b7-5fc34d325df1"
2018/04/17 07:26:52 [INFO] command: backend initialized: <nil>
2018/04/17 07:26:52 [DEBUG] checking for provider in "."
2018/04/17 07:26:52 [DEBUG] checking for provider in "/usr/local/bin"
2018/04/17 07:26:52 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2018/04/17 07:26:52 [DEBUG] found provider "terraform-provider-aws_v1.14.1_x4"
2018/04/17 07:26:52 [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:26:52 [DEBUG] checking for provisioner in "."
2018/04/17 07:26:52 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/04/17 07:26:52 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2018/04/17 07:26:52 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/04/17 07:26:52 [INFO] backend/local: starting Apply operation
2018/04/17 07:26:52 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:26:52 [TRACE] Preserving existing state lineage "00cf7a9d-b1be-ddc3-c1af-62efae4cd75c"
2018/04/17 07:26:52 [INFO] terraform: building graph: GraphTypeInput
2018/04/17 07:26:52 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.LocalTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.OutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:26:52 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:26:52 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:26:52 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc420403a40), RawConfig:(*config.RawConfig)(0xc4204039d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:26:52 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420434690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
2018/04/17 07:26:52 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:26:52 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:26:52 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc420403960)}
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:26:52 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeAbstractResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:26:52 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:26:52 [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:26:52 [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:26:52 [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:26:52 [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:26:52 [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:26:52 [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:26:52 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:26:52 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:26:52 [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:26:52 [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:26:52 [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:26:52 [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:26:52 [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:26:52 [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:26:52 [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:26:52 [DEBUG] Starting graph walk: walkInput
2018/04/17 07:26:52 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/17 07:26:52 [TRACE] dag/walk: added new vertex: "root"
2018/04/17 07:26:52 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:26:52 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/17 07:26:52 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/17 07:26:52 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool" waiting on "provider.aws"
2018/04/17 07:26:52 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:26:52 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:26:52 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/17 07:26:52 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/17 07:26:52 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool", sending new deps
2018/04/17 07:26:52 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/17 07:26:52 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/17 07:26:52 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/17 07:26:52 [TRACE] dag/walk: walking "provider.aws"
2018/04/17 07:26:52 [TRACE] vertex 'root.provider.aws': walking
2018/04/17 07:26:52 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/17 07:26:52 [TRACE] [walkInput] Entering eval tree: provider.aws
2018/04/17 07:26:52 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:52 [TRACE] root: eval: *terraform.EvalInitProvider
2018-04-17T07:26:52.883+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:26:52.883+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:26:52.889+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: plugin address: timestamp=2018-04-17T07:26:52.889+0300 network=unix address=/tmp/plugin556025161
2018/04/17 07:26:52 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:26:52 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:52 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:26:52 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/17 07:26:52 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/17 07:26:52 [TRACE] root: eval: *terraform.EvalInputProvider
2018/04/17 07:26:52 [DEBUG] command: asking for input: "provider.aws.region"
2018/04/17 07:26:55 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:55 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:55 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:55 [TRACE] [walkInput] Exiting eval tree: provider.aws
2018/04/17 07:26:55 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:26:55 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/04/17 07:26:55 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/04/17 07:26:55 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/04/17 07:26:55 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/04/17 07:26:55 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_cognito_user_pool.pool.0", replace "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:26:55 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/17 07:26:55 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/17 07:26:55 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/17 07:26:55 [TRACE] [walkInput] Entering eval tree: provider.aws (close)
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/17 07:26:55 [TRACE] [walkInput] Exiting eval tree: provider.aws (close)
2018/04/17 07:26:55 [TRACE] dag/walk: walking "root"
2018/04/17 07:26:55 [TRACE] vertex 'root.root': walking
2018/04/17 07:26:55 [INFO] terraform: building graph: GraphTypeValidate
2018/04/17 07:26:55 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.LocalTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.OutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:26:55 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:26:55 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:26:55 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc420403a40), RawConfig:(*config.RawConfig)(0xc4204039d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:26:55 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420434690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
2018/04/17 07:26:55 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:26:55 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:26:55 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc420403960)}
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:26:55 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:26:55 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [DEBUG] Starting graph walk: walkValidate
2018/04/17 07:26:55 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/17 07:26:55 [TRACE] dag/walk: added new vertex: "root"
2018/04/17 07:26:55 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/17 07:26:55 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/17 07:26:55 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/17 07:26:55 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/17 07:26:55 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool" waiting on "provider.aws"
2018/04/17 07:26:55 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/17 07:26:55 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/17 07:26:55 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool", sending new deps
2018/04/17 07:26:55 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/17 07:26:55 [TRACE] dag/walk: walking "provider.aws"
2018/04/17 07:26:55 [TRACE] vertex 'root.provider.aws': walking
2018/04/17 07:26:55 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/17 07:26:55 [TRACE] [walkValidate] Entering eval tree: provider.aws
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/17 07:26:55 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/04/17 07:26:55 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:55 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:55 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2018/04/17 07:26:55 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:26:55 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:26:55 [TRACE] [walkValidate] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalValidateCount
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/04/17 07:26:55 [TRACE] [walkValidate] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:26:55 [TRACE] vertex 'root.aws_cognito_user_pool.pool': expanding/walking dynamic subgraph
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:26:55 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420434690), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:26:55 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodeValidatableResourceInstance
2018/04/17 07:26:55 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:26:55 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:26:55 [TRACE] [walkValidate] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalValidateResource
2018/04/17 07:26:55 [TRACE] [walkValidate] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:26:55 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/17 07:26:55 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/17 07:26:55 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/17 07:26:55 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/17 07:26:55 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2018/04/17 07:26:55 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/04/17 07:26:55 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/04/17 07:26:55 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/04/17 07:26:55 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/04/17 07:26:55 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_cognito_user_pool.pool.0", replace "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:26:55 [TRACE] dag/walk: walking "root"
2018/04/17 07:26:55 [TRACE] vertex 'root.root': walking
2018/04/17 07:26:55 [INFO] backend/local: apply calling Refresh
2018/04/17 07:26:55 [INFO] terraform: building graph: GraphTypeRefresh
2018/04/17 07:26:55 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:26:55 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:26:55 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203385a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:26:55 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:26:55 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:26:55 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc420403a40), RawConfig:(*config.RawConfig)(0xc4204039d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
2018/04/17 07:26:55 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:26:55 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:26:55 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc420403960)}
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:26:55 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:26:55 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:26:55 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [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:26:55 [DEBUG] Starting graph walk: walkRefresh
2018/04/17 07:26:55 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/17 07:26:55 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/17 07:26:55 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:26:55 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool" waiting on "provider.aws"
2018/04/17 07:26:55 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/17 07:26:55 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool", sending new deps
2018/04/17 07:26:55 [TRACE] dag/walk: walking "provider.aws"
2018/04/17 07:26:55 [TRACE] vertex 'root.provider.aws': walking
2018/04/17 07:26:55 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/17 07:26:55 [TRACE] [walkRefresh] Entering eval tree: provider.aws
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/17 07:26:55 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:55 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:55 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-04-17T07:26:55.971+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:55 [INFO] No assume_role block read from configuration
2018-04-17T07:26:55.971+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:55 [INFO] Building AWS region structure
2018-04-17T07:26:55.971+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:55 [INFO] Building AWS auth structure
2018-04-17T07:26:55.971+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:55 [INFO] Setting AWS metadata API timeout to 100ms
2018-04-17T07:26:56.747+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:56 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-04-17T07:26:56.748+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:56 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-04-17T07:26:56.750+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:56 [INFO] Initializing DeviceFarm SDK connection
2018-04-17T07:26:56.752+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:56 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-04-17T07:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: sts.amazonaws.com
2018-04-17T07:26:56.753+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:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 43
2018-04-17T07:26:56.753+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=fdbcbdfe1d738df5d7a1d629c25d1851cadfd7c21ae0945b0291d699edcaba18
2018-04-17T07:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T042656Z
2018-04-17T07:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-04-17T07:26:56.753+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:58 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 402
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:26:57 GMT
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: 90d70c05-41f7-11e8-a520-2b63e78e3d64
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:58.110+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:58 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetCallerIdentityResult>
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Account>938438132633</Account>
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResult>
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>90d70c05-41f7-11e8-a520-2b63e78e3d64</RequestId>
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResponse>
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:58 [DEBUG] Trying to get account ID via iam:GetUser
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:58 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: iam.amazonaws.com
2018-04-17T07:26:58.111+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:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 33
2018-04-17T07:26:58.111+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=5984786fed4cf853da3ef564900bb1903d628dc6315a34fb38ef4b16412799bd
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T042658Z
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetUser&Version=2010-05-08
2018-04-17T07:26:58.111+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 523
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:26:58 GMT
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: 918cee95-41f7-11e8-aa0c-03e5ac2e3973
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetUserResult>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <User>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Path>/</Path>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <PasswordLastUsed>2017-12-07T12:03:36Z</PasswordLastUsed>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserName>jyrki</UserName>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <CreateDate>2017-05-10T16:00:20Z</CreateDate>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </User>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResult>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>918cee95-41f7-11e8-aa0c-03e5ac2e3973</RequestId>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:26:59.010+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResponse>
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: ec2.eu-west-1.amazonaws.com
2018-04-17T07:26:59.011+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:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 87
2018-04-17T07:26:59.011+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=774be3392d233840e2ab8d33a22f005e95484a0f520861ddef86d1c97e1a6df6
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T042659Z
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-04-17T07:26:59.011+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Transfer-Encoding: chunked
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml;charset=UTF-8
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:26:58 GMT
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Server: AmazonEC2
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Vary: Accept-Encoding
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <requestId>a5b224f3-5766-4a49-9606-f217ce986e7f</requestId>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <accountAttributeSet>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeName>supported-platforms</attributeName>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValueSet>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>EC2</attributeValue>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>VPC</attributeValue>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </attributeValueSet>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </accountAttributeSet>
2018-04-17T07:26:59.282+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </DescribeAccountAttributesResponse>
2018/04/17 07:26:59 [TRACE] [walkRefresh] Exiting eval tree: provider.aws
2018/04/17 07:26:59 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:26:59 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:26:59 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:26:59 [TRACE] [walkRefresh] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/04/17 07:26:59 [TRACE] [walkRefresh] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:26:59 [TRACE] vertex 'root.aws_cognito_user_pool.pool': expanding/walking dynamic subgraph
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:26:59 [TRACE] OrphanResourceCount: Starting...
2018/04/17 07:26:59 [TRACE] OrphanResourceCount: Checking: aws_cognito_user_pool.pool
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:26:59 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203385a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:26:59 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodeRefreshableManagedResourceInstance
2018/04/17 07:26:59 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:26:59 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:26:59 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:26:59 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:26:59 [TRACE] [walkRefresh] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalReadState
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalRefresh
2018-04-17T07:26:59.291+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [DEBUG] Reading Cognito User Pool: {
2018-04-17T07:26:59.291+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: UserPoolId: "eu-west-1_zP8yjvQZb"
2018-04-17T07:26:59.291+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: }
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [DEBUG] [aws-sdk-go] DEBUG: Request cognito-idp/DescribeUserPool Details:
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: cognito-idp.eu-west-1.amazonaws.com
2018-04-17T07:26:59.294+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:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 36
2018-04-17T07:26:59.294+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=cb7c42f9f72753673be663708a75ab8c976a3647749e7c54a142c6b53f4a6cf6
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-amz-json-1.1
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T042659Z
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Target: AWSCognitoIdentityProviderService.DescribeUserPool
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:59.294+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [DEBUG] [aws-sdk-go] DEBUG: Response cognito-idp/DescribeUserPool Details:
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 4110
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-amz-json-1.1
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:26:58 GMT
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: 91e54817-41f7-11e8-9b47-bd41c1d5a764
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:26:59.625+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [DEBUG] [aws-sdk-go] {"UserPool":{"AdminCreateUserConfig":{"AllowAdminCreateUserOnly":false,"UnusedAccountValidityDays":7},"Arn":"arn:aws:cognito-idp:eu-west-1:938438132633:userpool/eu-west-1_zP8yjvQZb","CreationDate":1.523939189032E9,"EmailConfiguration":{},"EstimatedNumberOfUsers":0,"Id":"eu-west-1_zP8yjvQZb","LambdaConfig":{},"LastModifiedDate":1.523939189032E9,"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":false,"Name":"phone_number","Required":true,"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}],"UserPoolAddOns":{},"UserPoolTags":{},"VerificationMessageTemplate":{"DefaultEmailOption":"CONFIRM_WITH_CODE"}}}
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/17 07:26:59 [TRACE] [walkRefresh] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:26:59 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/17 07:26:59 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/17 07:26:59 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/17 07:26:59 [TRACE] [walkRefresh] Entering eval tree: provider.aws (close)
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/17 07:26:59 [TRACE] [walkRefresh] Exiting eval tree: provider.aws (close)
2018/04/17 07:26:59 [INFO] backend/local: apply calling Plan
2018/04/17 07:26:59 [INFO] terraform: building graph: GraphTypePlan
2018/04/17 07:26:59 [TRACE] ConfigTransformer: Starting for path: []
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.ConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.LocalTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.OutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:26:59 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/04/17 07:26:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: aws_cognito_user_pool.pool
2018/04/17 07:26:59 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"pool", Type:"aws_cognito_user_pool", RawCount:(*config.RawConfig)(0xc420403a40), RawConfig:(*config.RawConfig)(0xc4204039d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:26:59 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42032aff0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.RootVariableTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
2018/04/17 07:26:59 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/04/17 07:26:59 [TRACE] Attach provider request: []string{} aws
2018/04/17 07:26:59 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"aws", Alias:"", Version:"1.14.1", RawConfig:(*config.RawConfig)(0xc420403960)}
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:26:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResource
provider.aws - *terraform.NodeApplyableProvider
2018/04/17 07:26:59 [DEBUG] resource aws_cognito_user_pool.pool using provider provider.aws
2018/04/17 07:26:59 [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:26:59 [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:26:59 [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:26:59 [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:26:59 [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:26:59 [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:26:59 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:26:59 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2018/04/17 07:26:59 [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:26:59 [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:26:59 [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:26:59 [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:26:59 [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:26:59 [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:26:59 [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:26:59 [DEBUG] Starting graph walk: walkPlan
2018/04/17 07:26:59 [TRACE] dag/walk: added new vertex: "provider.aws"
2018/04/17 07:26:59 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/04/17 07:26:59 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2018/04/17 07:26:59 [TRACE] dag/walk: added new vertex: "root"
2018/04/17 07:26:59 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:26:59 [TRACE] dag/walk: added edge: "aws_cognito_user_pool.pool" waiting on "provider.aws"
2018/04/17 07:26:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:26:59 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "aws_cognito_user_pool.pool"
2018/04/17 07:26:59 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/04/17 07:26:59 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2018/04/17 07:26:59 [TRACE] dag/walk: dependencies changed for "aws_cognito_user_pool.pool", sending new deps
2018/04/17 07:26:59 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/04/17 07:26:59 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2018/04/17 07:26:59 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/04/17 07:26:59 [TRACE] dag/walk: walking "provider.aws"
2018/04/17 07:26:59 [TRACE] vertex 'root.provider.aws': walking
2018/04/17 07:26:59 [TRACE] vertex 'root.provider.aws': evaluating
2018/04/17 07:26:59 [TRACE] [walkPlan] Entering eval tree: provider.aws
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalInitProvider
2018/04/17 07:26:59 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:59 [TRACE] root: eval: terraform.EvalNoop
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:26:59 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-04-17T07:26:59.649+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [INFO] No assume_role block read from configuration
2018-04-17T07:26:59.649+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [INFO] Building AWS region structure
2018-04-17T07:26:59.649+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [INFO] Building AWS auth structure
2018-04-17T07:26:59.649+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:26:59 [INFO] Setting AWS metadata API timeout to 100ms
2018-04-17T07:27:00.355+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:00 [INFO] Ignoring AWS metadata API endpoint at default location as it doesn't return any instance-id
2018-04-17T07:27:00.356+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:00 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2018-04-17T07:27:00.357+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:00 [INFO] Initializing DeviceFarm SDK connection
2018-04-17T07:27:00.358+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:00 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2018-04-17T07:27:00.358+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:27:00.358+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:27:00.358+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: sts.amazonaws.com
2018-04-17T07:27:00.358+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:27:00.358+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 43
2018-04-17T07:27:00.358+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=ae69dda17cd37d72092e5e1ba9f4c5758815ec0d1311b9914dd7ff4cb24e3c1e
2018-04-17T07:27:00.358+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:27:00.359+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T042700Z
2018-04-17T07:27:00.359+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:27:00.359+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:27:00.359+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetCallerIdentity&Version=2011-06-15
2018-04-17T07:27:00.359+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:01 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 402
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:27:00 GMT
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: 92d39f52-41f7-11e8-8c4f-c597a258f60f
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:01 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2018-04-17T07:27:01.184+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetCallerIdentityResult>
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Account>938438132633</Account>
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResult>
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>92d39f52-41f7-11e8-8c4f-c597a258f60f</RequestId>
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetCallerIdentityResponse>
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:01 [DEBUG] Trying to get account ID via iam:GetUser
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:01 [DEBUG] [aws-sdk-go] DEBUG: Request iam/GetUser Details:
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: iam.amazonaws.com
2018-04-17T07:27:01.185+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:27:01.185+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 33
2018-04-17T07:27:01.186+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=c854f08d2219a1e60953d20338a0fbe7aef8cfe535474f867843cbda1a300b88
2018-04-17T07:27:01.186+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:27:01.186+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T042701Z
2018-04-17T07:27:01.186+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:27:01.186+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:27:01.186+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=GetUser&Version=2010-05-08
2018-04-17T07:27:01.186+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:02 [DEBUG] [aws-sdk-go] DEBUG: Response iam/GetUser Details:
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 523
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:27:01 GMT
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amzn-Requestid: 935f64d0-41f7-11e8-aa0c-03e5ac2e3973
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:02 [DEBUG] [aws-sdk-go] <GetUserResponse xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <GetUserResult>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <User>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Path>/</Path>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <PasswordLastUsed>2017-12-07T12:03:36Z</PasswordLastUsed>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserName>jyrki</UserName>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <Arn>arn:aws:iam::938438132633:user/jyrki</Arn>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <UserId>AIDAINABE7Q2M62WR3OCW</UserId>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <CreateDate>2017-05-10T16:00:20Z</CreateDate>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </User>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResult>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <ResponseMetadata>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <RequestId>935f64d0-41f7-11e8-aa0c-03e5ac2e3973</RequestId>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </ResponseMetadata>
2018-04-17T07:27:02.078+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </GetUserResponse>
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:02 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ REQUEST POST-SIGN ]-----------------------------
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: POST / HTTP/1.1
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Host: ec2.eu-west-1.amazonaws.com
2018-04-17T07:27:02.079+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:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Length: 87
2018-04-17T07:27:02.079+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=b46842a9b0cf76663b18a2d7f264d42a0c8231df1fc5727a66e5b81d611d0f15
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: X-Amz-Date: 20180417T042702Z
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Accept-Encoding: gzip
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2018-04-17T07:27:02.079+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:02 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: ---[ RESPONSE ]--------------------------------------
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: HTTP/1.1 200 OK
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Connection: close
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Transfer-Encoding: chunked
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Content-Type: text/xml;charset=UTF-8
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Date: Tue, 17 Apr 2018 04:27:02 GMT
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Server: AmazonEC2
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: Vary: Accept-Encoding
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4:
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: -----------------------------------------------------
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: 2018/04/17 07:27:02 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <requestId>bb9c0f8f-5246-4343-aae3-dfac32090aef</requestId>
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <accountAttributeSet>
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeName>supported-platforms</attributeName>
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValueSet>
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>EC2</attributeValue>
2018-04-17T07:27:02.353+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:27:02.354+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <item>
2018-04-17T07:27:02.354+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: <attributeValue>VPC</attributeValue>
2018-04-17T07:27:02.354+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:27:02.354+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </attributeValueSet>
2018-04-17T07:27:02.354+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </item>
2018-04-17T07:27:02.354+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </accountAttributeSet>
2018-04-17T07:27:02.354+0300 [DEBUG] plugin.terraform-provider-aws_v1.14.1_x4: </DescribeAccountAttributesResponse>
2018/04/17 07:27:02 [TRACE] [walkPlan] Exiting eval tree: provider.aws
2018/04/17 07:27:02 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:27:02 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:27:02 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:27:02 [TRACE] [walkPlan] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalIf
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/04/17 07:27:02 [TRACE] [walkPlan] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:27:02 [TRACE] vertex 'root.aws_cognito_user_pool.pool': expanding/walking dynamic subgraph
2018/04/17 07:27:02 [TRACE] Graph after step *terraform.ResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:27:02 [TRACE] OrphanResourceCount: Starting...
2018/04/17 07:27:02 [TRACE] OrphanResourceCount: Checking: aws_cognito_user_pool.pool
2018/04/17 07:27:02 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:27:02 [DEBUG] Attaching resource state to "aws_cognito_user_pool.pool": &terraform.ResourceState{Type:"aws_cognito_user_pool", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc42032aff0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.aws", mu:sync.Mutex{state:0, sema:0x0}}
2018/04/17 07:27:02 [TRACE] Graph after step *terraform.AttachStateTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:27:02 [TRACE] Graph after step *terraform.TargetsTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:27:02 [DEBUG] ReferenceTransformer: "aws_cognito_user_pool.pool" references: []
2018/04/17 07:27:02 [TRACE] Graph after step *terraform.ReferenceTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:27:02 [TRACE] Graph after step *terraform.RootTransformer:
aws_cognito_user_pool.pool - *terraform.NodePlannableResourceInstance
2018/04/17 07:27:02 [TRACE] dag/walk: added new vertex: "aws_cognito_user_pool.pool"
2018/04/17 07:27:02 [TRACE] dag/walk: walking "aws_cognito_user_pool.pool"
2018/04/17 07:27:02 [TRACE] vertex 'root.aws_cognito_user_pool.pool': walking
2018/04/17 07:27:02 [TRACE] vertex 'root.aws_cognito_user_pool.pool': evaluating
2018/04/17 07:27:02 [TRACE] [walkPlan] Entering eval tree: aws_cognito_user_pool.pool
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalSequence
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalInterpolate
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalGetProvider
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalValidateResource
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalReadState
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalDiff
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalWriteState
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/04/17 07:27:02 [TRACE] [walkPlan] Exiting eval tree: aws_cognito_user_pool.pool
2018/04/17 07:27:02 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/04/17 07:27:02 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/04/17 07:27:02 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/04/17 07:27:02 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/04/17 07:27:02 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_cognito_user_pool.pool.0", replace "aws_cognito_user_pool.pool"
2018/04/17 07:27:02 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/04/17 07:27:02 [TRACE] dag/walk: walking "provider.aws (close)"
2018/04/17 07:27:02 [TRACE] vertex 'root.provider.aws (close)': walking
2018/04/17 07:27:02 [TRACE] vertex 'root.provider.aws (close)': evaluating
2018/04/17 07:27:02 [TRACE] [walkPlan] Entering eval tree: provider.aws (close)
2018/04/17 07:27:02 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/04/17 07:27:02 [TRACE] [walkPlan] Exiting eval tree: provider.aws (close)
2018/04/17 07:27:02 [TRACE] dag/walk: walking "root"
2018/04/17 07:27:02 [TRACE] vertex 'root.root': walking
2018/04/17 07:27:02 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/04/17 07:27:17 [DEBUG] plugin: waiting for all plugin processes to complete...

Error: Apply cancelled.

2018-04-17T07:27:17.987+0300 [DEBUG] plugin: plugin process exited: path=/home/jyrki/projects/aws/cognito-bug/.terraform/plugins/linux_amd64/terraform-provider-aws_v1.14.1_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment