Skip to content

Instantly share code, notes, and snippets.

@mikhasd
Created August 10, 2020 10:41
Show Gist options
  • Save mikhasd/629bf341e73bfa78a4cb86c14a6d573a to your computer and use it in GitHub Desktop.
Save mikhasd/629bf341e73bfa78a4cb86c14a6d573a to your computer and use it in GitHub Desktop.
Terraform Crash Log
2020/08/10 11:36:25 [INFO] Terraform version: 0.12.29
2020/08/10 11:36:25 [INFO] Go runtime version: go1.12.13
2020/08/10 11:36:25 [INFO] CLI args: []string{"I:\\tools\\terraform.exe", "destroy"}
2020/08/10 11:36:25 [DEBUG] Attempting to open CLI config file: C:\Users\mikhasd\AppData\Roaming\terraform.rc
2020/08/10 11:36:25 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/08/10 11:36:25 [INFO] CLI command args: []string{"destroy"}
2020/08/10 11:36:25 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2020/08/10 11:36:25 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2020/08/10 11:36:25 [DEBUG] New state was assigned lineage "9e324b13-8deb-44c1-ce14-69ffcc195094"
2020/08/10 11:36:25 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2020/08/10 11:36:25 [TRACE] Meta.Backend: instantiated backend of type <nil>
2020/08/10 11:36:25 [DEBUG] checking for provider in "."
2020/08/10 11:36:25 [DEBUG] checking for provider in "I:\\tools"
2020/08/10 11:36:25 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64"
2020/08/10 11:36:25 [DEBUG] found provider "terraform-provider-aws_v3.1.0_x5.exe"
2020/08/10 11:36:25 [DEBUG] found valid plugin: "aws", "3.1.0", "I:\\git\\terraform-modules\\demo\\.terraform\\plugins\\windows_amd64\\terraform-provider-aws_v3.1.0_x5.exe"
2020/08/10 11:36:25 [DEBUG] checking for provisioner in "."
2020/08/10 11:36:25 [DEBUG] checking for provisioner in "I:\\tools"
2020/08/10 11:36:25 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64"
2020/08/10 11:36:25 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2020/08/10 11:36:25 [INFO] backend/local: starting Apply operation
2020/08/10 11:36:25 [TRACE] backend/local: requesting state manager for workspace "default"
2020/08/10 11:36:25 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2020/08/10 11:36:25 [TRACE] backend/local: requesting state lock for workspace "default"
2020/08/10 11:36:25 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2020/08/10 11:36:25 [TRACE] statemgr.Filesystem: existing snapshot has lineage "7c0fb613-e44d-fd39-b02d-b6dee2f61098" serial 21
2020/08/10 11:36:25 [TRACE] statemgr.Filesystem: locking terraform.tfstate using LockFileEx
2020/08/10 11:36:25 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2020/08/10 11:36:25 [TRACE] backend/local: reading remote state for workspace "default"
2020/08/10 11:36:25 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2020/08/10 11:36:25 [TRACE] statemgr.Filesystem: read snapshot with lineage "7c0fb613-e44d-fd39-b02d-b6dee2f61098" serial 21
2020/08/10 11:36:25 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2020/08/10 11:36:25 [TRACE] backend/local: building context for current working directory
2020/08/10 11:36:25 [TRACE] terraform.NewContext: starting
2020/08/10 11:36:25 [TRACE] terraform.NewContext: resolving provider version selections
2020/08/10 11:36:26 [TRACE] terraform.NewContext: loading provider schemas
2020/08/10 11:36:26 [TRACE] LoadSchemas: retrieving schema for provider type "aws"
2020-08-10T11:36:26.362+0100 [INFO] plugin: configuring client automatic mTLS
2020-08-10T11:36:26.389+0100 [DEBUG] plugin: starting plugin: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe args=[I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe]
2020-08-10T11:36:28.537+0100 [DEBUG] plugin: plugin started: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe pid=17356
2020-08-10T11:36:28.537+0100 [DEBUG] plugin: waiting for RPC address: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe
2020-08-10T11:36:28.799+0100 [INFO] plugin.terraform-provider-aws_v3.1.0_x5.exe: configuring server automatic mTLS: timestamp=2020-08-10T11:36:28.799+0100
2020-08-10T11:36:28.833+0100 [DEBUG] plugin: using plugin: version=5
2020-08-10T11:36:28.833+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2020-08-10T11:36:28.833+0100
2020/08/10 11:36:28 [TRACE] GRPCProvider: GetSchema
2020-08-10T11:36:28.896+0100 [TRACE] plugin.stdio: waiting for stdio data
2020/08/10 11:36:29 [TRACE] GRPCProvider: Close
2020-08-10T11:36:29.046+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-08-10T11:36:29.068+0100 [DEBUG] plugin: plugin process exited: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe pid=17356
2020-08-10T11:36:29.068+0100 [DEBUG] plugin: plugin exited
2020/08/10 11:36:29 [TRACE] terraform.NewContext: complete
2020/08/10 11:36:29 [TRACE] backend/local: finished building terraform.Context
2020/08/10 11:36:29 [TRACE] backend/local: requesting interactive input, if necessary
2020/08/10 11:36:29 [TRACE] Context.Input: Prompting for provider arguments
2020/08/10 11:36:29 [TRACE] Context.Input: Provider provider.aws declared at main.tf:40,1-15
2020/08/10 11:36:29 [TRACE] Context.Input: Input for provider.aws: map[string]cty.Value{}
2020/08/10 11:36:29 [TRACE] backend/local: running validation operation
2020/08/10 11:36:29 [INFO] terraform: building graph: GraphTypeValidate
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/10 11:36:29 [TRACE] ConfigTransformer: Starting for path:
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
------
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
output.missing_output - *terraform.NodeApplyableOutput
------
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.StateTransformer
2020/08/10 11:36:29 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/10 11:36:29 [TRACE] AttachResourceConfigTransformer: attaching to "aws_cloudformation_stack.failing_resource" (*terraform.NodeValidatableResource) config from main.tf:45,1-55
2020/08/10 11:36:29 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_cloudformation_stack.missing_stack" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:69, Column:1, Byte:1565}, End:hcl.Pos{Line:69, Column:48, Byte:1612}}
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/10 11:36:29 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:40,1-15
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
output.missing_output - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/10 11:36:29 [TRACE] ProviderTransformer: aws_cloudformation_stack.failing_resource is provided by provider.aws or inherited equivalent
2020/08/10 11:36:29 [TRACE] ProviderTransformer: data.aws_cloudformation_stack.missing_stack is provided by provider.aws or inherited equivalent
2020/08/10 11:36:29 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_cloudformation_stack.failing_resource
2020/08/10 11:36:29 [DEBUG] ProviderTransformer: "aws_cloudformation_stack.failing_resource" (*terraform.NodeValidatableResource) needs provider.aws
2020/08/10 11:36:29 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:29 [DEBUG] ProviderTransformer: "data.aws_cloudformation_stack.missing_stack" (*terraform.NodeValidatableResource) needs provider.aws
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/10 11:36:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/10 11:36:29 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2020/08/10 11:36:29 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_cloudformation_stack.failing_resource
2020/08/10 11:36:29 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/10 11:36:29 [DEBUG] ReferenceTransformer: "aws_cloudformation_stack.failing_resource" references: []
2020/08/10 11:36:29 [DEBUG] ReferenceTransformer: "data.aws_cloudformation_stack.missing_stack" references: [aws_cloudformation_stack.failing_resource]
2020/08/10 11:36:29 [DEBUG] ReferenceTransformer: "output.missing_output" references: [aws_cloudformation_stack.failing_resource]
2020/08/10 11:36:29 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
output.missing_output - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
output.missing_output - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
output.missing_output - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
------
2020/08/10 11:36:29 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/10 11:36:29 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
output.missing_output - *terraform.NodeApplyableOutput
output.missing_output - *terraform.NodeApplyableOutput
aws_cloudformation_stack.failing_resource - *terraform.NodeValidatableResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.aws (close) - *terraform.graphNodeCloseProvider
------
2020/08/10 11:36:29 [DEBUG] Starting graph walk: walkValidate
2020/08/10 11:36:29 [TRACE] dag/walk: updating graph
2020/08/10 11:36:29 [TRACE] dag/walk: added new vertex: "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:29 [TRACE] dag/walk: added new vertex: "data.aws_cloudformation_stack.missing_stack"
2020/08/10 11:36:29 [TRACE] dag/walk: added new vertex: "output.missing_output"
2020/08/10 11:36:29 [TRACE] dag/walk: added new vertex: "provider.aws"
2020/08/10 11:36:29 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2020/08/10 11:36:29 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2020/08/10 11:36:29 [TRACE] dag/walk: added new vertex: "root"
2020/08/10 11:36:29 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.missing_output"
2020/08/10 11:36:29 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "data.aws_cloudformation_stack.missing_stack"
2020/08/10 11:36:29 [TRACE] dag/walk: added edge: "output.missing_output" waiting on "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:29 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "data.aws_cloudformation_stack.missing_stack"
2020/08/10 11:36:29 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2020/08/10 11:36:29 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2020/08/10 11:36:29 [TRACE] dag/walk: added edge: "aws_cloudformation_stack.failing_resource" waiting on "provider.aws"
2020/08/10 11:36:29 [TRACE] dag/walk: added edge: "data.aws_cloudformation_stack.missing_stack" waiting on "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:29 [TRACE] dag/walk: dependencies changed for "output.missing_output", sending new deps
2020/08/10 11:36:29 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2020/08/10 11:36:29 [TRACE] dag/walk: dependencies changed for "aws_cloudformation_stack.failing_resource", sending new deps
2020/08/10 11:36:29 [TRACE] dag/walk: dependencies changed for "data.aws_cloudformation_stack.missing_stack", sending new deps
2020/08/10 11:36:29 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2020/08/10 11:36:29 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2020/08/10 11:36:29 [TRACE] dag/walk: visiting "provider.aws"
2020/08/10 11:36:29 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2020/08/10 11:36:29 [TRACE] vertex "provider.aws": evaluating
2020/08/10 11:36:29 [TRACE] [walkValidate] Entering eval tree: provider.aws
2020/08/10 11:36:29 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:29 [TRACE] <root>: eval: *terraform.EvalInitProvider
2020-08-10T11:36:29.073+0100 [INFO] plugin: configuring client automatic mTLS
2020-08-10T11:36:29.099+0100 [DEBUG] plugin: starting plugin: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe args=[I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe]
2020-08-10T11:36:30.574+0100 [DEBUG] plugin: plugin started: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe pid=20068
2020-08-10T11:36:30.575+0100 [DEBUG] plugin: waiting for RPC address: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe
2020-08-10T11:36:30.843+0100 [INFO] plugin.terraform-provider-aws_v3.1.0_x5.exe: configuring server automatic mTLS: timestamp=2020-08-10T11:36:30.843+0100
2020-08-10T11:36:30.874+0100 [DEBUG] plugin: using plugin: version=5
2020-08-10T11:36:30.874+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2020-08-10T11:36:30.874+0100
2020/08/10 11:36:30 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2020/08/10 11:36:30 [TRACE] <root>: eval: terraform.EvalNoop
2020/08/10 11:36:30 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/08/10 11:36:30 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:30 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/08/10 11:36:30 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2020/08/10 11:36:30 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2020/08/10 11:36:30 [TRACE] GRPCProvider: GetSchema
2020-08-10T11:36:30.940+0100 [TRACE] plugin.stdio: waiting for stdio data
2020/08/10 11:36:31 [TRACE] GRPCProvider: PrepareProviderConfig
2020/08/10 11:36:31 [TRACE] <root>: eval: terraform.EvalNoop
2020/08/10 11:36:31 [TRACE] <root>: eval: terraform.EvalNoop
2020/08/10 11:36:31 [TRACE] [walkValidate] Exiting eval tree: provider.aws
2020/08/10 11:36:31 [TRACE] vertex "provider.aws": visit complete
2020/08/10 11:36:31 [TRACE] dag/walk: visiting "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:31 [TRACE] vertex "aws_cloudformation_stack.failing_resource": starting visit (*terraform.NodeValidatableResource)
2020/08/10 11:36:31 [TRACE] vertex "aws_cloudformation_stack.failing_resource": evaluating
2020/08/10 11:36:31 [TRACE] [walkValidate] Entering eval tree: aws_cloudformation_stack.failing_resource
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/08/10 11:36:31 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/10 11:36:31 [TRACE] [walkValidate] Exiting eval tree: aws_cloudformation_stack.failing_resource
2020/08/10 11:36:31 [TRACE] vertex "aws_cloudformation_stack.failing_resource": visit complete
2020/08/10 11:36:31 [TRACE] dag/walk: visiting "output.missing_output"
2020/08/10 11:36:31 [TRACE] vertex "output.missing_output": starting visit (*terraform.NodeApplyableOutput)
2020/08/10 11:36:31 [TRACE] dag/walk: visiting "data.aws_cloudformation_stack.missing_stack"
2020/08/10 11:36:31 [TRACE] vertex "output.missing_output": evaluating
2020/08/10 11:36:31 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": starting visit (*terraform.NodeValidatableResource)
2020/08/10 11:36:31 [TRACE] [walkValidate] Entering eval tree: output.missing_output
2020/08/10 11:36:31 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": evaluating
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/08/10 11:36:31 [TRACE] [walkValidate] Entering eval tree: data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalValidateResource
2020/08/10 11:36:31 [TRACE] EvalWriteOutput: Removing output.missing_output from state (it is now null)
2020/08/10 11:36:31 [TRACE] GRPCProvider: ValidateDataSourceConfig
2020/08/10 11:36:31 [TRACE] EvalWriteOutput: Saving Create change for output.missing_output in changeset
2020/08/10 11:36:31 [TRACE] [walkValidate] Exiting eval tree: output.missing_output
2020/08/10 11:36:31 [TRACE] vertex "output.missing_output": visit complete
2020/08/10 11:36:31 [TRACE] [walkValidate] Exiting eval tree: data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:31 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": visit complete
2020/08/10 11:36:31 [TRACE] dag/walk: visiting "provider.aws (close)"
2020/08/10 11:36:31 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2020/08/10 11:36:31 [TRACE] vertex "provider.aws (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/08/10 11:36:31 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2020/08/10 11:36:31 [TRACE] vertex "provider.aws (close)": evaluating
2020/08/10 11:36:31 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2020/08/10 11:36:31 [TRACE] [walkValidate] Entering eval tree: provider.aws (close)
2020/08/10 11:36:31 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2020/08/10 11:36:31 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2020/08/10 11:36:31 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2020/08/10 11:36:31 [TRACE] GRPCProvider: Close
2020-08-10T11:36:31.244+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-08-10T11:36:31.288+0100 [DEBUG] plugin: plugin process exited: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe pid=20068
2020-08-10T11:36:31.288+0100 [DEBUG] plugin: plugin exited
2020/08/10 11:36:31 [TRACE] [walkValidate] Exiting eval tree: provider.aws (close)
2020/08/10 11:36:31 [TRACE] vertex "provider.aws (close)": visit complete
2020/08/10 11:36:31 [TRACE] dag/walk: visiting "root"
2020/08/10 11:36:31 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2020/08/10 11:36:31 [TRACE] vertex "root": visit complete
2020/08/10 11:36:31 [INFO] backend/local: apply calling Refresh
2020/08/10 11:36:31 [INFO] terraform: building graph: GraphTypeRefresh
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/10 11:36:31 [TRACE] ConfigTransformer: Starting for path:
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
------
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/10 11:36:31 [TRACE] ConfigTransformer: Starting for path:
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
------
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.StateTransformer
2020/08/10 11:36:31 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/10 11:36:31 [TRACE] AttachResourceConfigTransformer: attaching to "data.aws_cloudformation_stack.missing_stack" (*terraform.NodeRefreshableDataResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:69, Column:1, Byte:1565}, End:hcl.Pos{Line:69, Column:48, Byte:1612}}
2020/08/10 11:36:31 [TRACE] AttachResourceConfigTransformer: attaching to "aws_cloudformation_stack.failing_resource" (*terraform.NodeRefreshableManagedResource) config from main.tf:45,1-55
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
output.missing_output - *terraform.NodeApplyableOutput
------
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/10 11:36:31 [TRACE] ProviderConfigTransformer: attaching to "provider.aws" provider configuration from main.tf:40,1-15
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
output.missing_output - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/10 11:36:31 [TRACE] ProviderTransformer: aws_cloudformation_stack.failing_resource is provided by provider.aws or inherited equivalent
2020/08/10 11:36:31 [TRACE] ProviderTransformer: data.aws_cloudformation_stack.missing_stack is provided by provider.aws or inherited equivalent
2020/08/10 11:36:31 [TRACE] ProviderTransformer: exact match for provider.aws serving aws_cloudformation_stack.failing_resource
2020/08/10 11:36:31 [DEBUG] ProviderTransformer: "aws_cloudformation_stack.failing_resource" (*terraform.NodeRefreshableManagedResource) needs provider.aws
2020/08/10 11:36:31 [TRACE] ProviderTransformer: exact match for provider.aws serving data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:31 [DEBUG] ProviderTransformer: "data.aws_cloudformation_stack.missing_stack" (*terraform.NodeRefreshableDataResource) needs provider.aws
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/10 11:36:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/10 11:36:31 [TRACE] AttachSchemaTransformer: attaching resource schema to aws_cloudformation_stack.failing_resource
2020/08/10 11:36:31 [TRACE] AttachSchemaTransformer: attaching resource schema to data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:31 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.aws
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/10 11:36:31 [DEBUG] ReferenceTransformer: "provider.aws" references: []
2020/08/10 11:36:31 [DEBUG] ReferenceTransformer: "aws_cloudformation_stack.failing_resource" references: []
2020/08/10 11:36:31 [DEBUG] ReferenceTransformer: "data.aws_cloudformation_stack.missing_stack" references: [aws_cloudformation_stack.failing_resource]
2020/08/10 11:36:31 [DEBUG] ReferenceTransformer: "output.missing_output" references: [aws_cloudformation_stack.failing_resource]
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/08/10 11:36:31 [TRACE] AttachDependenciesTransformer: aws_cloudformation_stack.failing_resource depends on []
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
------
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
output.missing_output - *terraform.NodeApplyableOutput
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
provider.aws - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
output.missing_output - *terraform.NodeApplyableOutput
provider.aws (close) - *terraform.graphNodeCloseProvider
------
2020/08/10 11:36:31 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/10 11:36:31 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
output.missing_output - *terraform.NodeApplyableOutput
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResource
provider.aws - *terraform.NodeApplyableProvider
provider.aws (close) - *terraform.graphNodeCloseProvider
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResource
root - terraform.graphNodeRoot
output.missing_output - *terraform.NodeApplyableOutput
provider.aws (close) - *terraform.graphNodeCloseProvider
------
2020/08/10 11:36:31 [DEBUG] Starting graph walk: walkRefresh
2020/08/10 11:36:31 [TRACE] dag/walk: updating graph
2020/08/10 11:36:31 [TRACE] dag/walk: added new vertex: "provider.aws"
2020/08/10 11:36:31 [TRACE] dag/walk: added new vertex: "provider.aws (close)"
2020/08/10 11:36:31 [TRACE] dag/walk: added new vertex: "root"
2020/08/10 11:36:31 [TRACE] dag/walk: added new vertex: "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:31 [TRACE] dag/walk: added new vertex: "data.aws_cloudformation_stack.missing_stack"
2020/08/10 11:36:31 [TRACE] dag/walk: added new vertex: "output.missing_output"
2020/08/10 11:36:31 [TRACE] dag/walk: added edge: "data.aws_cloudformation_stack.missing_stack" waiting on "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:31 [TRACE] dag/walk: added edge: "root" waiting on "output.missing_output"
2020/08/10 11:36:31 [TRACE] dag/walk: added edge: "root" waiting on "provider.aws (close)"
2020/08/10 11:36:31 [TRACE] dag/walk: added edge: "aws_cloudformation_stack.failing_resource" waiting on "provider.aws"
2020/08/10 11:36:31 [TRACE] dag/walk: added edge: "output.missing_output" waiting on "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:31 [TRACE] dag/walk: added edge: "provider.aws (close)" waiting on "data.aws_cloudformation_stack.missing_stack"
2020/08/10 11:36:31 [TRACE] dag/walk: dependencies changed for "data.aws_cloudformation_stack.missing_stack", sending new deps
2020/08/10 11:36:31 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2020/08/10 11:36:31 [TRACE] dag/walk: dependencies changed for "aws_cloudformation_stack.failing_resource", sending new deps
2020/08/10 11:36:31 [TRACE] dag/walk: dependencies changed for "output.missing_output", sending new deps
2020/08/10 11:36:31 [TRACE] dag/walk: dependencies changed for "provider.aws (close)", sending new deps
2020/08/10 11:36:31 [TRACE] dag/walk: visiting "provider.aws"
2020/08/10 11:36:31 [TRACE] vertex "provider.aws": starting visit (*terraform.NodeApplyableProvider)
2020/08/10 11:36:31 [TRACE] vertex "provider.aws": evaluating
2020/08/10 11:36:31 [TRACE] [walkRefresh] Entering eval tree: provider.aws
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:31 [TRACE] <root>: eval: *terraform.EvalInitProvider
2020-08-10T11:36:31.293+0100 [INFO] plugin: configuring client automatic mTLS
2020-08-10T11:36:31.329+0100 [DEBUG] plugin: starting plugin: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe args=[I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe]
2020-08-10T11:36:33.008+0100 [DEBUG] plugin: plugin started: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe pid=20308
2020-08-10T11:36:33.008+0100 [DEBUG] plugin: waiting for RPC address: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe
2020-08-10T11:36:33.284+0100 [INFO] plugin.terraform-provider-aws_v3.1.0_x5.exe: configuring server automatic mTLS: timestamp=2020-08-10T11:36:33.284+0100
2020-08-10T11:36:33.315+0100 [DEBUG] plugin: using plugin: version=5
2020-08-10T11:36:33.315+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2020-08-10T11:36:33.315+0100
2020/08/10 11:36:33 [TRACE] BuiltinEvalContext: Initialized "aws" provider for provider.aws
2020/08/10 11:36:33 [TRACE] <root>: eval: terraform.EvalNoop
2020/08/10 11:36:33 [TRACE] <root>: eval: terraform.EvalNoop
2020/08/10 11:36:33 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/08/10 11:36:33 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:33 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/08/10 11:36:33 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/08/10 11:36:33 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:33 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2020/08/10 11:36:33 [TRACE] buildProviderConfig for provider.aws: using explicit config only
2020/08/10 11:36:33 [TRACE] GRPCProvider: GetSchema
2020-08-10T11:36:33.376+0100 [TRACE] plugin.stdio: waiting for stdio data
2020/08/10 11:36:33 [TRACE] GRPCProvider: Configure
2020-08-10T11:36:33.516+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:33 [INFO] AWS Auth provider used: "SharedCredentialsProvider"
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:33 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:33 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: POST / HTTP/1.1
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Host: sts.amazonaws.com
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: User-Agent: aws-sdk-go/1.33.21 (go1.14.5; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.29 (+https://www.terraform.io)
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 43
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRSTU/20200810/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8a667556c77069a781739673222befaf845e924defeebf497217ba926d0cb7dc
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Date: 20200810T103633Z
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Security-Token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Accept-Encoding: gzip
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Action=GetCallerIdentity&Version=2011-06-15
2020-08-10T11:36:33.521+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:33 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ RESPONSE ]--------------------------------------
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: HTTP/1.1 200 OK
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Connection: close
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 494
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: text/xml
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Date: Mon, 10 Aug 2020 10:36:33 GMT
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amzn-Requestid: 9b073fec-2d4e-4110-8898-c7132ce927b1
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:33 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <GetCallerIdentityResult>
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <Arn>arn:aws:sts::112233445566:assumed-role/service-administrator/USERNAME@DOMAIN</Arn>
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <UserId>ABCDEFGHIJKLMNOPQRSTU:USERNAME@DOMAIN</UserId>
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <Account>112233445566</Account>
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </GetCallerIdentityResult>
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <ResponseMetadata>
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <RequestId>9b073fec-2d4e-4110-8898-c7132ce927b1</RequestId>
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </ResponseMetadata>
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </GetCallerIdentityResponse>
2020-08-10T11:36:33.958+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:33 [DEBUG] Trying to get account information via sts:GetCallerIdentity
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:33 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details:
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: POST / HTTP/1.1
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Host: sts.amazonaws.com
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: User-Agent: aws-sdk-go/1.33.21 (go1.14.5; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.29 (+https://www.terraform.io)
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 43
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRSTU/20200810/us-east-1/sts/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=8a667556c77069a781739673222befaf845e924defeebf497217ba926d0cb7dc
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Date: 20200810T103633Z
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Security-Token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Accept-Encoding: gzip
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Action=GetCallerIdentity&Version=2011-06-15
2020-08-10T11:36:33.959+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:34 [DEBUG] [aws-sdk-go] DEBUG: Response sts/GetCallerIdentity Details:
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ RESPONSE ]--------------------------------------
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: HTTP/1.1 200 OK
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Connection: close
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 494
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: text/xml
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Date: Mon, 10 Aug 2020 10:36:34 GMT
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amzn-Requestid: ee127ecf-adc6-4354-93b7-7b5ed9257c72
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:34 [DEBUG] [aws-sdk-go] <GetCallerIdentityResponse xmlns="https://sts.amazonaws.com/doc/2011-06-15/">
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <GetCallerIdentityResult>
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <Arn>arn:aws:sts::112233445566:assumed-role/service-administrator/USERNAME@DOMAIN</Arn>
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <UserId>ABCDEFGHIJKLMNOPQRSTU:USERNAME@DOMAIN</UserId>
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <Account>112233445566</Account>
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </GetCallerIdentityResult>
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <ResponseMetadata>
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <RequestId>ee127ecf-adc6-4354-93b7-7b5ed9257c72</RequestId>
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </ResponseMetadata>
2020-08-10T11:36:34.303+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </GetCallerIdentityResponse>
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:34 [DEBUG] [aws-sdk-go] DEBUG: Request ec2/DescribeAccountAttributes Details:
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: POST / HTTP/1.1
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Host: ec2.us-east-1.amazonaws.com
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: User-Agent: aws-sdk-go/1.33.21 (go1.14.5; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.29 (+https://www.terraform.io)
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 87
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRSTU/20200810/us-east-1/ec2/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=7350eeb9d3f2d7c241f260305a42ca961808bebaf9a406d31e000c518ddda985
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Date: 20200810T103634Z
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Security-Token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Accept-Encoding: gzip
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Action=DescribeAccountAttributes&AttributeName.1=supported-platforms&Version=2016-11-15
2020-08-10T11:36:34.305+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:34 [DEBUG] [aws-sdk-go] DEBUG: Response ec2/DescribeAccountAttributes Details:
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ RESPONSE ]--------------------------------------
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: HTTP/1.1 200 OK
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Connection: close
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 540
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: text/xml;charset=UTF-8
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Date: Mon, 10 Aug 2020 10:36:34 GMT
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Server: AmazonEC2
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amzn-Requestid: 68d6fbb1-245a-46f3-934c-a5526cdd6955
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:34 [DEBUG] [aws-sdk-go] <?xml version="1.0" encoding="UTF-8"?>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <DescribeAccountAttributesResponse xmlns="http://ec2.amazonaws.com/doc/2016-11-15/">
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <requestId>68d6fbb1-245a-46f3-934c-a5526cdd6955</requestId>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <accountAttributeSet>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <item>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <attributeName>supported-platforms</attributeName>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <attributeValueSet>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <item>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <attributeValue>VPC</attributeValue>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </item>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </attributeValueSet>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </item>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </accountAttributeSet>
2020-08-10T11:36:34.775+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </DescribeAccountAttributesResponse>
2020/08/10 11:36:34 [TRACE] [walkRefresh] Exiting eval tree: provider.aws
2020/08/10 11:36:34 [TRACE] vertex "provider.aws": visit complete
2020/08/10 11:36:34 [TRACE] dag/walk: visiting "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:34 [TRACE] vertex "aws_cloudformation_stack.failing_resource": starting visit (*terraform.NodeRefreshableManagedResource)
2020/08/10 11:36:34 [TRACE] vertex "aws_cloudformation_stack.failing_resource": expanding dynamic subgraph
2020/08/10 11:36:34 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/10 11:36:34 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
aws_cloudformation_stack.failing_resource - *terraform.NodeRefreshableManagedResourceInstance
------
2020/08/10 11:36:34 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/08/10 11:36:34 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/08/10 11:36:34 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/10 11:36:34 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/10 11:36:34 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/10 11:36:34 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/10 11:36:34 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/10 11:36:34 [DEBUG] ReferenceTransformer: "aws_cloudformation_stack.failing_resource" references: []
2020/08/10 11:36:34 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/10 11:36:34 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/10 11:36:34 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/10 11:36:34 [TRACE] vertex "aws_cloudformation_stack.failing_resource": entering dynamic subgraph
2020/08/10 11:36:34 [TRACE] dag/walk: updating graph
2020/08/10 11:36:34 [TRACE] dag/walk: added new vertex: "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:34 [TRACE] dag/walk: visiting "aws_cloudformation_stack.failing_resource"
2020/08/10 11:36:34 [TRACE] vertex "aws_cloudformation_stack.failing_resource": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/08/10 11:36:34 [TRACE] NodeRefreshableManagedResourceInstance: aws_cloudformation_stack.failing_resource will be refreshed
2020/08/10 11:36:34 [TRACE] vertex "aws_cloudformation_stack.failing_resource": evaluating
2020/08/10 11:36:34 [TRACE] [walkRefresh] Entering eval tree: aws_cloudformation_stack.failing_resource
2020/08/10 11:36:34 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:34 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/08/10 11:36:34 [TRACE] <root>: eval: *terraform.EvalReadState
2020/08/10 11:36:34 [TRACE] EvalReadState: reading state for aws_cloudformation_stack.failing_resource
2020/08/10 11:36:34 [TRACE] UpgradeResourceState: schema version of aws_cloudformation_stack.failing_resource is still 0; calling provider "registry.terraform.io/-/aws" for any other minor fixups
2020/08/10 11:36:34 [TRACE] GRPCProvider: UpgradeResourceState
2020/08/10 11:36:34 [TRACE] <root>: eval: *terraform.EvalRefreshDependencies
2020/08/10 11:36:34 [TRACE] <root>: eval: *terraform.EvalRefresh
2020/08/10 11:36:34 [TRACE] GRPCProvider: ReadResource
2020-08-10T11:36:34.777+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:34 [DEBUG] [aws-sdk-go] DEBUG: Request cloudformation/DescribeStacks Details:
2020-08-10T11:36:34.777+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2020-08-10T11:36:34.777+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: POST / HTTP/1.1
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Host: cloudformation.us-east-1.amazonaws.com
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: User-Agent: aws-sdk-go/1.33.21 (go1.14.5; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.29 (+https://www.terraform.io)
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 169
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRSTU/20200810/us-east-1/cloudformation/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=16eb2ed0488fe1c2539d2cf7e8c69fff265ffc8967571a9baecc6c889063c8a3
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Date: 20200810T103634Z
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Security-Token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Accept-Encoding: gzip
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Action=DescribeStacks&StackName=arn%3Aaws%3Acloudformation%3Aus-east-1%3A112233445566%3Astack%2FFailingResource%2Faeb06230-daf1-11ea-b81c-0a34514375d1&Version=2010-05-15
2020-08-10T11:36:34.778+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:35 [DEBUG] [aws-sdk-go] DEBUG: Response cloudformation/DescribeStacks Details:
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ RESPONSE ]--------------------------------------
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: HTTP/1.1 200 OK
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Connection: close
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 996
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: text/xml
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Date: Mon, 10 Aug 2020 10:36:34 GMT
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amzn-Requestid: 3309418d-7db6-4ddb-af04-cef6b06d116f
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:35 [DEBUG] [aws-sdk-go] <DescribeStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <DescribeStacksResult>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <Stacks>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <member>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <CreationTime>2020-08-10T10:11:22.958Z</CreationTime>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <NotificationARNs/>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <StackId>arn:aws:cloudformation:us-east-1:112233445566:stack/FailingResource/aeb06230-daf1-11ea-b81c-0a34514375d1</StackId>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <StackName>FailingResource</StackName>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <StackStatus>ROLLBACK_COMPLETE</StackStatus>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <DeletionTime>2020-08-10T10:11:28.046Z</DeletionTime>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <DisableRollback>false</DisableRollback>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <Tags/>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <RollbackConfiguration/>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <DriftInformation>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <StackDriftStatus>NOT_CHECKED</StackDriftStatus>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </DriftInformation>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <EnableTerminationProtection>false</EnableTerminationProtection>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </member>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </Stacks>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </DescribeStacksResult>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <ResponseMetadata>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <RequestId>3309418d-7db6-4ddb-af04-cef6b06d116f</RequestId>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </ResponseMetadata>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </DescribeStacksResponse>
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:35 [DEBUG] [aws-sdk-go] DEBUG: Request cloudformation/GetTemplate Details:
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ REQUEST POST-SIGN ]-----------------------------
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: POST / HTTP/1.1
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Host: cloudformation.us-east-1.amazonaws.com
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: User-Agent: aws-sdk-go/1.33.21 (go1.14.5; windows; amd64) APN/1.0 HashiCorp/1.0 Terraform/0.12.29 (+https://www.terraform.io)
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 189
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Authorization: AWS4-HMAC-SHA256 Credential=ABCDEFGHIJKLMNOPQRSTU/20200810/us-east-1/cloudformation/aws4_request, SignedHeaders=content-length;content-type;host;x-amz-date;x-amz-security-token, Signature=5627683d397df34238286f3b37eb2800b62a7c8260c7481bdb49f2b49f048c8b
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: application/x-www-form-urlencoded; charset=utf-8
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Date: 20200810T103635Z
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amz-Security-Token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Accept-Encoding: gzip
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Action=GetTemplate&StackName=arn%3Aaws%3Acloudformation%3Aus-east-1%3A112233445566%3Astack%2FFailingResource%2Faeb06230-daf1-11ea-b81c-0a34514375d1&TemplateStage=Original&Version=2010-05-15
2020-08-10T11:36:35.152+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:35 [DEBUG] [aws-sdk-go] DEBUG: Response cloudformation/GetTemplate Details:
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: ---[ RESPONSE ]--------------------------------------
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: HTTP/1.1 200 OK
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Connection: close
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Length: 780
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Content-Type: text/xml
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: Date: Mon, 10 Aug 2020 10:36:34 GMT
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: X-Amzn-Requestid: 52bac580-03e7-40d1-aa7a-856504781377
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: -----------------------------------------------------
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:35 [DEBUG] [aws-sdk-go] <GetTemplateResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <GetTemplateResult>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <TemplateBody>{&quot;AWSTemplateFormatVersion&quot;:&quot;2010-09-09&quot;,&quot;Outputs&quot;:{&quot;MissingOutput&quot;:{&quot;Value&quot;:&quot;MissingValue&quot;}},&quot;Resources&quot;:{&quot;FailingResource&quot;:{&quot;Properties&quot;:{&quot;Param1&quot;:&quot;00000&quot;,&quot;ServiceToken&quot;:&quot;112233445566778899&quot;},&quot;Type&quot;:&quot;Custom::FailingResource&quot;}}}</TemplateBody>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <StagesAvailable>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <member>Original</member>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <member>Processed</member>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </StagesAvailable>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </GetTemplateResult>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <ResponseMetadata>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: <RequestId>52bac580-03e7-40d1-aa7a-856504781377</RequestId>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </ResponseMetadata>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: </GetTemplateResponse>
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: 2020/08/10 11:36:35 [DEBUG] Received CloudFormation stack: {
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: CreationTime: 2020-08-10 10:11:22.958 +0000 UTC,
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: DeletionTime: 2020-08-10 10:11:28.046 +0000 UTC,
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: DisableRollback: false,
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: DriftInformation: {
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: StackDriftStatus: "NOT_CHECKED"
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: },
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: EnableTerminationProtection: false,
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: RollbackConfiguration: {
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe:
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: },
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: StackId: "arn:aws:cloudformation:us-east-1:112233445566:stack/FailingResource/aeb06230-daf1-11ea-b81c-0a34514375d1",
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: StackName: "FailingResource",
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: StackStatus: "ROLLBACK_COMPLETE"
2020-08-10T11:36:35.525+0100 [DEBUG] plugin.terraform-provider-aws_v3.1.0_x5.exe: }
2020/08/10 11:36:35 [TRACE] <root>: eval: *terraform.EvalWriteState
2020/08/10 11:36:35 [TRACE] EvalWriteState: recording 0 dependencies for aws_cloudformation_stack.failing_resource
2020/08/10 11:36:35 [TRACE] EvalWriteState: writing current state object for aws_cloudformation_stack.failing_resource
2020/08/10 11:36:35 [TRACE] [walkRefresh] Exiting eval tree: aws_cloudformation_stack.failing_resource
2020/08/10 11:36:35 [TRACE] vertex "aws_cloudformation_stack.failing_resource": visit complete
2020/08/10 11:36:35 [TRACE] vertex "aws_cloudformation_stack.failing_resource": dynamic subgraph completed successfully
2020/08/10 11:36:35 [TRACE] vertex "aws_cloudformation_stack.failing_resource": visit complete
2020/08/10 11:36:35 [TRACE] dag/walk: visiting "data.aws_cloudformation_stack.missing_stack"
2020/08/10 11:36:35 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": starting visit (*terraform.NodeRefreshableDataResource)
2020/08/10 11:36:35 [TRACE] dag/walk: visiting "output.missing_output"
2020/08/10 11:36:35 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": expanding dynamic subgraph
2020/08/10 11:36:35 [TRACE] vertex "output.missing_output": starting visit (*terraform.NodeApplyableOutput)
2020/08/10 11:36:35 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/10 11:36:35 [TRACE] vertex "output.missing_output": evaluating
2020/08/10 11:36:35 [TRACE] [walkRefresh] Entering eval tree: output.missing_output
2020/08/10 11:36:35 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:35 [TRACE] <root>: eval: *terraform.EvalOpFilter
2020/08/10 11:36:35 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2020/08/10 11:36:35 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.aws_cloudformation_stack.missing_stack - *terraform.NodeRefreshableDataResourceInstance
------
2020/08/10 11:36:35 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2020/08/10 11:36:35 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2020/08/10 11:36:35 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/10 11:36:35 [DEBUG] Resource state not found for node "data.aws_cloudformation_stack.missing_stack", instance data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:35 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/10 11:36:35 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/10 11:36:35 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/10 11:36:35 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/10 11:36:35 [DEBUG] ReferenceTransformer: "data.aws_cloudformation_stack.missing_stack" references: []
2020/08/10 11:36:35 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/10 11:36:35 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/10 11:36:35 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/10 11:36:35 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": entering dynamic subgraph
2020/08/10 11:36:35 [TRACE] dag/walk: updating graph
2020/08/10 11:36:35 [TRACE] dag/walk: added new vertex: "data.aws_cloudformation_stack.missing_stack"
2020/08/10 11:36:35 [TRACE] dag/walk: visiting "data.aws_cloudformation_stack.missing_stack"
2020/08/10 11:36:35 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": starting visit (*terraform.NodeRefreshableDataResourceInstance)
2020/08/10 11:36:35 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": evaluating
2020/08/10 11:36:35 [TRACE] [walkRefresh] Entering eval tree: data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:35 [TRACE] <root>: eval: *terraform.EvalSequence
2020/08/10 11:36:35 [TRACE] <root>: eval: *terraform.EvalGetProvider
2020/08/10 11:36:35 [TRACE] <root>: eval: *terraform.EvalWriteState
2020/08/10 11:36:35 [TRACE] EvalWriteState: removing state object for data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:35 [TRACE] <root>: eval: *terraform.EvalReadData
2020/08/10 11:36:35 [TRACE] EvalReadData: working on data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:35 [ERROR] <root>: eval: *terraform.EvalWriteOutput, err: Invalid index: The given key does not identify an element in this collection value.
2020/08/10 11:36:35 [ERROR] <root>: eval: *terraform.EvalOpFilter, err: Invalid index: The given key does not identify an element in this collection value.
2020/08/10 11:36:35 [ERROR] <root>: eval: *terraform.EvalSequence, err: Invalid index: The given key does not identify an element in this collection value.
2020/08/10 11:36:35 [TRACE] [walkRefresh] Exiting eval tree: output.missing_output
2020/08/10 11:36:35 [TRACE] vertex "output.missing_output": visit complete
2020/08/10 11:36:35 [ERROR] <root>: eval: *terraform.EvalReadData, err: Invalid index: The given key does not identify an element in this collection value.
2020/08/10 11:36:35 [ERROR] <root>: eval: *terraform.EvalSequence, err: Invalid in
dex: The given key does not identify an element in this collection value.
2020/08/10 11:36:35 [TRACE] [walkRefresh] Exiting eval tree: data.aws_cloudformation_stack.missing_stack
2020/08/10 11:36:35 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": visit complete
2020/08/10 11:36:35 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": dynamic subgraph encountered errors
2020/08/10 11:36:35 [TRACE] vertex "data.aws_cloudformation_stack.missing_stack": visit complete
2020/08/10 11:36:35 [TRACE] dag/walk: upstream of "provider.aws (close)" errored, so skipping
2020/08/10 11:36:35 [TRACE] dag/walk: upstream of "root" errored, so skipping
2020/08/10 11:36:35 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
Error: 2020/08/10 11:36:35 [TRACE] statemgr.Filesystem: unlocked by closing terraform.tfstate
Invalid index
2020-08-10T11:36:35.530+0100 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
on main.tf line 70, in data "aws_cloudformation_stack" "missing_stack":
70: name = "TheStack${aws_cloudformation_stack.failing_resource.outputs["MissingOutput"]}"
|----------------
| aws_cloudformation_stack.failing_resource.outputs is empty map of string
The given key does not identify an element in this collection value.
Error: Invalid index
on main.tf line 74, in output "missing_output":
74: value = "The the result is: ${aws_cloudformation_stack.failing_resource.outputs["MissingOutput"]}"
|----------------
| aws_cloudformation_stack.failing_resource.outputs is empty map of string
The given key does not identify an element in this collection value.
2020-08-10T11:36:35.553+0100 [DEBUG] plugin: plugin process exited: path=I:\git\terraform-modules\demo\.terraform\plugins\windows_amd64\terraform-provider-aws_v3.1.0_x5.exe pid=20308
2020-08-10T11:36:35.553+0100 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment