Skip to content

Instantly share code, notes, and snippets.

@kinowarrior
Last active May 18, 2019 12:53
Show Gist options
  • Save kinowarrior/a403b67993020d4853ce1339e70e2afd to your computer and use it in GitHub Desktop.
Save kinowarrior/a403b67993020d4853ce1339e70e2afd to your computer and use it in GitHub Desktop.
Debug output error using local-exec
```
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
2019/05/18 21:39:27 [DEBUG] Starting graph walk: walkApply
2019/05/18 21:39:27 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2019/05/18 21:39:27 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2019/05/18 21:39:27 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2019/05/18 21:39:27 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2019/05/18 21:39:27 [TRACE] [walkApply] Entering eval tree: meta.count-boundary (count boundary fixup)
2019/05/18 21:39:27 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/05/18 21:39:27 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_eip.ip.0", replace "aws_eip.ip"
2019/05/18 21:39:27 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "aws_instance.example.0", replace "aws_instance.example"
2019/05/18 21:39:27 [TRACE] [walkApply] Exiting eval tree: meta.count-boundary (count boundary fixup)
2019/05/18 21:39:27 [TRACE] Preserving existing state lineage "0164cab8-2d6b-92cd-2c21-efd8884cf92d"
2019/05/18 21:39:27 [TRACE] Preserving existing state lineage "0164cab8-2d6b-92cd-2c21-efd8884cf92d"
2019/05/18 21:39:27 [TRACE] Preserving existing state lineage "0164cab8-2d6b-92cd-2c21-efd8884cf92d"
2019/05/18 21:39:27 [TRACE] Preserving existing state lineage "0164cab8-2d6b-92cd-2c21-efd8884cf92d"
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
2019/05/18 21:39:27 [DEBUG] plugin: waiting for all plugin processes to complete...
2019-05-18T21:39:27.532+0900 [DEBUG] plugin.terraform_0.11.11: local-exec-provisioner (internal) 2019/05/18 21:39:27 [ERR] plugin: plugin server: accept unix /var/folders/w_/lkyx406x43v1_507sn2j31jc0000gn/T/plugin822915997: use of closed network connection
2019-05-18T21:39:27.532+0900 [DEBUG] plugin.terraform_0.11.11: local-exec-provisioner (internal) 2019/05/18 21:39:27 [DEBUG] plugin: waiting for all plugin processes to complete...
2019-05-18T21:39:27.532+0900 [DEBUG] plugin.terraform-provider-aws_v2.11.0_x4: 2019/05/18 21:39:27 [ERR] plugin: plugin server: accept unix /var/folders/w_/lkyx406x43v1_507sn2j31jc0000gn/T/plugin522083976: use of closed network connection
2019-05-18T21:39:27.535+0900 [DEBUG] plugin: plugin process exited: path=/Users/xxx/.terraform.versions/terraform_0.11.11
2019-05-18T21:39:27.536+0900 [DEBUG] plugin: plugin process exited: path=/Users/xxx/work/asurion/terraform/terraform-getting-started-guide/.terraform/plugins/darwin_amd64/terraform-provider-aws_v2.11.0_x4
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment