Skip to content

Instantly share code, notes, and snippets.

@cpaika
Created November 26, 2018 21:55
Show Gist options
  • Save cpaika/bc0732253ca4b51c5f4fd37cc20e1e46 to your computer and use it in GitHub Desktop.
Save cpaika/bc0732253ca4b51c5f4fd37cc20e1e46 to your computer and use it in GitHub Desktop.
tesla-github-terraform $ TF_LOG=TRACE terraform plan
2018/11/26 16:45:50 [INFO] Terraform version: 0.11.10
2018/11/26 16:45:50 [INFO] Go runtime version: go1.11.2
2018/11/26 16:45:50 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.10/bin/terraform", "plan"}
2018/11/26 16:45:50 [DEBUG] Attempting to open CLI config file: /Users/cpaika/.terraformrc
2018/11/26 16:45:50 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/11/26 16:45:50 [INFO] CLI command args: []string{"plan"}
2018/11/26 16:45:50 [INFO] command: empty terraform config, returning nil
2018/11/26 16:45:50 [DEBUG] command: no data state file found for backend config
2018/11/26 16:45:50 [DEBUG] New state was assigned lineage "c0fc6a53-5580-8be0-0adf-53735c9429e3"
2018/11/26 16:45:50 [INFO] command: backend initialized: <nil>
2018/11/26 16:45:50 [DEBUG] checking for provider in "."
2018/11/26 16:45:50 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.10/bin"
2018/11/26 16:45:50 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/11/26 16:45:50 [DEBUG] found provider "terraform-provider-github_v1.3.0_x4"
2018/11/26 16:45:50 [DEBUG] found valid plugin: "github", "1.3.0", "/Users/{username}/Projects/tesla-github-terraform/.terraform/plugins/darwin_amd64/terraform-provider-github_v1.3.0_x4"
2018/11/26 16:45:50 [DEBUG] checking for provisioner in "."
2018/11/26 16:45:50 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.10/bin"
2018/11/26 16:45:50 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/11/26 16:45:50 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/11/26 16:45:50 [INFO] backend/local: starting Plan operation
2018/11/26 16:45:50 [TRACE] Preserving existing state lineage "e62b91c3-e56f-857f-58f2-f2d4ff00ec66"
2018/11/26 16:45:50 [TRACE] Preserving existing state lineage "e62b91c3-e56f-857f-58f2-f2d4ff00ec66"
2018/11/26 16:45:50 [INFO] terraform: building graph: GraphTypeInput
2018/11/26 16:45:50 [TRACE] ConfigTransformer: Starting for path: []
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ConfigTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.LocalTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OutputTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
2018/11/26 16:45:50 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/11/26 16:45:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"tesla-github-terraform", Type:"github_repository", RawCount:(*config.RawConfig)(0xc00037e850), RawConfig:(*config.RawConfig)(0xc00037e7e0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
2018/11/26 16:45:50 [DEBUG] Resource state not found for "github_repository.tesla-github-terraform": github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootVariableTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
2018/11/26 16:45:50 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/26 16:45:50 [TRACE] Attach provider request: []string{} github
2018/11/26 16:45:50 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"github", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc00037e770)}
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.MissingProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [DEBUG] resource github_repository.tesla-github-terraform using provider provider.github
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.PruneProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ParentProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.graphTransformerMulti:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [DEBUG] ReferenceTransformer: "github_repository.tesla-github-terraform" references: []
2018/11/26 16:45:50 [DEBUG] ReferenceTransformer: "provider.github" references: []
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TargetsTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CloseProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.github (close) - *terraform.graphNodeCloseProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.github (close) - *terraform.graphNodeCloseProvider
2018/11/26 16:45:50 [DEBUG] Starting graph walk: walkInput
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "provider.github"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "provider.github (close)"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "root"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "root" waiting on "provider.github (close)"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "github_repository.tesla-github-terraform" waiting on "provider.github"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "provider.github (close)" waiting on "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "github_repository.tesla-github-terraform", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "provider.github (close)", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: walking "provider.github"
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github': evaluating
2018/11/26 16:45:50 [TRACE] [walkInput] Entering eval tree: provider.github
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInitProvider
2018-11-26T16:45:50.813-0500 [DEBUG] plugin: starting plugin: path=/Users/{Username}/Projects/tesla-github-terraform/.terraform/plugins/darwin_amd64/terraform-provider-github_v1.3.0_x4 args=[/Users/{Username}/Projects/tesla-github-terraform/.terraform/plugins/darwin_amd64/terraform-provider-github_v1.3.0_x4]
2018-11-26T16:45:50.823-0500 [DEBUG] plugin: waiting for RPC address: path=/Users/{Username}/Projects/tesla-github-terraform/.terraform/plugins/darwin_amd64/terraform-provider-github_v1.3.0_x4
2018-11-26T16:45:50.834-0500 [DEBUG] plugin.terraform-provider-github_v1.3.0_x4: plugin address: timestamp=2018-11-26T16:45:50.833-0500 address=/var/folders/mf/q9bb4w2539vfjprg0j45b02n8c1mr2/T/plugin592137844 network=unix
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInputProvider
2018/11/26 16:45:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/26 16:45:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/26 16:45:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/26 16:45:50 [TRACE] [walkInput] Exiting eval tree: provider.github
2018/11/26 16:45:50 [TRACE] dag/walk: walking "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': walking
2018/11/26 16:45:50 [TRACE] dag/walk: walking "provider.github (close)"
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github (close)': walking
2018/11/26 16:45:50 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/11/26 16:45:50 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github (close)': evaluating
2018/11/26 16:45:50 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/11/26 16:45:50 [TRACE] [walkInput] Entering eval tree: provider.github (close)
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/11/26 16:45:50 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCountFixZeroOnRefreshing Terraform state in-memory prior to plan...
eBoundaryGlobal
The refreshed state will be used to calculate this plan, but will not be
2018/11/26 16:45:50 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/11/26 16:45:50 [TRACE] [walkInput] Exiting eval tree: provider.github (close)
2018/11/26 16:45:50 [TRACE] dag/walk: walking "root"
2018/11/26 16:45:50 [TRACE] vertex 'root.root': walking
2018/11/26 16:45:50 [INFO] terraform: building graph: GraphTypeValidate
2018/11/26 16:45:50 [TRACE] ConfigTransformer: Starting for path: []
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ConfigTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.LocalTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OutputTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
2018/11/26 16:45:50 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/11/26 16:45:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"tesla-github-terraform", Type:"github_repository", RawCount:(*config.RawConfig)(0xc00037e850), RawConfig:(*config.RawConfig)(0xc00037e7e0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
2018/11/26 16:45:50 [DEBUG] Resource state not found for "github_repository.tesla-github-terraform": github_repository.tesla-github-terrapersisted to local or remote state storage.
form
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootVariableTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
2018/11/26 16:45:50 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/26 16:45:50 [TRACE] Attach provider request: []string{} github
2018/11/26 16:45:50 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"github", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc00037e770)}
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.MissingProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [DEBUG] resource github_repository.tesla-github-terraform using provider provider.github
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.PruneProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ParentProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.graphTransformerMulti:
github_re------------------------------------------------------------------------
pository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ProvisionerTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.graphTransformerMulti:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [DEBUG] ReferenceTransformer: "github_repository.tesla-github-terraform" references: []
2018/11/26 16:45:50 [DEBUG] ReferenceTransformer: "provider.github" references: []
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TargetsTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CloseProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.github (close) - *terraform.graphNodeCloseProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.github (close) - *terraform.graphNodeCloseProvider
2018/11/26 16:45:50 [DEBUG] Starting graph walk: walkValidate
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "provider.github (close)"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "root"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "provider.github"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "root" waiting on "provider.github (close)"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "github_repository.tesla-github-terraform" waiting on "provider.github"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "provider.github (close)" waiting on "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "github_repository.tesla-github-terraform", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "provider.github (close)", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: walking "provider.github"
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github': evaluating
2018/11/26 16:45:50 [TRACE] [walkValidate] Entering eval tree: provider.github
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInitProvider
2018/11/26 16:45:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/11/26 16:45:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/26 16:45:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/26 16:45:50 [TRACE] [walkValidate] Exiting eval tree: provider.github
2018/11/26 16:45:50 [TRACE] dag/walk: walking "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': evaluating
2018/11/26 16:45:50 [TRACE] [walkValidate] Entering eval tree: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalIf
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalValidateCount
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/26 16:45:50 [TRACE] [walkValidate] Exiting eval tree: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': expanding/walking dynamic subgraph
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ResourceCountTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResourceInstance
2018/11/26 16:45:50 [DEBUG] Resource state not found for "github_repository.tesla-github-terraform": github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResourceInstance
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TargetsTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResourceInstance
2018/11/26 16:45:50 [DEBUG] ReferenceTransformer: "github_repository.tesla-github-terraform" references: []
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResourceInstance
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootTransformer:
github_repository.tesla-github-terraform - *terraform.NodeValidatableResourceInstance
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: walking "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': evaluating
2018/11/26 16:45:50 [TRACE] [walkValidate] Entering eval tree: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalValidateResource
2018/11/26 16:45:50 [TRACE] [walkValidate] Exiting eval tree: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/11/26 16:45:50 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/11/26 16:45:50 [TRACE] dag/walk: walking "provider.github (close)"
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github (close)': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/11/26 16:45:50 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/11/26 16:45:50 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github (close)': evaluating
2018/11/26 16:45:50 [TRACE] [walkValidate] Entering eval tree: provider.github (close)
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/11/26 16:45:50 [TRACE] [walkValidate] Exiting eval tree: provider.github (close)
2018/11/26 16:45:50 [TRACE] dag/walk: walking "root"
2018/11/26 16:45:50 [TRACE] vertex 'root.root': walking
2018/11/26 16:45:50 [INFO] backend/local: plan calling Refresh
2018/11/26 16:45:50 [INFO] terraform: building graph: GraphTypeRefresh
2018/11/26 16:45:50 [TRACE] No managed resources in state during refresh, skipping managed resource transformer
2018/11/26 16:45:50 [TRACE] ConfigTransformer: Starting for path: []
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ConfigTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
2018/11/26 16:45:50 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootVariableTransformer:
2018/11/26 16:45:50 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/26 16:45:50 [TRACE] Attach provider request: []string{} github
2018/11/26 16:45:50 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"github", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc00037e770)}
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.MissingProviderTransformer:
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ProviderTransformer:
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [DEBUG] pruning unused provider provider.github
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.PruneProviderTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ParentProviderTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.graphTransformerMulti:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.LocalTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OutputTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TargetsTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CloseProviderTransformer:
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootTransformer:
root - terraform.graphNodeRoot
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
root - terraform.graphNodeRoot
2018/11/26 16:45:50 [DEBUG] Starting graph walk: walkRefresh
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "root"
2018/11/26 16:45:50 [TRACE] dag/walk: walking "root"
2018/11/26 16:45:50 [TRACE] vertex 'root.root': walking
2018/11/26 16:45:50 [INFO] backend/local: plan calling Plan
2018/11/26 16:45:50 [INFO] terraform: building graph: GraphTypePlan
2018/11/26 16:45:50 [TRACE] ConfigTransformer: Starting for path: []
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ConfigTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.LocalTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OutputTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
2018/11/26 16:45:50 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/11/26 16:45:50 [TRACE] AttachResourceConfigTransformer: Attach resource config request: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"tesla-github-terraform", Type:"github_repository", RawCount:(*config.RawConfig)(0xc00037e850), RawConfig:(*config.RawConfig)(0xc00037e7e0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
2018/11/26 16:45:50 [DEBUG] Resource state not found for "github_repository.tesla-github-terraform": github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootVariableTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
2018/11/26 16:45:50 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/11/26 16:45:50 [TRACE] Attach provider request: []string{} github
2018/11/26 16:45:50 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"github", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc00037e770)}
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.MissingProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [DEBUG] resource github_repository.tesla-github-terraform using provider provider.github
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.PruneProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ParentProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.graphTransformerMulti:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [DEBUG] ReferenceTransformer: "github_repository.tesla-github-terraform" references: []
2018/11/26 16:45:50 [DEBUG] ReferenceTransformer: "provider.github" references: []
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TargetsTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CloseProviderTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.github (close) - *terraform.graphNodeCloseProvider
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
provider.github - *terraform.NodeApplyableProvider
provider.github (close) - *terraform.graphNodeCloseProvider
github_repository.tesla-github-terraform - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.github (close) - *terraform.graphNodeCloseProvider
2018/11/26 16:45:50 [DEBUG] Starting graph walk: walkPlan
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "provider.github (close)"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "root"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "provider.github"
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "provider.github (close)" waiting on "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "root" waiting on "provider.github (close)"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "github_repository.tesla-github-terraform" waiting on "provider.github"
2018/11/26 16:45:50 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "provider.github (close)", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "github_repository.tesla-github-terraform", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/11/26 16:45:50 [TRACE] dag/walk: walking "provider.github"
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github': evaluating
2018/11/26 16:45:50 [TRACE] [walkPlan] Entering eval tree: provider.github
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInitProvider
2018/11/26 16:45:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/26 16:45:50 [TRACE] root: eval: terraform.EvalNoop
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalOpFilter
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalConfigProvider
2018/11/26 16:45:50 [TRACE] [walkPlan] Exiting eval tree: provider.github
2018/11/26 16:45:50 [TRACE] dag/walk: walking "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': evaluating
2018/11/26 16:45:50 [TRACE] [walkPlan] Entering eval tree: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalIf
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/11/26 16:45:50 [TRACE] [walkPlan] Exiting eval tree: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': expanding/walking dynamic subgraph
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ResourceCountTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResourceInstance
2018/11/26 16:45:50 [TRACE] OrphanResourceCount: Starting...
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResourceInstance
2018/11/26 16:45:50 [DEBUG] Resource state not found for "github_repository.tesla-github-terraform": github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.AttachStateTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResourceInstance
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.TargetsTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResourceInstance
2018/11/26 16:45:50 [DEBUG] ReferenceTransformer: "github_repository.tesla-github-terraform" references: []
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.ReferenceTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResourceInstance
2018/11/26 16:45:50 [TRACE] Graph after step *terraform.RootTransformer:
github_repository.tesla-github-terraform - *terraform.NodePlannableResourceInstance
2018/11/26 16:45:50 [TRACE] dag/walk: added new vertex: "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] dag/walk: walking "github_repository.tesla-github-terraform"
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.github_repository.tesla-github-terraform': evaluating
2018/11/26 16:45:50 [TRACE] [walkPlan] Entering eval tree: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalSequence
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalInterpolate
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalGetProvider
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalValidateResource
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalReadState
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalDiff
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalWriteState
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/11/26 16:45:50 [TRACE] [walkPlan] Exiting eval tree: github_repository.tesla-github-terraform
2018/11/26 16:45:50 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/11/26 16:45:50 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/11/26 16:45:50 [TRACE] dag/walk: walking "provider.github (close)"
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github (close)': walking
2018/11/26 16:45:50 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/11/26 16:45:50 [TRACE] vertex 'root.provider.github (close)': evaluating
2018/11/26 16:45:50 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/11/26 16:45:50 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/11/26 16:45:50 [TRACE] [walkPlan] Entering eval tree: provider.github (close)
2018/11/26 16:45:50 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/11/26 16:45:50 [TRACE] [walkPlan] Exiting eval tree: provider.github (close)
2018/11/26 16:45:50 [TRACE] dag/walk: walking "root"
2018/11/26 16:45:50 [TRACE] vertex 'root.root': walking
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
2018/11/26 16:45:50 [DEBUG] plugin: waiting for all plugin processes to complete...
+ github_repository.tesla-github-terraform
id: <computed>
allow_merge_commit: "true"
allow_rebase_merge: "true"
allow_squash_merge: "true"
archived: "false"
2018-11-26T16:45:50.855-0500 [DEBUG] plugin.terraform-provider-github_v1.3.0_x4: 2018/11/26 16:45:50 [ERR] plugin: plugin server: accept unix /var/folders/mf/q9bb4w2539vfjprg0j45b02n8c1mr2/T/plugin592137844: use of closed network connection
auto_init: "true"
default_branch: <computed>
description: "Repository holding the terraform configuration for the Tesla team and repositories"
etag: <computed>
full_name: <computed>
git_clone_url: <computed>
html_url: <computed>
http_clone_url: <computed>
name: "tesla-github-terraform"
ssh_clone_url: <computed>
svn_url: <computed>
Plan: 1 to add, 0 to change, 0 to destroy.
------------------------------------------------------------------------
Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.
2018-11-26T16:45:50.857-0500 [DEBUG] plugin: plugin process exited: path=/Users/{Username}/Projects/tesla-github-terraform/.terraform/plugins/darwin_amd64/terraform-provider-github_v1.3.0_x4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment