Skip to content

Instantly share code, notes, and snippets.

@JBirdVegas
Created November 21, 2017 16:52
Show Gist options
  • Save JBirdVegas/97d8fc110a353c6db6b199eae655714b to your computer and use it in GitHub Desktop.
Save JBirdVegas/97d8fc110a353c6db6b199eae655714b to your computer and use it in GitHub Desktop.
ERROR: $ TF_LOG=trace terraform plan
$ TF_LOG=trace terraform plan
2017/11/21 10:50:23 [INFO] Terraform version: 0.11.0 ec9d4f1d0f90e8ec5148f94b6d634eb542a4f0ce+CHANGES
2017/11/21 10:50:23 [INFO] Go runtime version: go1.9
2017/11/21 10:50:23 [INFO] CLI args: []string{"/Users/Jonathan.Stanford/bin/terraform", "plan"}
2017/11/21 10:50:23 [DEBUG] Attempting to open CLI config file: /Users/jonathan.stanford/.terraformrc
2017/11/21 10:50:23 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/11/21 10:50:23 [INFO] CLI command args: []string{"plan"}
2017/11/21 10:50:23 [INFO] command: empty terraform config, returning nil
2017/11/21 10:50:23 [DEBUG] command: no data state file found for backend config
2017/11/21 10:50:23 [DEBUG] New state was assigned lineage "c46e7369-871e-4fa2-a20b-a6586036d0e9"
2017/11/21 10:50:23 [INFO] command: backend initialized: <nil>
2017/11/21 10:50:23 [DEBUG] checking for provider in "."
2017/11/21 10:50:23 [DEBUG] checking for provider in "/Users/Jonathan.Stanford/bin"
2017/11/21 10:50:23 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2017/11/21 10:50:23 [DEBUG] found provider "terraform-provider-external_v1.0.0_x4"
2017/11/21 10:50:23 [DEBUG] found provider "terraform-provider-null_v1.0.0_x4"
2017/11/21 10:50:23 [DEBUG] found valid plugin: "external"
2017/11/21 10:50:23 [DEBUG] found valid plugin: "null"
2017/11/21 10:50:23 [DEBUG] checking for provisioner in "."
2017/11/21 10:50:23 [DEBUG] checking for provisioner in "/Users/Jonathan.Stanford/bin"
2017/11/21 10:50:23 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2017/11/21 10:50:23 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/11/21 10:50:23 [INFO] backend/local: starting Plan operation
2017/11/21 10:50:23 [TRACE] Preserving existing state lineage "e1d90a0c-780f-4788-a9b0-788b1080937f"
2017/11/21 10:50:23 [TRACE] Preserving existing state lineage "e1d90a0c-780f-4788-a9b0-788b1080937f"
2017/11/21 10:50:23 [INFO] terraform: building graph: GraphTypeInput
2017/11/21 10:50:23 [TRACE] ConfigTransformer: Starting for path: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ConfigTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.LocalTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OutputTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.external.test_python
2017/11/21 10:50:23 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"test_python", Type:"external", RawCount:(*config.RawConfig)(0xc420355960), RawConfig:(*config.RawConfig)(0xc4203558f0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string{"null_resource.write_py"}, Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.write_py
2017/11/21 10:50:23 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"write_py", Type:"null_resource", RawCount:(*config.RawConfig)(0xc4203557a0), RawConfig:(*config.RawConfig)(0xc420355730), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc4203674d0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [DEBUG] Resource state not found for "data.external.test_python": data.external.test_python
2017/11/21 10:50:23 [DEBUG] Attaching resource state to "null_resource.write_py": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203c4fa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.null", mu:sync.Mutex{state:0, sema:0x0}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootVariableTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] ProviderConfigTransformer: Starting for path: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [DEBUG] adding missing provider: external
2017/11/21 10:50:23 [DEBUG] adding missing provider: null
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.MissingProviderTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [DEBUG] resource data.external.test_python using provider provider.external
2017/11/21 10:50:23 [DEBUG] resource null_resource.write_py using provider provider.null
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ProviderTransformer:
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.PruneProviderTransformer:
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ParentProviderTransformer:
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.graphTransformerMulti:
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "data.external.test_python" references: [null_resource.write_py]
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "null_resource.write_py" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "output.result_of_python_test" references: [data.external.test_python]
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "provider.external" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "provider.null" references: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CloseProviderTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.write_py - *terraform.NodeAbstractResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.write_py - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.external (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
data.external.test_python - *terraform.NodeAbstractResource
null_resource.write_py - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.result_of_python_test - *terraform.NodeApplyableOutput
null_resource.write_py - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeAbstractResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeAbstractResource
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.write_py - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.external (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
2017/11/21 10:50:23 [DEBUG] Starting graph walk: walkInput
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "root"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.external"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.null"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.external (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provider.external (close)" waiting on "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "data.external.test_python" waiting on "provider.external"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "data.external.test_python" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "null_resource.write_py" waiting on "provider.null"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "output.result_of_python_test" waiting on "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provider.external (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "null_resource.write_py", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "output.result_of_python_test", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provider.external (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "data.external.test_python", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.null"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.external"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null': evaluating
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external': evaluating
2017/11/21 10:50:23 [TRACE] [walkInput] Entering eval tree: provider.external
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInitProvider
2017/11/21 10:50:23 [TRACE] [walkInput] Entering eval tree: provider.null
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInitProvider
2017-11-21T10:50:23.612-0600 [DEBUG] plugin: starting plugin: path=/Users/jonathan.stanford/dev/terraform_0_11.error/.terraform/plugins/darwin_amd64/terraform-provider-external_v1.0.0_x4 args=[/Users/jonathan.stanford/dev/terraform_0_11.error/.terraform/plugins/darwin_amd64/terraform-provider-external_v1.0.0_x4]
2017-11-21T10:50:23.619-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/jonathan.stanford/dev/terraform_0_11.error/.terraform/plugins/darwin_amd64/terraform-provider-external_v1.0.0_x4
2017-11-21T10:50:23.627-0600 [DEBUG] plugin.terraform-provider-external_v1.0.0_x4: 2017/11/21 10:50:23 [DEBUG] plugin: plugin address: unix /var/folders/v5/5_c639fj2jj5kvky3q9s6qpjcmn9hr/T/plugin389690795
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInputProvider
2017-11-21T10:50:23.628-0600 [DEBUG] plugin: starting plugin: path=/Users/jonathan.stanford/dev/terraform_0_11.error/.terraform/plugins/darwin_amd64/terraform-provider-null_v1.0.0_x4 args=[/Users/jonathan.stanford/dev/terraform_0_11.error/.terraform/plugins/darwin_amd64/terraform-provider-null_v1.0.0_x4]
2017-11-21T10:50:23.633-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/jonathan.stanford/dev/terraform_0_11.error/.terraform/plugins/darwin_amd64/terraform-provider-null_v1.0.0_x4
2017-11-21T10:50:23.640-0600 [DEBUG] plugin.terraform-provider-null_v1.0.0_x4: 2017/11/21 10:50:23 [DEBUG] plugin: plugin address: unix /var/folders/v5/5_c639fj2jj5kvky3q9s6qpjcmn9hr/T/plugin025027341
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] [walkInput] Exiting eval tree: provider.external
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInputProvider
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] [walkInput] Exiting eval tree: provider.null
2017/11/21 10:50:23 [TRACE] dag/walk: walking "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.null (close)"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null (close)': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "data.external.test_python"
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provisioner.local-exec (close)"
2017/11/21 10:50:23 [TRACE] vertex 'root.provisioner.local-exec (close)': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null (close)': evaluating
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.external (close)"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external (close)': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] vertex 'root.output.result_of_python_test': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provisioner.local-exec (close)': evaluating
2017/11/21 10:50:23 [TRACE] vertex 'root.output.result_of_python_test': evaluating
2017/11/21 10:50:23 [TRACE] [walkInput] Entering eval tree: output.result_of_python_test
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/11/21 10:50:23 [TRACE] [walkInput] Entering eval tree: provisioner.local-exec (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvisioner
2017/11/21 10:50:23 [TRACE] [walkInput] Exiting eval tree: provisioner.local-exec (close)
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external (close)': evaluating
2017/11/21 10:50:23 [TRACE] [walkInput] Entering eval tree: provider.null (close)
2017/11/21 10:50:23 [TRACE] [walkInput] Entering eval tree: provider.external (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/11/21 10:50:23 [TRACE] [walkInput] Exiting eval tree: provider.null (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/11/21 10:50:23 [TRACE] [walkInput] Exiting eval tree: provider.external (close)
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] [walkInput] Exiting eval tree: output.result_of_python_test
2017/11/21 10:50:23 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/11/21 10:50:23 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/11/21 10:50:23 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/11/21 10:50:23 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "null_resource.write_py.0", replace "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2017/11/21 10:50:23 [TRACE] dag/walk: walking "root"
2017/11/21 10:50:23 [TRACE] vertex 'root.root': walking
2017/11/21 10:50:23 [INFO] terraform: building graph: GraphTypeValidate
2017/11/21 10:50:23 [TRACE] ConfigTransformer: Starting for path: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ConfigTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.LocalTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OutputTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.external.test_python
2017/11/21 10:50:23 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"test_python", Type:"external", RawCount:(*config.RawConfig)(0xc420355960), RawConfig:(*config.RawConfig)(0xc4203558f0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string{"null_resource.write_py"}, Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.write_py
2017/11/21 10:50:23 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"write_py", Type:"null_resource", RawCount:(*config.RawConfig)(0xc4203557a0), RawConfig:(*config.RawConfig)(0xc420355730), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc4203674d0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [DEBUG] Resource state not found for "data.external.test_python": data.external.test_python
2017/11/21 10:50:23 [DEBUG] Attaching resource state to "null_resource.write_py": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203c4fa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.null", mu:sync.Mutex{state:0, sema:0x0}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootVariableTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] ProviderConfigTransformer: Starting for path: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [DEBUG] adding missing provider: external
2017/11/21 10:50:23 [DEBUG] adding missing provider: null
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.MissingProviderTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [DEBUG] resource data.external.test_python using provider provider.external
2017/11/21 10:50:23 [DEBUG] resource null_resource.write_py using provider provider.null
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ProviderTransformer:
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.PruneProviderTransformer:
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ParentProviderTransformer:
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.graphTransformerMulti:
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ProvisionerTransformer:
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.graphTransformerMulti:
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "provider.external" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "provider.null" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "provisioner.local-exec" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "data.external.test_python" references: [null_resource.write_py]
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "null_resource.write_py" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "output.result_of_python_test" references: [data.external.test_python]
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CloseProviderTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.write_py - *terraform.NodeValidatableResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.write_py - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.external (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
data.external.test_python - *terraform.NodeValidatableResource
null_resource.write_py - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.result_of_python_test - *terraform.NodeApplyableOutput
null_resource.write_py - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeValidatableResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.write_py - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.external (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
2017/11/21 10:50:23 [DEBUG] Starting graph walk: walkValidate
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.null"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.external"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provisioner.local-exec"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "root"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.external (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "data.external.test_python" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "output.result_of_python_test" waiting on "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "null_resource.write_py" waiting on "provisioner.local-exec"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provider.external (close)" waiting on "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provider.external (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "data.external.test_python" waiting on "provider.external"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "null_resource.write_py" waiting on "provider.null"
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "null_resource.write_py", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provider.external (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "data.external.test_python", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "output.result_of_python_test", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.null"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.external"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provisioner.local-exec"
2017/11/21 10:50:23 [TRACE] vertex 'root.provisioner.local-exec': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null': evaluating
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external': evaluating
2017/11/21 10:50:23 [TRACE] vertex 'root.provisioner.local-exec': evaluating
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: provider.external
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInitProvider
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: provider.null
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInitProvider
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: provisioner.local-exec
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInitProvisioner
2017-11-21T10:50:23.647-0600 [DEBUG] plugin: starting plugin: path=/Users/Jonathan.Stanford/bin/terraform args="[/Users/Jonathan.Stanford/bin/terraform internal-plugin provisioner local-exec]"
2017-11-21T10:50:23.651-0600 [DEBUG] plugin: waiting for RPC address: path=/Users/Jonathan.Stanford/bin/terraform
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalValidateProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalValidateProvider
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: provider.null
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: provider.external
2017-11-21T10:50:23.667-0600 [DEBUG] plugin.terraform: 2017/11/21 10:50:23 [INFO] Terraform version: 0.11.0 ec9d4f1d0f90e8ec5148f94b6d634eb542a4f0ce+CHANGES
2017-11-21T10:50:23.667-0600 [DEBUG] plugin.terraform: 2017/11/21 10:50:23 [INFO] Go runtime version: go1.9
2017-11-21T10:50:23.667-0600 [DEBUG] plugin.terraform: 2017/11/21 10:50:23 [INFO] CLI args: []string{"/Users/Jonathan.Stanford/bin/terraform", "internal-plugin", "provisioner", "local-exec"}
2017-11-21T10:50:23.667-0600 [DEBUG] plugin.terraform: 2017/11/21 10:50:23 [DEBUG] Attempting to open CLI config file: /Users/jonathan.stanford/.terraformrc
2017-11-21T10:50:23.667-0600 [DEBUG] plugin.terraform: 2017/11/21 10:50:23 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017-11-21T10:50:23.667-0600 [DEBUG] plugin.terraform: 2017/11/21 10:50:23 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "local-exec"}
2017-11-21T10:50:23.667-0600 [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2017/11/21 10:50:23 [INFO] Starting provisioner plugin local-exec
2017-11-21T10:50:23.668-0600 [DEBUG] plugin.terraform: plugin address: timestamp=2017-11-21T10:50:23.668-0600 address=/var/folders/v5/5_c639fj2jj5kvky3q9s6qpjcmn9hr/T/plugin165457984 network=unix
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: provisioner.local-exec
2017/11/21 10:50:23 [TRACE] dag/walk: walking "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': evaluating
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalIf
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalValidateCount
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': expanding/walking dynamic subgraph
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ResourceCountTransformer:
null_resource.write_py - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [DEBUG] Attaching resource state to "null_resource.write_py": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203c4fa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.null", mu:sync.Mutex{state:0, sema:0x0}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
null_resource.write_py - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
null_resource.write_py - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "null_resource.write_py" references: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
null_resource.write_py - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
null_resource.write_py - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: walking "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': evaluating
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalValidateResource
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvisioner
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalValidateProvisioner
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] dag/walk: walking "data.external.test_python"
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.null (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provisioner.local-exec (close)"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null (close)': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provisioner.local-exec (close)': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': evaluating
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null (close)': evaluating
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: provider.null (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: provider.null (close)
2017/11/21 10:50:23 [TRACE] vertex 'root.provisioner.local-exec (close)': evaluating
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: provisioner.local-exec (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvisioner
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
Refreshing Terraform state in-memory prior to plan...
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: provisioner.local-exec (close)
The refreshed state will be used to calculate this plan, but will not be
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalIf
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalValidateCount
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': expanding/walking dynamic subgraph
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.external.test_python - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [DEBUG] Resource state not found for "data.externpersisted to local or remote state storage.
al.test_python": data.external.test_python
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.external.test_python - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
data.external.test_python - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "data.external.test_python" references: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.external.test_python - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
data.external.test_python - *terraform.NodeValidatableResourceInstance
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: walking "data.external.test_python"
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': evaluating
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:5
0:23 [TRACE] root: eval: *terraform.EvalValidateResource
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.external (close)"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external (close)': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external (close)': evaluating
2017/11/21 10:50:23 [TRACE] dag/walk: walking "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] vertex 'root.output.result_of_python_test': walking
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: provider.external (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: provider.external (close)
2017/11/21 10:50:23 [TRACE] vertex 'root.output.result_of_python_test': evaluating
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: output.result_of_python_test
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: output.result_of_python_test
2017/11/21 10:50:23 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2017/11/21 10:50:23 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2017/11/21 10:50:23 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2017/11/21 10:50:23 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "null_resource.write_py.0", replace "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2017/11/21 10:50:23 [TRACE] dag/walk: walking "root"
2017/11/21 10:50:23 [TRACE] vertex 'root.root': walking
2017/11/21 10:50:23 [INFO] backend/local: plan calling Refresh
2017/11/21 10:50:23 [INFO] terraform: building graph: GraphTypeRefresh
2017/11/21 10:50:23 [TRACE] ConfigTransformer: Starting for path: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ConfigTransformer:
null_resource.write_py - *terraform.NodeRefreshableManagedResource
2017/11/21 10:50:23 [TRACE] ConfigTransformer: Starting for path: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ConfigTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
2017/11/21 10:50:23 [DEBUG] Attaching resource state to "null_resource.write_py": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202d2410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.null", mu:sync.Mutex{state:0, sema:0x0}}
2017/11/21 10:50:23 [DEBUG] Resource state not found for "data.external.test_python": data.external.test_python
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.external.test_python
2017/11/21 10:50:23 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"test_python", Type:"external", RawCount:(*config.RawConfig)(0xc420355960), RawConfig:(*config.RawConfig)(0xc4203558f0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string{"null_resource.write_py"}, Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.write_py
2017/11/21 10:50:23 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"write_py", Type:"null_resource", RawCount:(*config.RawConfig)(0xc4203557a0), RawConfig:(*config.RawConfig)(0xc420355730), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc4203674d0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootVariableTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
2017/11/21 10:50:23 [TRACE] ProviderConfigTransformer: Starting for path: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
2017/11/21 10:50:23 [DEBUG] adding missing provider: null
2017/11/21 10:50:23 [DEBUG] adding missing provider: external
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.MissingProviderTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [DEBUG] resource null_resource.write_py using provider provider.null
2017/11/21 10:50:23 [DEBUG] resource data.external.test_python using provider provider.external
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ProviderTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.PruneProviderTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ParentProviderTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.graphTransformerMulti:
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.LocalTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OutputTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "provider.null" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "provider.external" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "output.result_of_python_test" references: [data.external.test_python]
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "null_resource.write_py" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "data.external.test_python" references: [null_resource.write_py]
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CloseProviderTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResource
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodeRefreshableDataResource
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodeRefreshableManagedResource
root - terraform.graphNodeRoot
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
2017/11/21 10:50:23 [DEBUG] Starting graph walk: walkRefresh
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "root"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.null"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.external"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.external (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "null_resource.write_py" waiting on "provider.null"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provider.external (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "data.external.test_python" waiting on "provider.external"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provider.external (close)" waiting on "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "output.result_of_python_test" waiting on "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "data.external.test_python" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "null_resource.write_py", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "data.external.test_python", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provider.external (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "output.result_of_python_test", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.null"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.external"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null': evaluating
2017/11/21 10:50:23 [TRACE] [walkRefresh] Entering eval tree: provider.null
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInitProvider
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external': evaluating
2017/11/21 10:50:23 [TRACE] [walkRefresh] Entering eval tree: provider.external
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInitProvider
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalConfigProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalConfigProvider
2017/11/21 10:50:23 [TRACE] [walkRefresh] Exiting eval tree: provider.null
2017/11/21 10:50:23 [TRACE] dag/walk: walking "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] [walkRefresh] Exiting eval tree: provider.external
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': evaluating
2017/11/21 10:50:23 [TRACE] [walkRefresh] Entering eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalIf
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/11/21 10:50:23 [TRACE] [walkRefresh] Exiting eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': expanding/walking dynamic subgraph
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ResourceCountTransformer:
null_resource.write_py - *terraform.NodeRefreshableManagedResourceInstance
2017/11/21 10:50:23 [TRACE] OrphanResourceCount: Starting...
2017/11/21 10:50:23 [TRACE] OrphanResourceCount: Checking: null_resource.write_py
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
null_resource.write_py - *terraform.NodeRefreshableManagedResourceInstance
2017/11/21 10:50:23 [DEBUG] Attaching resource state to "null_resource.write_py": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202d2410), Deposed:[]*terraform.InstanceState{}, Provider:"provider.null", mu:sync.Mutex{state:0, sema:0x0}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
null_resource.write_py - *terraform.NodeRefreshableManagedResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
null_resource.write_py - *terraform.NodeRefreshableManagedResourceInstance
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "null_resource.write_py" references: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
null_resource.write_py - *terraform.NodeRefreshableManagedResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
null_resource.write_py - *terraform.NodeRefreshableManagedResourceInstance
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: walking "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': evaluating
2017/11/21 10:50:23 [TRACE] [walkRefresh] Entering eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalReadState
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalRefresh
null_resource.write_py: Refreshing state... (ID: 7370750674644940991)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteState
2017/11/21 10:50:23 [TRACE] [walkRefresh] Exiting eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.null (close)"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null (close)': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "data.external.test_python"
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null (close)': evaluating
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': evaluating
2017/11/21 10:50:23 [TRACE] [walkRefresh] Entering eval tree: provider.null (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/11/21 10:50:23 [TRACE] [walkRefresh] Exiting eval tree: provider.null (close)
2017/11/21 10:50:23 [TRACE] [walkRefresh] Entering eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalIf
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/11/21 10:50:23 [TRACE] [walkRefresh] Exiting eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': expanding/walking dynamic subgraph
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResourceInstance
2017/11/21 10:50:23 [TRACE] OrphanResourceCount: Starting...
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResourceInstance
2017/11/21 10:50:23 [DEBUG] Resource state not found for "data.external.test_python": data.external.test_python
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResourceInstance
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "data.external.test_python" references: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
data.external.test_python - *terraform.NodeRefreshableDataResourceInstance
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: walking "data.external.test_python"
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': evaluating
2017/11/21 10:50:23 [TRACE] [walkRefresh] Entering eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteState
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalIf
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalIf, err: early exit
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence, err: early exit
2017/11/21 10:50:23 [TRACE] [walkRefresh] Exiting eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] dag/walk: walking "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] vertex 'root.output.result_of_python_test': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.external (close)"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external (close)': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.output.result_of_python_test': evaluating
2017/11/21 10:50:23 [TRACE] [walkRefresh] Entering eval tree: output.result_of_python_test
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external (close)': evaluating
2017/11/21 10:50:23 [TRACE] [walkRefresh] Entering eval tree: provider.external (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/11/21 10:50:23 [TRACE] [walkRefresh] Exiting eval tree: provider.external (close)
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] [walkRefresh] Exiting eval tree: output.result_of_python_test
2017/11/21 10:50:23 [TRACE] dag/walk: walking "root"
2017/11/21 10:50:23 [TRACE] vertex 'root.root': walking
2017/11/21 10:50:23 [INFO] backend/local: plan calling Plan
------------------------------------------------------------------------
2017/11/21 10:50:23 [INFO] terraform: building graph: GraphTypePlan
2017/11/21 10:50:23 [TRACE] ConfigTransformer: Starting for path: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ConfigTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.LocalTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OutputTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.external.test_python
2017/11/21 10:50:23 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"test_python", Type:"external", RawCount:(*config.RawConfig)(0xc420355960), RawConfig:(*config.RawConfig)(0xc4203558f0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string{"null_resource.write_py"}, Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/11/21 10:50:23 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.write_py
2017/11/21 10:50:23 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"write_py", Type:"null_resource", RawCount:(*config.RawConfig)(0xc4203557a0), RawConfig:(*config.RawConfig)(0xc420355730), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc4203674d0)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [DEBUG] Resource state not found for "data.external.test_python": data.external.test_python
2017/11/21 10:50:23 [DEBUG] Attaching resource state to "null_resource.write_py": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4201b8140), Deposed:[]*terraform.InstanceState{}, Provider:"provider.null", mu:sync.Mutex{state:0, sema:0x0}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootVariableTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [TRACE] ProviderConfigTransformer: Starting for path: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
2017/11/21 10:50:23 [DEBUG] adding missing provider: external
2017/11/21 10:50:23 [DEBUG] adding missing provider: null
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.MissingProviderTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [DEBUG] resource data.external.test_python using provider provider.external
2017/11/21 10:50:23 [DEBUG] resource null_resource.write_py using provider provider.null
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ProviderTransformer:
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.PruneProviderTransformer:
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ParentProviderTransformer:
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.graphTransformerMulti:
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "provider.null" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "data.external.test_python" references: [null_resource.write_py]
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "null_resource.write_py" references: []
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "output.result_of_python_test" references: [data.external.test_python]
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "provider.external" references: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CloseProviderTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.write_py - *terraform.NodePlannableResource
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
output.result_of_python_test - *terraform.NodeApplyableOutput
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.write_py - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.external (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
data.external.test_python - *terraform.NodePlannableResource
null_resource.write_py - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.result_of_python_test - *terraform.NodeApplyableOutput
null_resource.write_py - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
output.result_of_python_test - *terraform.NodeApplyableOutput
data.external.test_python - *terraform.NodePlannableResource
provider.external - *terraform.NodeApplyableProvider
provider.external (close) - *terraform.graphNodeCloseProvider
data.external.test_python - *terraform.NodePlannableResource
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.write_py - *terraform.NodePlannableResource
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.write_py - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.external (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
2017/11/21 10:50:23 [DEBUG] Starting graph walk: walkPlan
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.null (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.external"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "root"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.null"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "provider.external (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provider.external (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "output.result_of_python_test" waiting on "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "null_resource.write_py" waiting on "provider.null"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "data.external.test_python" waiting on "provider.external"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "data.external.test_python" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: added edge: "provider.external (close)" waiting on "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provider.external (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "output.result_of_python_test", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "null_resource.write_py", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "data.external.test_python", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.null"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.external"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null': evaluating
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: provider.null
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external': evaluating
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInitProvider
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: provider.external
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInitProvider
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalConfigProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalConfigProvider
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: provider.null
2017/11/21 10:50:23 [TRACE] dag/walk: walking "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': walking
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: provider.external
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': evaluating
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalIf
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': expanding/walking dynamic subgraph
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ResourceCountTransformer:
null_resource.write_py - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [TRACE] OrphanResourceCount: Starting...
2017/11/21 10:50:23 [TRACE] OrphanResourceCount: Checking: null_resource.write_py
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
null_resource.write_py - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [DEBUG] Attaching resource state to "null_resource.write_py": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4201b8140), Deposed:[]*terraform.InstanceState{}, Provider:"provider.null", mu:sync.Mutex{state:0, sema:0x0}}
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
null_resource.write_py - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
null_resource.write_py - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "null_resource.write_py" references: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
null_resource.write_py - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
null_resource.write_py - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] dag/walk: walking "null_resource.write_py"
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.null_resource.write_py': evaluating
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalValidateResource
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalReadState
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalDiff
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteState
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: null_resource.write_py
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provisioner.local-exec (close)"
2017/11/21 10:50:23 [TRACE] dag/walk: walking "data.external.test_python"
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.null (close)"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null (close)': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provisioner.local-exec (close)': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': evaluating
2017/11/21 10:50:23 [TRACE] vertex 'root.provisioner.local-exec (close)': evaluating
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: provisioner.local-exec (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvisioner
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: provisioner.local-exec (close)
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.null (close)': evaluating
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: provider.null (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: provider.null (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalIf
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': expanding/walking dynamic subgraph
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.external.test_python - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [TRACE] OrphanResourceCount: Starting...
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
data.external.test_python - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [DEBUG] Resource state not found for "data.external.test_python": data.external.test_python
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.external.test_python - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.TargetsTransformer:
data.external.test_python - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [DEBUG] ReferenceTransformer: "data.external.test_python" references: []
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.external.test_python - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [TRACE] Graph after step *terraform.RootTransformer:
data.external.test_python - *terraform.NodePlannableResourceInstance
2017/11/21 10:50:23 [TRACE] dag/walk: added new vertex: "data.external.test_python"
2017/11/21 10:50:23 [TRACE] dag/walk: walking "data.external.test_python"
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.data.external.test_python': evaluating
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalReadState
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalInterpolate
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalIf
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalGetProvider
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalReadDataDiff
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteState
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteDiff
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: data.external.test_python
2017/11/21 10:50:23 [TRACE] dag/walk: walking "provider.external (close)"
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external (close)': walking
2017/11/21 10:50:23 [TRACE] dag/walk: walking "output.result_of_python_test"
2017/11/21 10:50:23 [TRACE] vertex 'root.output.result_of_python_test': walking
2017/11/21 10:50:23 [TRACE] vertex 'root.provider.external (close)': evaluating
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: provider.external (close)
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalCloseProvider
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: provider.external (close)
2017/11/21 10:50:23 [TRACE] vertex 'root.output.result_of_python_test': evaluating
2017/11/21 10:50:23 [TRACE] [walkPlan] Entering eval tree: output.result_of_python_test
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalSequence
2017/11/21 10:50:23 [TRACE] root: eval: terraform.EvalNoop
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalOpFilter
2017/11/21 10:50:23 [TRACE] root: eval: *terraform.EvalWriteOutput
2017/11/21 10:50:23 [ERROR] root: eval: *terraform.EvalWriteOutput, err: Resource 'data.external.test_python' does not have attribute 'result.status' for variable 'data.external.test_python.result.status'
2017/11/21 10:50:23 [ERROR] root: eval: *terraform.EvalOpFilter, err: Resource 'data.external.test_python' does not have attribute 'result.status' for variable 'data.external.test_python.result.status'
2017/11/21 10:50:23 [ERROR] root: eval: *terraform.EvalSequence, err: Resource 'data.external.test_python' does not have attribute 'result.status' for variable 'data.external.test_python.result.status'
2017/11/21 10:50:23 [TRACE] [walkPlan] Exiting eval tree: output.result_of_python_test
2017/11/21 10:50:23 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2017/11/21 10:50:23 [TRACE] dag/walk: upstream errored, not walking "root"
2017/11/21 10:50:23 [DEBUG] plugin: waiting for all plugin processes to complete...
Error: Error running plan: 1 error(s) occurred:
* output.result_of_python_test: Resource 'data.external.test_python' does not have attribute 'result.status' for variable 'data.external.test_python.result.status'
2017-11-21T10:50:23.689-0600 [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2017/11/21 10:50:23 [DEBUG] plugin: waiting for all plugin processes to complete...
2017-11-21T10:50:23.691-0600 [DEBUG] plugin: plugin process exited: path=/Users/jonathan.stanford/dev/terraform_0_11.error/.terraform/plugins/darwin_amd64/terraform-provider-external_v1.0.0_x4
2017-11-21T10:50:23.691-0600 [DEBUG] plugin: plugin process exited: path=/Users/jonathan.stanford/dev/terraform_0_11.error/.terraform/plugins/darwin_amd64/terraform-provider-null_v1.0.0_x4
2017-11-21T10:50:23.692-0600 [DEBUG] plugin: plugin process exited: path=/Users/Jonathan.Stanford/bin/terraform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment