Skip to content

Instantly share code, notes, and snippets.

@allistera
Created February 28, 2018 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allistera/528a49ff950f12219e7957d70aab9b47 to your computer and use it in GitHub Desktop.
Save allistera/528a49ff950f12219e7957d70aab9b47 to your computer and use it in GitHub Desktop.
2018/02/28 09:25:59 [INFO] Terraform version: 0.11.3
2018/02/28 09:25:59 [INFO] Go runtime version: go1.9.3
2018/02/28 09:25:59 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.11.3/bin/terraform", "apply"}
2018/02/28 09:25:59 [DEBUG] Attempting to open CLI config file: /Users/allisterantosik/.terraformrc
2018/02/28 09:25:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/02/28 09:25:59 [INFO] CLI command args: []string{"apply"}
2018/02/28 09:25:59 [INFO] command: empty terraform config, returning nil
2018/02/28 09:25:59 [DEBUG] command: no data state file found for backend config
2018/02/28 09:25:59 [DEBUG] New state was assigned lineage "083e0398-4f79-47c8-bc17-fc41e67eff8b"
2018/02/28 09:25:59 [INFO] command: backend initialized: <nil>
2018/02/28 09:25:59 [DEBUG] checking for provider in "."
2018/02/28 09:25:59 [DEBUG] checking for provider in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/02/28 09:25:59 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/02/28 09:25:59 [DEBUG] found provider "terraform-provider-google_v1.6.0_x4"
2018/02/28 09:25:59 [DEBUG] found valid plugin: "google", "1.6.0", "/Users/allisterantosik/Projects/personal/juno-inf/kubernetes/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.6.0_x4"
2018/02/28 09:25:59 [DEBUG] checking for provisioner in "."
2018/02/28 09:25:59 [DEBUG] checking for provisioner in "/usr/local/Cellar/terraform/0.11.3/bin"
2018/02/28 09:25:59 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/02/28 09:25:59 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/02/28 09:25:59 [INFO] backend/local: starting Apply operation
2018/02/28 09:25:59 [DEBUG] New state was assigned lineage "a5870f7a-3d8f-4512-8cc0-3412fe380090"
2018/02/28 09:25:59 [INFO] terraform: building graph: GraphTypeInput
2018/02/28 09:25:59 [TRACE] ConfigTransformer: Starting for path: []
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ConfigTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.LocalTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OutputTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/02/28 09:25:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"primary", Type:"google_container_cluster", RawCount:(*config.RawConfig)(0xc420378c40), RawConfig:(*config.RawConfig)(0xc420378bd0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [DEBUG] Resource state not found for "google_container_cluster.primary": google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootVariableTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/28 09:25:59 [TRACE] Attach provider request: []string{} google
2018/02/28 09:25:59 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420378b60)}
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [DEBUG] resource google_container_cluster.primary using provider provider.google
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ProviderTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ParentProviderTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "provider.google" references: []
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: []
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.client_certificate" references: [google_container_cluster.primary]
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.client_key" references: [google_container_cluster.primary]
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.cluster_ca_certificate" references: [google_container_cluster.primary]
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TargetsTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeAbstractResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
2018/02/28 09:25:59 [DEBUG] Starting graph walk: walkInput
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.client_key"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "provider.google"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "root"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.client_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.client_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "output.client_certificate" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "output.client_key" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.client_key"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "provider.google"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "output.cluster_ca_certificate" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "output.client_certificate", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "output.client_key", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "google_container_cluster.primary", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "output.cluster_ca_certificate", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: walking "provider.google"
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google': evaluating
2018/02/28 09:25:59 [TRACE] [walkInput] Entering eval tree: provider.google
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInitProvider
2018-02-28T09:25:59.617Z [DEBUG] plugin: starting plugin: path=/Users/allisterantosik/Projects/personal/juno-inf/kubernetes/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.6.0_x4 args=[/Users/allisterantosik/Projects/personal/juno-inf/kubernetes/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.6.0_x4]
2018-02-28T09:25:59.620Z [DEBUG] plugin: waiting for RPC address: path=/Users/allisterantosik/Projects/personal/juno-inf/kubernetes/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.6.0_x4
2018-02-28T09:25:59.629Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: plugin address: timestamp=2018-02-28T09:25:59.629Z address=/var/folders/3_/xgmm63m97knbc8n0lx6d81v00000gp/T/plugin848286422 network=unix
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInputProvider
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkInput] Exiting eval tree: provider.google
2018/02/28 09:25:59 [TRACE] dag/walk: walking "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': walking
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.client_certificate"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_certificate': walking
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.cluster_ca_certificate': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_certificate': evaluating
2018/02/28 09:25:59 [TRACE] dag/walk: walking "provider.google (close)"
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google (close)': walking
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.client_key"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_key': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.output.cluster_ca_certificate': evaluating
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google (close)': evaluating
2018/02/28 09:25:59 [TRACE] [walkInput] Entering eval tree: provider.google (close)
2018/02/28 09:25:59 [TRACE] [walkInput] Entering eval tree: output.cluster_ca_certificate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] [walkInput] Entering eval tree: output.client_certificate
2018/02/28 09:25:59 [TRACE] [walkInput] Exiting eval tree: provider.google (close)
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_key': evaluating
2018/02/28 09:25:59 [TRACE] [walkInput] Entering eval tree: output.client_key
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkInput] Exiting eval tree: output.client_certificate
2018/02/28 09:25:59 [TRACE] [walkInput] Exiting eval tree: output.client_key
2018/02/28 09:25:59 [TRACE] [walkInput] Exiting eval tree: output.cluster_ca_certificate
2018/02/28 09:25:59 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/02/28 09:25:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/02/28 09:25:59 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/02/28 09:25:59 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/02/28 09:25:59 [TRACE] dag/walk: walking "root"
2018/02/28 09:25:59 [TRACE] vertex 'root.root': walking
2018/02/28 09:25:59 [INFO] terraform: building graph: GraphTypeValidate
2018/02/28 09:25:59 [TRACE] ConfigTransformer: Starting for path: []
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ConfigTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.LocalTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OutputTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/02/28 09:25:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"primary", Type:"google_container_cluster", RawCount:(*config.RawConfig)(0xc420378c40), RawConfig:(*config.RawConfig)(0xc420378bd0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [DEBUG] Resource state not found for "google_container_cluster.primary": google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootVariableTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/28 09:25:59 [TRACE] Attach provider request: []string{} google
2018/02/28 09:25:59 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420378b60)}
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [DEBUG] resource google_container_cluster.primary using provider provider.google
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ProviderTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ParentProviderTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ProvisionerTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: []
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.client_certificate" references: [google_container_cluster.primary]
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.client_key" references: [google_container_cluster.primary]
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.cluster_ca_certificate" references: [google_container_cluster.primary]
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "provider.google" references: []
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TargetsTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
2018/02/28 09:25:59 [DEBUG] Starting graph walk: walkValidate
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "provider.google"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "root"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.client_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.client_key"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.client_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "output.cluster_ca_certificate" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "provider.google"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.client_key"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "output.client_certificate" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "output.client_key" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "google_container_cluster.primary", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "output.client_certificate", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "output.client_key", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "output.cluster_ca_certificate", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: walking "provider.google"
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google': evaluating
2018/02/28 09:25:59 [TRACE] [walkValidate] Entering eval tree: provider.google
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInitProvider
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkValidate] Exiting eval tree: provider.google
2018/02/28 09:25:59 [TRACE] dag/walk: walking "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': evaluating
2018/02/28 09:25:59 [TRACE] [walkValidate] Entering eval tree: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInterpolate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalIf
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalValidateCount
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/02/28 09:25:59 [TRACE] [walkValidate] Exiting eval tree: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': expanding/walking dynamic subgraph
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResourceInstance
2018/02/28 09:25:59 [DEBUG] Resource state not found for "google_container_cluster.primary": google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResourceInstance
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TargetsTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResourceInstance
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: []
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResourceInstance
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootTransformer:
google_container_cluster.primary - *terraform.NodeValidatableResourceInstance
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: walking "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': evaluating
2018/02/28 09:25:59 [TRACE] [walkValidate] Entering eval tree: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInterpolate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalValidateResource
2018/02/28 09:25:59 [TRACE] [walkValidate] Exiting eval tree: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] dag/walk: walking "provider.google (close)"
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.client_key"
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google (close)': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_key': walking
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.cluster_ca_certificate': walking
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.client_certificate"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_certificate': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.output.cluster_ca_certificate': evaluating
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google (close)': evaluating
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_certificate': evaluating
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_key': evaluating
2018/02/28 09:25:59 [TRACE] [walkValidate] Entering eval tree: output.client_key
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkValidate] Entering eval tree: provider.google (close)
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/02/28 09:25:59 [TRACE] [walkValidate] Entering eval tree: output.client_certificate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] [walkValidate] Exiting eval tree: provider.google (close)
2018/02/28 09:25:59 [TRACE] [walkValidate] Entering eval tree: output.cluster_ca_certificate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkValidate] Exiting eval tree: output.client_key
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkValidate] Exiting eval tree: output.cluster_ca_certificate
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkValidate] Exiting eval tree: output.client_certificate
2018/02/28 09:25:59 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/02/28 09:25:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/02/28 09:25:59 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/02/28 09:25:59 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/02/28 09:25:59 [TRACE] dag/walk: walking "root"
2018/02/28 09:25:59 [TRACE] vertex 'root.root': walking
2018/02/28 09:25:59 [INFO] backend/local: apply calling Refresh
2018/02/28 09:25:59 [INFO] terraform: building graph: GraphTypeRefresh
2018/02/28 09:25:59 [TRACE] No managed resources in state during refresh, skipping managed resource transformer
2018/02/28 09:25:59 [TRACE] ConfigTransformer: Starting for path: []
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ConfigTransformer:
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
2018/02/28 09:25:59 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootVariableTransformer:
2018/02/28 09:25:59 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/28 09:25:59 [TRACE] Attach provider request: []string{} google
2018/02/28 09:25:59 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420378b60)}
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ProviderTransformer:
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [DEBUG] pruning unused provider provider.google
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ParentProviderTransformer:
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.graphTransformerMulti:
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.LocalTransformer:
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OutputTransformer:
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.client_certificate" references: []
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.client_key" references: []
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.cluster_ca_certificate" references: []
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TargetsTransformer:
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootTransformer:
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
root - terraform.graphNodeRoot
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
root - terraform.graphNodeRoot
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [DEBUG] Starting graph walk: walkRefresh
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.client_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.client_key"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "root"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "root" waiting on "output.client_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "root" waiting on "output.client_key"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "root" waiting on "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.client_key"
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.client_certificate"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_key': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_certificate': walking
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.cluster_ca_certificate': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_key': evaluating
2018/02/28 09:25:59 [TRACE] vertex 'root.output.cluster_ca_certificate': evaluating
2018/02/28 09:25:59 [TRACE] [walkRefresh] Entering eval tree: output.cluster_ca_certificate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_certificate': evaluating
2018/02/28 09:25:59 [TRACE] [walkRefresh] Entering eval tree: output.client_certificate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] [walkRefresh] Entering eval tree: output.client_key
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkRefresh] Exiting eval tree: output.cluster_ca_certificate
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkRefresh] Exiting eval tree: output.client_certificate
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkRefresh] Exiting eval tree: output.client_key
2018/02/28 09:25:59 [TRACE] dag/walk: walking "root"
2018/02/28 09:25:59 [TRACE] vertex 'root.root': walking
2018/02/28 09:25:59 [INFO] backend/local: apply calling Plan
2018/02/28 09:25:59 [INFO] terraform: building graph: GraphTypePlan
2018/02/28 09:25:59 [TRACE] ConfigTransformer: Starting for path: []
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ConfigTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.LocalTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OutputTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/02/28 09:25:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"primary", Type:"google_container_cluster", RawCount:(*config.RawConfig)(0xc420378c40), RawConfig:(*config.RawConfig)(0xc420378bd0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [DEBUG] Resource state not found for "google_container_cluster.primary": google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootVariableTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
2018/02/28 09:25:59 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/28 09:25:59 [TRACE] Attach provider request: []string{} google
2018/02/28 09:25:59 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420378b60)}
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [DEBUG] resource google_container_cluster.primary using provider provider.google
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ProviderTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ParentProviderTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: []
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.client_certificate" references: [google_container_cluster.primary]
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.client_key" references: [google_container_cluster.primary]
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "output.cluster_ca_certificate" references: [google_container_cluster.primary]
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "provider.google" references: []
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TargetsTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
2018/02/28 09:25:59 [DEBUG] Starting graph walk: walkPlan
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "root"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.client_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.client_key"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "provider.google"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "output.client_key" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.client_key"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "provider.google"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "output.cluster_ca_certificate" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "output.client_certificate" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.client_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "output.client_certificate", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "output.client_key", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "google_container_cluster.primary", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: dependencies changed for "output.cluster_ca_certificate", sending new deps
2018/02/28 09:25:59 [TRACE] dag/walk: walking "provider.google"
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google': evaluating
2018/02/28 09:25:59 [TRACE] [walkPlan] Entering eval tree: provider.google
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInitProvider
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Authenticating using DefaultClient
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating GCE client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating GCE Beta client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating GKE client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud DNS client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud KMS Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Stackdriver Logging client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Storage Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google SqlAdmin Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Pubsub Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Dataflow Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud ResourceManager Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud ResourceManager V Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud IAM Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud Service Management Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud Billing Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud BigQuery Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud CloudFunctions Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud Source Repo Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud Spanner Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud Dataproc Client...
2018-02-28T09:25:59.651Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:25:59 [INFO] Instantiating Google Cloud IoT Core Client...
2018/02/28 09:25:59 [TRACE] [walkPlan] Exiting eval tree: provider.google
2018/02/28 09:25:59 [TRACE] dag/walk: walking "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': evaluating
2018/02/28 09:25:59 [TRACE] [walkPlan] Entering eval tree: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInterpolate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalIf
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/02/28 09:25:59 [TRACE] [walkPlan] Exiting eval tree: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': expanding/walking dynamic subgraph
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
google_container_cluster.primary - *terraform.NodePlannableResourceInstance
2018/02/28 09:25:59 [TRACE] OrphanResourceCount: Starting...
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
google_container_cluster.primary - *terraform.NodePlannableResourceInstance
2018/02/28 09:25:59 [DEBUG] Resource state not found for "google_container_cluster.primary": google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_container_cluster.primary - *terraform.NodePlannableResourceInstance
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.TargetsTransformer:
google_container_cluster.primary - *terraform.NodePlannableResourceInstance
2018/02/28 09:25:59 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: []
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_container_cluster.primary - *terraform.NodePlannableResourceInstance
2018/02/28 09:25:59 [TRACE] Graph after step *terraform.RootTransformer:
google_container_cluster.primary - *terraform.NodePlannableResourceInstance
2018/02/28 09:25:59 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] dag/walk: walking "google_container_cluster.primary"
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.google_container_cluster.primary': evaluating
2018/02/28 09:25:59 [TRACE] [walkPlan] Entering eval tree: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalInterpolate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalValidateResource
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalReadState
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalDiff
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteState
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/02/28 09:25:59 [TRACE] [walkPlan] Exiting eval tree: google_container_cluster.primary
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.client_certificate"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_certificate': walking
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.client_key"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_key': walking
2018/02/28 09:25:59 [TRACE] dag/walk: walking "output.cluster_ca_certificate"
2018/02/28 09:25:59 [TRACE] dag/walk: walking "provider.google (close)"
2018/02/28 09:25:59 [TRACE] vertex 'root.output.cluster_ca_certificate': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google (close)': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_certificate': evaluating
2018/02/28 09:25:59 [TRACE] vertex 'root.output.client_key': evaluating
2018/02/28 09:25:59 [TRACE] vertex 'root.output.cluster_ca_certificate': evaluating
2018/02/28 09:25:59 [TRACE] [walkPlan] Entering eval tree: output.cluster_ca_certificate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] [walkPlan] Entering eval tree: output.client_key
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] vertex 'root.provider.google (close)': evaluating
2018/02/28 09:25:59 [TRACE] [walkPlan] Entering eval tree: provider.google (close)
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/02/28 09:25:59 [TRACE] [walkPlan] Exiting eval tree: provider.google (close)
2018/02/28 09:25:59 [TRACE] [walkPlan] Entering eval tree: output.client_certificate
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalWriteOutput
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkPlan] Exiting eval tree: output.cluster_ca_certificate
2018/02/28 09:25:59 [TRACE] [walkPlan] Exiting eval tree: output.client_key
2018/02/28 09:25:59 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:25:59 [TRACE] [walkPlan] Exiting eval tree: output.client_certificate
2018/02/28 09:25:59 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/02/28 09:25:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/02/28 09:25:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/02/28 09:25:59 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/02/28 09:25:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/02/28 09:25:59 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/02/28 09:25:59 [TRACE] dag/walk: walking "root"
2018/02/28 09:25:59 [TRACE] vertex 'root.root': walking
2018/02/28 09:25:59 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/02/28 09:26:01 [INFO] terraform: building graph: GraphTypeApply
2018/02/28 09:26:01 [TRACE] DiffTransformer: starting
2018/02/28 09:26:01 [TRACE] DiffTransformer: Module: CREATE: google_container_cluster.primary
additional_zones.#: "" => "2"
additional_zones.114014501: "" => "us-central1-b"
additional_zones.533760100: "" => "us-central1-c"
addons_config.#: "" => "<computed>"
cluster_ipv4_cidr: "" => "<computed>" (forces new resource)
enable_kubernetes_alpha: "" => "false" (forces new resource)
enable_legacy_abac: "" => "true"
endpoint: "" => "<computed>"
initial_node_count: "" => "3" (forces new resource)
instance_group_urls.#: "" => "<computed>"
logging_service: "" => "<computed>"
master_auth.#: "" => "1" (forces new resource)
master_auth.0.client_certificate: "" => "<computed>"
master_auth.0.client_key: "<sensitive>" => "<sensitive>" (attribute changed)
master_auth.0.cluster_ca_certificate: "" => "<computed>"
master_auth.0.password: "<sensitive>" => "<sensitive>" (forces new resource)
master_auth.0.username: "" => "mr.yoda" (forces new resource)
master_version: "" => "<computed>"
monitoring_service: "" => "<computed>"
name: "" => "allister" (forces new resource)
network: "" => "default" (forces new resource)
network_policy.#: "" => "<computed>"
node_config.#: "" => "1" (forces new resource)
node_config.0.disk_size_gb: "" => "<computed>" (forces new resource)
node_config.0.image_type: "" => "<computed>" (forces new resource)
node_config.0.labels.%: "" => "1" (forces new resource)
node_config.0.labels.foo: "" => "bar" (forces new resource)
node_config.0.local_ssd_count: "" => "<computed>" (forces new resource)
node_config.0.machine_type: "" => "<computed>" (forces new resource)
node_config.0.oauth_scopes.#: "" => "4" (forces new resource)
node_config.0.oauth_scopes.1277378754: "" => "https://www.googleapis.com/auth/monitoring" (forces new resource)
node_config.0.oauth_scopes.1632638332: "" => "https://www.googleapis.com/auth/devstorage.read_only" (forces new resource)
node_config.0.oauth_scopes.172152165: "" => "https://www.googleapis.com/auth/logging.write" (forces new resource)
node_config.0.oauth_scopes.299962681: "" => "https://www.googleapis.com/auth/compute" (forces new resource)
node_config.0.preemptible: "" => "false" (forces new resource)
node_config.0.service_account: "" => "<computed>" (forces new resource)
node_config.0.tags.#: "" => "2" (forces new resource)
node_config.0.tags.0: "" => "foo" (forces new resource)
node_config.0.tags.1: "" => "bar" (forces new resource)
node_pool.#: "" => "<computed>" (forces new resource)
node_version: "" => "<computed>"
project: "" => "<computed>" (forces new resource)
zone: "" => "us-central1-a" (forces new resource)
2018/02/28 09:26:01 [TRACE] DiffTransformer: Resource "google_container_cluster.primary": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"instance_group_urls.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "node_config.0.machine_type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.oauth_scopes.299962681":*terraform.ResourceAttrDiff{Old:"", New:"https://www.googleapis.com/auth/compute", NewComputed:false, NewRemoved:false, NewExtra:"https://www.googleapis.com/auth/compute", RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "enable_legacy_abac":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "node_config.0.labels.%":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.image_type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "monitoring_service":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "project":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.disk_size_gb":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "initial_node_count":*terraform.ResourceAttrDiff{Old:"", New:"3", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "zone":*terraform.ResourceAttrDiff{Old:"", New:"us-central1-a", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.oauth_scopes.1632638332":*terraform.ResourceAttrDiff{Old:"", New:"https://www.googleapis.com/auth/devstorage.read_only", NewComputed:false, NewRemoved:false, NewExtra:"https://www.googleapis.com/auth/devstorage.read_only", RequiresNew:true, Sensitive:false, Type:0x0}, "master_auth.0.password":*terraform.ResourceAttrDiff{Old:"", New:"adoyhry5rtytrh.rm", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:true, Type:0x0}, "network":*terraform.ResourceAttrDiff{Old:"", New:"default", NewComputed:false, NewRemoved:false, NewExtra:"default", RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.preemptible":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "master_auth.0.client_key":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:true, Type:0x0}, "node_config.0.tags.1":*terraform.ResourceAttrDiff{Old:"", New:"bar", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "master_auth.0.username":*terraform.ResourceAttrDiff{Old:"", New:"mr.yoda", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "master_auth.0.client_certificate":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "node_config.0.tags.#":*terraform.ResourceAttrDiff{Old:"", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "master_auth.0.cluster_ca_certificate":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_policy.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "node_config.0.labels.foo":*terraform.ResourceAttrDiff{Old:"", New:"bar", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "master_version":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "node_config.0.service_account":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "endpoint":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"allister", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.tags.0":*terraform.ResourceAttrDiff{Old:"", New:"foo", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.oauth_scopes.1277378754":*terraform.ResourceAttrDiff{Old:"", New:"https://www.googleapis.com/auth/monitoring", NewComputed:false, NewRemoved:false, NewExtra:"https://www.googleapis.com/auth/monitoring", RequiresNew:true, Sensitive:false, Type:0x0}, "node_version":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "additional_zones.#":*terraform.ResourceAttrDiff{Old:"", New:"2", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "cluster_ipv4_cidr":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.local_ssd_count":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "additional_zones.114014501":*terraform.ResourceAttrDiff{Old:"", New:"us-central1-b", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "additional_zones.533760100":*terraform.ResourceAttrDiff{Old:"", New:"us-central1-c", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "enable_kubernetes_alpha":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.oauth_scopes.#":*terraform.ResourceAttrDiff{Old:"", New:"4", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "master_auth.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "addons_config.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "logging_service":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "node_pool.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "node_config.0.oauth_scopes.172152165":*terraform.ResourceAttrDiff{Old:"", New:"https://www.googleapis.com/auth/logging.write", NewComputed:false, NewRemoved:false, NewExtra:"https://www.googleapis.com/auth/logging.write", RequiresNew:true, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.DiffTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
2018/02/28 09:26:01 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/02/28 09:26:01 [TRACE] AttachResourceConfigTransformer: Attach resource config request: google_container_cluster.primary
2018/02/28 09:26:01 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"primary", Type:"google_container_cluster", RawCount:(*config.RawConfig)(0xc420378c40), RawConfig:(*config.RawConfig)(0xc420378bd0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
2018/02/28 09:26:01 [DEBUG] Resource state not found for "google_container_cluster.primary": google_container_cluster.primary
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.AttachStateTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
2018/02/28 09:26:01 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/02/28 09:26:01 [TRACE] Attach provider request: []string{} google
2018/02/28 09:26:01 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"google", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc420378b60)}
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.MissingProviderTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [DEBUG] resource google_container_cluster.primary using provider provider.google
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.ProviderTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.PruneProviderTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.ParentProviderTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.graphTransformerMulti:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.ProvisionerTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.RootVariableTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.LocalTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.OutputTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: []
2018/02/28 09:26:01 [DEBUG] ReferenceTransformer: "provider.google" references: []
2018/02/28 09:26:01 [DEBUG] ReferenceTransformer: "output.client_certificate" references: [google_container_cluster.primary]
2018/02/28 09:26:01 [DEBUG] ReferenceTransformer: "output.client_key" references: [google_container_cluster.primary]
2018/02/28 09:26:01 [DEBUG] ReferenceTransformer: "output.cluster_ca_certificate" references: [google_container_cluster.primary]
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.ReferenceTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.TargetsTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.CloseProviderTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.RootTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
2018/02/28 09:26:01 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
output.client_certificate - *terraform.NodeApplyableOutput
output.client_key - *terraform.NodeApplyableOutput
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
output.client_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.client_key - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
output.cluster_ca_certificate - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
2018/02/28 09:26:01 [DEBUG] Starting graph walk: walkApply
2018/02/28 09:26:01 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2018/02/28 09:26:01 [TRACE] dag/walk: added new vertex: "root"
2018/02/28 09:26:01 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2018/02/28 09:26:01 [TRACE] dag/walk: added new vertex: "provider.google"
2018/02/28 09:26:01 [TRACE] dag/walk: added new vertex: "output.client_certificate"
2018/02/28 09:26:01 [TRACE] dag/walk: added new vertex: "output.client_key"
2018/02/28 09:26:01 [TRACE] dag/walk: added new vertex: "output.cluster_ca_certificate"
2018/02/28 09:26:01 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "output.client_certificate" waiting on "google_container_cluster.primary"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.cluster_ca_certificate"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.client_key"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "output.cluster_ca_certificate" waiting on "google_container_cluster.primary"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_container_cluster.primary"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "output.client_key" waiting on "google_container_cluster.primary"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.client_certificate"
2018/02/28 09:26:01 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "provider.google"
2018/02/28 09:26:01 [TRACE] dag/walk: dependencies changed for "output.client_certificate", sending new deps
2018/02/28 09:26:01 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/02/28 09:26:01 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/02/28 09:26:01 [TRACE] dag/walk: dependencies changed for "output.cluster_ca_certificate", sending new deps
2018/02/28 09:26:01 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2018/02/28 09:26:01 [TRACE] dag/walk: dependencies changed for "output.client_key", sending new deps
2018/02/28 09:26:01 [TRACE] dag/walk: dependencies changed for "google_container_cluster.primary", sending new deps
2018/02/28 09:26:01 [TRACE] dag/walk: walking "provider.google"
2018/02/28 09:26:01 [TRACE] vertex 'root.provider.google': walking
2018/02/28 09:26:01 [TRACE] vertex 'root.provider.google': evaluating
2018/02/28 09:26:01 [TRACE] [walkApply] Entering eval tree: provider.google
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalInitProvider
2018/02/28 09:26:01 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:26:01 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalGetProvider
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalOpFilter
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Authenticating using DefaultClient
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating GCE client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating GCE Beta client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating GKE client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud DNS client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud KMS Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Stackdriver Logging client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Storage Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google SqlAdmin Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Pubsub Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Dataflow Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud ResourceManager Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud ResourceManager V Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud Runtimeconfig Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud IAM Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud Service Management Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud Billing Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud BigQuery Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud CloudFunctions Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud Source Repo Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud Spanner Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud Dataproc Client...
2018-02-28T09:26:01.917Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [INFO] Instantiating Google Cloud IoT Core Client...
2018/02/28 09:26:01 [TRACE] [walkApply] Exiting eval tree: provider.google
2018/02/28 09:26:01 [TRACE] dag/walk: walking "google_container_cluster.primary"
2018/02/28 09:26:01 [TRACE] vertex 'root.google_container_cluster.primary': walking
2018/02/28 09:26:01 [TRACE] vertex 'root.google_container_cluster.primary': evaluating
2018/02/28 09:26:01 [TRACE] [walkApply] Entering eval tree: google_container_cluster.primary
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalSequence
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalReadDiff
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalIf
2018/02/28 09:26:01 [TRACE] root: eval: terraform.EvalNoop
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalIf
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalInterpolate
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalGetProvider
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalReadState
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalValidateResource
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalDiff
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalReadDiff
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalCompareDiff
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalGetProvider
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalReadState
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalApplyPre
2018/02/28 09:26:01 [TRACE] root: eval: *terraform.EvalApply
2018/02/28 09:26:01 [DEBUG] apply: google_container_cluster.primary: executing Apply
2018-02-28T09:26:01.922Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [DEBUG] Locking "google-container-cluster/revoked/us-central1-a/allister"
2018-02-28T09:26:01.922Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:01 [DEBUG] Locked "google-container-cluster/revoked/us-central1-a/allister"
2018-02-28T09:26:05.158Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:05 [DEBUG] Waiting for state to become: [DONE]
2018-02-28T09:26:05.352Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:05 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:26:05.352Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:05 [TRACE] Waiting 3s before next try
2018/02/28 09:26:06 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:06 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:06 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:06 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:06 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:06 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018-02-28T09:26:08.550Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:08 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:26:08.550Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:08 [TRACE] Waiting 6s before next try
2018/02/28 09:26:11 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:11 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:11 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:11 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:11 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:11 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018-02-28T09:26:14.899Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:14 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:26:14.899Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:14 [TRACE] Waiting 10s before next try
2018/02/28 09:26:16 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:16 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:16 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:16 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:16 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:16 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:21 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:21 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:21 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:21 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:21 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:21 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018-02-28T09:26:25.132Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:25 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:26:25.132Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:25 [TRACE] Waiting 10s before next try
2018/02/28 09:26:26 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:26 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:26 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:26 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:26 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:26 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:31 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:31 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:31 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:31 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:31 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:31 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018-02-28T09:26:35.363Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:35 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:26:35.363Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:35 [TRACE] Waiting 10s before next try
2018/02/28 09:26:36 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:36 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:36 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:36 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:36 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:36 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:41 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:41 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:41 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:41 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:41 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:41 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018-02-28T09:26:45.525Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:45 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:26:45.525Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:45 [TRACE] Waiting 10s before next try
2018/02/28 09:26:46 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:46 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:46 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:46 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:46 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:46 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:51 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:51 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:51 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:51 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:51 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:51 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018-02-28T09:26:55.740Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:55 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:26:55.740Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:26:55 [TRACE] Waiting 10s before next try
2018/02/28 09:26:56 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:26:56 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:26:56 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:56 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:56 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:26:56 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:01 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:01 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:01 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:01 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:01 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:01 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018-02-28T09:27:06.002Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:06 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:27:06.002Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:06 [TRACE] Waiting 10s before next try
2018/02/28 09:27:06 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:06 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:06 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:06 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:06 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:06 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:11 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:11 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:11 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:11 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:11 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:11 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018-02-28T09:27:16.220Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:16 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:27:16.220Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:16 [TRACE] Waiting 10s before next try
2018/02/28 09:27:16 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:16 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:16 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:16 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:16 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:16 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:21 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:21 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:21 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:21 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:21 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:21 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018-02-28T09:27:26.384Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:26 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:27:26.384Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:26 [TRACE] Waiting 10s before next try
2018/02/28 09:27:26 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:26 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:26 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:26 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:26 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:26 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:31 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:31 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:31 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:31 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:31 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:31 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018-02-28T09:27:36.570Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:36 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:27:36.570Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:36 [TRACE] Waiting 10s before next try
2018/02/28 09:27:36 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:36 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:36 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:36 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:36 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:36 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:41 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:41 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:41 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:41 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:41 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:41 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018-02-28T09:27:46.728Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:46 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "RUNNING"
2018-02-28T09:27:46.728Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:46 [TRACE] Waiting 10s before next try
2018/02/28 09:27:46 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:46 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:46 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:46 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:46 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:46 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:51 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:51 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:51 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:51 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:51 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:51 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:56 [TRACE] dag/walk: vertex "provider.google (close)", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:56 [TRACE] dag/walk: vertex "output.cluster_ca_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:56 [TRACE] dag/walk: vertex "output.client_certificate", waiting for: "google_container_cluster.primary"
2018/02/28 09:27:56 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:56 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "output.cluster_ca_certificate"
2018/02/28 09:27:56 [TRACE] dag/walk: vertex "output.client_key", waiting for: "google_container_cluster.primary"
2018-02-28T09:27:57.026Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:57 [DEBUG] Progress of operation "operation-1519809965019-6beeadb3": "DONE"
2018-02-28T09:27:57.026Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:57 [INFO] GKE cluster allister has been created
2018-02-28T09:27:57.026Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:57 [DEBUG] Waiting for state to become: [success]
2018-02-28T09:27:57.303Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:57 [DEBUG] Unlocking "google-container-cluster/revoked/us-central1-a/allister"
2018-02-28T09:27:57.303Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: 2018/02/28 09:27:57 [DEBUG] Unlocked "google-container-cluster/revoked/us-central1-a/allister"
2018-02-28T09:27:57.305Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: panic: runtime error: index out of range
2018-02-28T09:27:57.305Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4:
2018-02-28T09:27:57.305Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: goroutine 54 [running]:
2018-02-28T09:27:57.305Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: github.com/terraform-providers/terraform-provider-google/google.flattenNodePool(0xc4204549a0, 0xc4205b2480, 0xc4203684e0, 0xc420786e20, 0xc, 0xc420786e20, 0xc, 0x180673b)
2018-02-28T09:27:57.305Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/google/resource_container_node_pool.go:371 +0xcf5
2018-02-28T09:27:57.305Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: github.com/terraform-providers/terraform-provider-google/google.flattenClusterNodePools(0xc4204549a0, 0xc4205b2480, 0xc4207806e0, 0x1, 0x4, 0x0, 0x0, 0x2, 0x1032b3b, 0x2eb4df0)
2018-02-28T09:27:57.305Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/google/resource_container_cluster.go:1210 +0x190
2018-02-28T09:27:57.305Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: github.com/terraform-providers/terraform-provider-google/google.resourceContainerClusterRead(0xc4204549a0, 0x211db00, 0xc4205b2480, 0x1, 0x1)
2018-02-28T09:27:57.305Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/google/resource_container_cluster.go:640 +0x1184
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: github.com/terraform-providers/terraform-provider-google/google.resourceContainerClusterCreate(0xc4204549a0, 0x211db00, 0xc4205b2480, 0x0, 0x0)
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/google/resource_container_cluster.go:554 +0x1566
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc4203f6930, 0xc42015a280, 0xc4205fef60, 0x211db00, 0xc4205b2480, 0x1, 0xc4205ea2d0, 0xc4205ea2d0)
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:227 +0x364
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc420395490, 0xc42015a1e0, 0xc42015a280, 0xc4205fef60, 0x3319000, 0x0, 0x18)
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:283 +0xa4
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Apply(0xc42013dc80, 0xc4205fe040, 0xc4205e2390, 0x0, 0x0)
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:527 +0x57
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: reflect.Value.call(0xc4203f0300, 0xc42023e000, 0x13, 0x240df89, 0x4, 0xc420047f20, 0x3, 0x3, 0xc4203fa6e8, 0xc4204898a8, ...)
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /usr/local/go/src/reflect/value.go:434 +0x905
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: reflect.Value.Call(0xc4203f0300, 0xc42023e000, 0x13, 0xc4203fa720, 0x3, 0x3, 0xc400000004, 0x0, 0x0)
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /usr/local/go/src/reflect/value.go:302 +0xa4
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: net/rpc.(*service).call(0xc42023c040, 0xc42015a190, 0xc420560040, 0xc42041a200, 0xc4205fe520, 0x1fe4ea0, 0xc4205fe040, 0x16, 0x1fe4ee0, 0xc4205e2390, ...)
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /usr/local/go/src/net/rpc/server.go:381 +0x142
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: created by net/rpc.(*Server).ServeCodec
2018-02-28T09:27:57.306Z [DEBUG] plugin.terraform-provider-google_v1.6.0_x4: /usr/local/go/src/net/rpc/server.go:475 +0x36b
2018/02/28 09:27:57 [TRACE] root: eval: *terraform.EvalWriteState
2018/02/28 09:27:57 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018/02/28 09:27:57 [TRACE] root: eval: *terraform.EvalIf
2018/02/28 09:27:57 [TRACE] root: eval: *terraform.EvalWriteState
2018/02/28 09:27:57 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/02/28 09:27:57 [TRACE] root: eval: *terraform.EvalApplyPost
2018/02/28 09:27:57 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* google_container_cluster.primary: unexpected EOF
2018/02/28 09:27:57 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* google_container_cluster.primary: unexpected EOF
2018/02/28 09:27:57 [TRACE] [walkApply] Exiting eval tree: google_container_cluster.primary
2018/02/28 09:27:57 [TRACE] dag/walk: upstream errored, not walking "provider.google (close)"
2018/02/28 09:27:57 [TRACE] dag/walk: upstream errored, not walking "output.client_certificate"
2018/02/28 09:27:57 [TRACE] dag/walk: upstream errored, not walking "output.client_key"
2018/02/28 09:27:57 [TRACE] dag/walk: upstream errored, not walking "output.cluster_ca_certificate"
2018/02/28 09:27:57 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"
2018/02/28 09:27:57 [TRACE] dag/walk: upstream errored, not walking "root"
2018-02-28T09:27:57.309Z [DEBUG] plugin: plugin process exited: path=/Users/allisterantosik/Projects/personal/juno-inf/kubernetes/.terraform/plugins/darwin_amd64/terraform-provider-google_v1.6.0_x4
2018/02/28 09:27:57 [TRACE] Preserving existing state lineage "a5870f7a-3d8f-4512-8cc0-3412fe380090"
2018/02/28 09:27:57 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-02-28T09:27:57.311Z [WARN ] plugin: error closing client during Kill: err="connection is shut down"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment