Skip to content

Instantly share code, notes, and snippets.

@thundergolfer
Created October 18, 2019 10:01
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 thundergolfer/acb906ed1d63ce89e120184e58e2c3f1 to your computer and use it in GitHub Desktop.
Save thundergolfer/acb906ed1d63ce89e120184e58e2c3f1 to your computer and use it in GitHub Desktop.
Terraform bug 2019-10-19
2019/10/18 20:51:47 [INFO] Terraform version: 0.12.9
2019/10/18 20:51:47 [INFO] Go runtime version: go1.13
2019/10/18 20:51:47 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply", "-state=dev.tfstate", "-var-file=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gcloud.tfvars", "-var-file=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/dev.tfvars"}
2019/10/18 20:51:47 [DEBUG] Attempting to open CLI config file: /Users/jonathonbelotti/.terraformrc
2019/10/18 20:51:47 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019/10/18 20:51:47 [INFO] CLI command args: []string{"apply", "-state=dev.tfstate", "-var-file=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gcloud.tfvars", "-var-file=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/dev.tfvars"}
2019/10/18 20:51:47 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2019/10/18 20:51:47 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2019/10/18 20:51:47 [DEBUG] New state was assigned lineage "561072a3-3d9e-a885-3b16-3637e608d0b4"
2019/10/18 20:51:47 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2019/10/18 20:51:47 [TRACE] Meta.Backend: instantiated backend of type <nil>
2019/10/18 20:51:47 [DEBUG] checking for provider in "."
2019/10/18 20:51:47 [DEBUG] checking for provider in "/usr/local/bin"
2019/10/18 20:51:47 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2019/10/18 20:51:47 [DEBUG] found provider "terraform-provider-google-beta_v2.12.0_x4"
2019/10/18 20:51:47 [DEBUG] found provider "terraform-provider-google_v2.10.0_x4"
2019/10/18 20:51:47 [DEBUG] found valid plugin: "google-beta", "2.12.0", "/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google-beta_v2.12.0_x4"
2019/10/18 20:51:47 [DEBUG] found valid plugin: "google", "2.10.0", "/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4"
2019/10/18 20:51:47 [DEBUG] checking for provisioner in "."
2019/10/18 20:51:47 [DEBUG] checking for provisioner in "/usr/local/bin"
2019/10/18 20:51:47 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2019/10/18 20:51:47 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2019/10/18 20:51:47 [TRACE] backend/local: CLI option -state is overriding state path to dev.tfstate
2019/10/18 20:51:47 [INFO] backend/local: starting Apply operation
2019/10/18 20:51:47 [TRACE] backend/local: requesting state manager for workspace "default"
2019/10/18 20:51:47 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from dev.tfstate
- write new snapshots to dev.tfstate
- create any backup at dev.tfstate.backup
2019/10/18 20:51:47 [TRACE] backend/local: requesting state lock for workspace "default"
2019/10/18 20:51:47 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at dev.tfstate
2019/10/18 20:51:47 [TRACE] statemgr.Filesystem: existing snapshot has lineage "32a6edc1-8710-7b0a-517a-cc6c3ff17a5e" serial 1
2019/10/18 20:51:47 [TRACE] statemgr.Filesystem: locking dev.tfstate using fcntl flock
2019/10/18 20:51:47 [TRACE] statemgr.Filesystem: writing lock metadata to .dev.tfstate.lock.info
2019/10/18 20:51:47 [TRACE] backend/local: reading remote state for workspace "default"
2019/10/18 20:51:47 [TRACE] statemgr.Filesystem: reading latest snapshot from dev.tfstate
2019/10/18 20:51:47 [TRACE] statemgr.Filesystem: read snapshot with lineage "32a6edc1-8710-7b0a-517a-cc6c3ff17a5e" serial 1
2019/10/18 20:51:47 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2019/10/18 20:51:47 [TRACE] backend/local: building context for current working directory
2019/10/18 20:51:47 [TRACE] terraform.NewContext: starting
2019/10/18 20:51:47 [TRACE] terraform.NewContext: resolving provider version selections
2019/10/18 20:51:47 [TRACE] terraform.NewContext: loading provider schemas
2019/10/18 20:51:47 [TRACE] LoadSchemas: retrieving schema for provider type "google"
2019-10-18T20:51:47.507+1100 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:51:47.538+1100 [DEBUG] plugin: starting plugin: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 args=[/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4]
2019-10-18T20:51:47.542+1100 [DEBUG] plugin: plugin started: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88244
2019-10-18T20:51:47.543+1100 [DEBUG] plugin: waiting for RPC address: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4
2019-10-18T20:51:47.556+1100 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-10-18T20:51:47.556+1100
2019-10-18T20:51:47.585+1100 [DEBUG] plugin: using plugin: version=5
2019-10-18T20:51:47.585+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin150494555 network=unix timestamp=2019-10-18T20:51:47.585+1100
2019/10/18 20:51:47 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:51:47 [TRACE] GRPCProvider: Close
2019-10-18T20:51:47.664+1100 [DEBUG] plugin: plugin process exited: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88244
2019-10-18T20:51:47.664+1100 [DEBUG] plugin: plugin exited
2019/10/18 20:51:47 [TRACE] LoadSchemas: retrieving schema for provider type "google-beta"
2019-10-18T20:51:47.664+1100 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:51:47.690+1100 [DEBUG] plugin: starting plugin: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google-beta_v2.12.0_x4 args=[/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google-beta_v2.12.0_x4]
2019-10-18T20:51:47.695+1100 [DEBUG] plugin: plugin started: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google-beta_v2.12.0_x4 pid=88245
2019-10-18T20:51:47.695+1100 [DEBUG] plugin: waiting for RPC address: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google-beta_v2.12.0_x4
2019-10-18T20:51:47.709+1100 [INFO] plugin.terraform-provider-google-beta_v2.12.0_x4: configuring server automatic mTLS: timestamp=2019-10-18T20:51:47.709+1100
2019-10-18T20:51:47.737+1100 [DEBUG] plugin.terraform-provider-google-beta_v2.12.0_x4: plugin address: address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin131531128 network=unix timestamp=2019-10-18T20:51:47.737+1100
2019-10-18T20:51:47.737+1100 [DEBUG] plugin: using plugin: version=5
2019/10/18 20:51:47 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:51:47 [TRACE] GRPCProvider: Close
2019-10-18T20:51:47.821+1100 [DEBUG] plugin: plugin process exited: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google-beta_v2.12.0_x4 pid=88245
2019-10-18T20:51:47.821+1100 [DEBUG] plugin: plugin exited
2019/10/18 20:51:47 [TRACE] LoadSchemas: retrieving schema for provisioner "local-exec"
2019-10-18T20:51:47.821+1100 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, local-exec]
2019-10-18T20:51:47.823+1100 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=88246
2019-10-18T20:51:47.823+1100 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2019-10-18T20:51:47.837+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [INFO] Terraform version: 0.12.9
2019-10-18T20:51:47.837+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [INFO] Go runtime version: go1.13
2019-10-18T20:51:47.837+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "local-exec"}
2019-10-18T20:51:47.837+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [DEBUG] Attempting to open CLI config file: /Users/jonathonbelotti/.terraformrc
2019-10-18T20:51:47.837+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-10-18T20:51:47.837+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "local-exec"}
2019-10-18T20:51:47.837+1100 [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2019/10/18 20:51:47 [INFO] Starting provisioner plugin local-exec
2019-10-18T20:51:47.838+1100 [DEBUG] plugin.terraform: plugin address: address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin277524341 network=unix timestamp=2019-10-18T20:51:47.838+1100
2019-10-18T20:51:47.838+1100 [DEBUG] plugin: using plugin: version=5
2019-10-18T20:51:47.842+1100 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=88246
2019-10-18T20:51:47.842+1100 [DEBUG] plugin: plugin exited
2019/10/18 20:51:47 [TRACE] terraform.NewContext: complete
2019/10/18 20:51:47 [TRACE] backend/local: finished building terraform.Context
2019/10/18 20:51:47 [TRACE] backend/local: requesting interactive input, if necessary
2019/10/18 20:51:47 [TRACE] Context.Input: Prompting for variables
2019/10/18 20:51:47 [TRACE] Context.Input: Prompting for provider arguments
2019/10/18 20:51:47 [TRACE] Context.Input: Provider provider.google declared at gke.tf:36,1-18
2019/10/18 20:51:47 [TRACE] Context.Input: Provider provider.google-beta declared at gke.tf:41,1-23
2019/10/18 20:51:47 [TRACE] Context.Input: Input for provider.google: map[string]cty.Value{}
2019/10/18 20:51:47 [TRACE] Context.Input: Input for provider.google-beta: map[string]cty.Value{}
2019/10/18 20:51:47 [TRACE] backend/local: running validation operation
2019/10/18 20:51:47 [INFO] terraform: building graph: GraphTypeValidate
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/10/18 20:51:47 [TRACE] ConfigTransformer: Starting for path:
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.StateTransformer
2019/10/18 20:51:47 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/10/18 20:51:47 [TRACE] AttachResourceConfigTransformer: attaching to "google_project_service.container" (*terraform.NodeValidatableResource) config from gke.tf:114,1-46
2019/10/18 20:51:47 [TRACE] AttachResourceConfigTransformer: attaching to "data.google_container_engine_versions.gke_versions" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"gke.tf", Start:hcl.Pos{Line:54, Column:1, Byte:1775}, End:hcl.Pos{Line:54, Column:55, Byte:1829}}
2019/10/18 20:51:47 [TRACE] AttachResourceConfigTransformer: attaching to "google_container_cluster.primary" (*terraform.NodeValidatableResource) config from gke.tf:58,1-46
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/10/18 20:51:47 [TRACE] MissingProviderTransformer: added implicit provisioner local-exec, first implied by google_container_cluster.primary
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/10/18 20:51:47 [TRACE] ProvisionerTransformer: google_container_cluster.primary is provisioned by local-exec ("provisioner.local-exec")
2019/10/18 20:51:47 [TRACE] ProvisionerTransformer: google_container_cluster.primary is provisioned by local-exec ("provisioner.local-exec")
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.ProvisionerTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/10/18 20:51:47 [TRACE] ProviderConfigTransformer: attaching to "provider.google" provider configuration from gke.tf:36,1-18
2019/10/18 20:51:47 [TRACE] ProviderConfigTransformer: attaching to "provider.google-beta" provider configuration from gke.tf:41,1-23
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.google-beta - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/10/18 20:51:47 [TRACE] ProviderTransformer: data.google_container_engine_versions.gke_versions is provided by provider.google or inherited equivalent
2019/10/18 20:51:47 [TRACE] ProviderTransformer: google_container_cluster.primary is provided by provider.google or inherited equivalent
2019/10/18 20:51:47 [TRACE] ProviderTransformer: google_project_service.container is provided by provider.google or inherited equivalent
2019/10/18 20:51:47 [TRACE] ProviderTransformer: exact match for provider.google serving data.google_container_engine_versions.gke_versions
2019/10/18 20:51:47 [DEBUG] ProviderTransformer: "data.google_container_engine_versions.gke_versions" (*terraform.NodeValidatableResource) needs provider.google
2019/10/18 20:51:47 [TRACE] ProviderTransformer: exact match for provider.google serving google_container_cluster.primary
2019/10/18 20:51:47 [DEBUG] ProviderTransformer: "google_container_cluster.primary" (*terraform.NodeValidatableResource) needs provider.google
2019/10/18 20:51:47 [TRACE] ProviderTransformer: exact match for provider.google serving google_project_service.container
2019/10/18 20:51:47 [DEBUG] ProviderTransformer: "google_project_service.container" (*terraform.NodeValidatableResource) needs provider.google
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.google-beta - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/10/18 20:51:47 [DEBUG] pruning unused provider.google-beta
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/10/18 20:51:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/10/18 20:51:47 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.google
2019/10/18 20:51:47 [TRACE] AttachSchemaTransformer: attaching resource schema to google_container_cluster.primary
2019/10/18 20:51:47 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary
2019/10/18 20:51:47 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary
2019/10/18 20:51:47 [TRACE] AttachSchemaTransformer: attaching resource schema to google_project_service.container
2019/10/18 20:51:47 [TRACE] AttachSchemaTransformer: attaching resource schema to data.google_container_engine_versions.gke_versions
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "var.project" references: []
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "var.node_machine_type" references: []
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "data.google_container_engine_versions.gke_versions" references: [var.zone]
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "google_project_service.container" references: []
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "output.cluster_name" references: [google_container_cluster.primary]
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "output.primary_zone" references: [google_container_cluster.primary]
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "var.zone" references: []
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "provisioner.local-exec" references: []
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "provider.google" references: [var.project]
2019/10/18 20:51:47 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: [data.google_container_engine_versions.gke_versions var.zone var.node_machine_type var.project]
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeValidatableResource
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeValidatableResource
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeValidatableResource
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeValidatableResource
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
google_container_cluster.primary - *terraform.NodeValidatableResource
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeValidatableResource
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
google_container_cluster.primary - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/10/18 20:51:47 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeValidatableResource
data.google_container_engine_versions.gke_versions - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_project_service.container - *terraform.NodeValidatableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeValidatableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeValidatableResource
google_project_service.container - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
google_container_cluster.primary - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:47 [DEBUG] Starting graph walk: walkValidate
2019/10/18 20:51:47 [TRACE] dag/walk: updating graph
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "root"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "var.project"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "output.primary_zone"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "provider.google"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "var.zone"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "provisioner.local-exec"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "google_project_service.container"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "var.node_machine_type"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "output.cluster_name"
2019/10/18 20:51:47 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.project"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "data.google_container_engine_versions.gke_versions" waiting on "provider.google"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "provisioner.local-exec"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_container_cluster.primary"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "google_project_service.container" waiting on "provider.google"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "var.node_machine_type"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "data.google_container_engine_versions.gke_versions" waiting on "var.zone"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.primary_zone"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "google_container_cluster.primary"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_project_service.container"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.cluster_name"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "output.cluster_name" waiting on "google_container_cluster.primary"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "output.primary_zone" waiting on "google_container_cluster.primary"
2019/10/18 20:51:47 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "google_project_service.container"
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "data.google_container_engine_versions.gke_versions", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "google_project_service.container", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "output.cluster_name", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "output.primary_zone", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: dependencies changed for "google_container_cluster.primary", sending new deps
2019/10/18 20:51:47 [TRACE] dag/walk: visiting "var.project"
2019/10/18 20:51:47 [TRACE] dag/walk: visiting "var.node_machine_type"
2019/10/18 20:51:47 [TRACE] vertex "var.node_machine_type": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:51:47 [TRACE] vertex "var.project": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:51:47 [TRACE] vertex "var.project": visit complete
2019/10/18 20:51:47 [TRACE] dag/walk: visiting "provider.google"
2019/10/18 20:51:47 [TRACE] vertex "provider.google": starting visit (*terraform.NodeApplyableProvider)
2019/10/18 20:51:47 [TRACE] vertex "var.node_machine_type": visit complete
2019/10/18 20:51:47 [TRACE] dag/walk: visiting "var.zone"
2019/10/18 20:51:47 [TRACE] vertex "var.zone": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:51:47 [TRACE] vertex "var.zone": visit complete
2019/10/18 20:51:47 [TRACE] dag/walk: visiting "provisioner.local-exec"
2019/10/18 20:51:47 [TRACE] vertex "provisioner.local-exec": starting visit (*terraform.NodeProvisioner)
2019/10/18 20:51:47 [TRACE] vertex "provisioner.local-exec": evaluating
2019/10/18 20:51:47 [TRACE] [walkValidate] Entering eval tree: provisioner.local-exec
2019/10/18 20:51:47 [TRACE] vertex "provider.google": evaluating
2019/10/18 20:51:47 [TRACE] [walkValidate] Entering eval tree: provider.google
2019/10/18 20:51:47 [TRACE] <root>: eval: *terraform.EvalInitProvisioner
2019/10/18 20:51:47 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:47 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-10-18T20:51:47.850+1100 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, local-exec]
2019-10-18T20:51:47.850+1100 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:51:47.851+1100 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=88247
2019-10-18T20:51:47.851+1100 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2019-10-18T20:51:47.865+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [INFO] Terraform version: 0.12.9
2019-10-18T20:51:47.865+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [INFO] Go runtime version: go1.13
2019-10-18T20:51:47.865+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "local-exec"}
2019-10-18T20:51:47.865+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [DEBUG] Attempting to open CLI config file: /Users/jonathonbelotti/.terraformrc
2019-10-18T20:51:47.865+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-10-18T20:51:47.865+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:47 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "local-exec"}
2019-10-18T20:51:47.866+1100 [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2019/10/18 20:51:47 [INFO] Starting provisioner plugin local-exec
2019-10-18T20:51:47.866+1100 [DEBUG] plugin.terraform: plugin address: address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin194108842 network=unix timestamp=2019-10-18T20:51:47.866+1100
2019-10-18T20:51:47.866+1100 [DEBUG] plugin: using plugin: version=5
2019/10/18 20:51:47 [TRACE] [walkValidate] Exiting eval tree: provisioner.local-exec
2019/10/18 20:51:47 [TRACE] vertex "provisioner.local-exec": visit complete
2019-10-18T20:51:47.877+1100 [DEBUG] plugin: starting plugin: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 args=[/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4]
2019-10-18T20:51:47.881+1100 [DEBUG] plugin: plugin started: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88248
2019-10-18T20:51:47.881+1100 [DEBUG] plugin: waiting for RPC address: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4
2019-10-18T20:51:47.895+1100 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-10-18T20:51:47.895+1100
2019-10-18T20:51:47.921+1100 [DEBUG] plugin: using plugin: version=5
2019-10-18T20:51:47.921+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin288014655 network=unix timestamp=2019-10-18T20:51:47.921+1100
2019/10/18 20:51:47 [TRACE] BuiltinEvalContext: Initialized "google" provider for provider.google
2019/10/18 20:51:47 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:51:47 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:47 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:47 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:47 [TRACE] <root>: eval: *terraform.EvalValidateProvider
2019/10/18 20:51:47 [TRACE] buildProviderConfig for provider.google: using explicit config only
2019/10/18 20:51:47 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:51:47 [TRACE] GRPCProvider: PrepareProviderConfig
2019/10/18 20:51:48 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:51:48 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:51:48 [TRACE] [walkValidate] Exiting eval tree: provider.google
2019/10/18 20:51:48 [TRACE] vertex "provider.google": visit complete
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "google_project_service.container"
2019/10/18 20:51:48 [TRACE] vertex "google_project_service.container": starting visit (*terraform.NodeValidatableResource)
2019/10/18 20:51:48 [TRACE] vertex "google_project_service.container": evaluating
2019/10/18 20:51:48 [TRACE] [walkValidate] Entering eval tree: google_project_service.container
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:48 [TRACE] vertex "data.google_container_engine_versions.gke_versions": starting visit (*terraform.NodeValidatableResource)
2019/10/18 20:51:48 [TRACE] vertex "data.google_container_engine_versions.gke_versions": evaluating
2019/10/18 20:51:48 [TRACE] [walkValidate] Entering eval tree: data.google_container_engine_versions.gke_versions
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/10/18 20:51:48 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:51:48 [TRACE] GRPCProvider: ValidateDataSourceConfig
2019/10/18 20:51:48 [TRACE] [walkValidate] Exiting eval tree: google_project_service.container
2019/10/18 20:51:48 [TRACE] vertex "google_project_service.container": visit complete
2019/10/18 20:51:48 [TRACE] [walkValidate] Exiting eval tree: data.google_container_engine_versions.gke_versions
2019/10/18 20:51:48 [TRACE] vertex "data.google_container_engine_versions.gke_versions": visit complete
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "google_container_cluster.primary"
2019/10/18 20:51:48 [TRACE] vertex "google_container_cluster.primary": starting visit (*terraform.NodeValidatableResource)
2019/10/18 20:51:48 [TRACE] vertex "google_container_cluster.primary": evaluating
2019/10/18 20:51:48 [TRACE] [walkValidate] Entering eval tree: google_container_cluster.primary
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalValidateResource
2019/10/18 20:51:48 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalGetProvisioner
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalValidateProvisioner
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalGetProvisioner
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalValidateProvisioner
2019/10/18 20:51:48 [TRACE] [walkValidate] Exiting eval tree: google_container_cluster.primary
2019/10/18 20:51:48 [TRACE] vertex "google_container_cluster.primary": visit complete
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "output.cluster_name"
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "output.primary_zone"
2019/10/18 20:51:48 [TRACE] vertex "output.cluster_name": starting visit (*terraform.NodeApplyableOutput)
2019/10/18 20:51:48 [TRACE] vertex "output.primary_zone": starting visit (*terraform.NodeApplyableOutput)
2019/10/18 20:51:48 [TRACE] vertex "output.primary_zone": evaluating
2019/10/18 20:51:48 [TRACE] vertex "output.cluster_name": evaluating
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "provisioner.local-exec (close)"
2019/10/18 20:51:48 [TRACE] [walkValidate] Entering eval tree: output.cluster_name
2019/10/18 20:51:48 [TRACE] [walkValidate] Entering eval tree: output.primary_zone
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/10/18 20:51:48 [TRACE] vertex "provisioner.local-exec (close)": starting visit (*terraform.graphNodeCloseProvisioner)
2019/10/18 20:51:48 [TRACE] vertex "provisioner.local-exec (close)": evaluating
2019/10/18 20:51:48 [TRACE] [walkValidate] Entering eval tree: provisioner.local-exec (close)
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalCloseProvisioner
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "provider.google (close)"
2019/10/18 20:51:48 [TRACE] vertex "provider.google (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/10/18 20:51:48 [TRACE] vertex "provider.google (close)": evaluating
2019/10/18 20:51:48 [TRACE] [walkValidate] Entering eval tree: provider.google (close)
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/10/18 20:51:48 [TRACE] GRPCProvider: Close
2019/10/18 20:51:48 [TRACE] EvalWriteOutput: Removing output.primary_zone from state (it is now null)
2019/10/18 20:51:48 [TRACE] EvalWriteOutput: Saving Create change for output.primary_zone in changeset
2019/10/18 20:51:48 [TRACE] EvalWriteOutput: Removing output.cluster_name from state (it is now null)
2019/10/18 20:51:48 [TRACE] [walkValidate] Exiting eval tree: output.primary_zone
2019/10/18 20:51:48 [TRACE] vertex "output.primary_zone": visit complete
2019/10/18 20:51:48 [TRACE] EvalWriteOutput: Saving Create change for output.cluster_name in changeset
2019/10/18 20:51:48 [TRACE] [walkValidate] Exiting eval tree: output.cluster_name
2019/10/18 20:51:48 [TRACE] vertex "output.cluster_name": visit complete
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/10/18 20:51:48 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/10/18 20:51:48 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/10/18 20:51:48 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/10/18 20:51:48 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/10/18 20:51:48 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-10-18T20:51:48.026+1100 [DEBUG] plugin: plugin process exited: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88248
2019-10-18T20:51:48.026+1100 [DEBUG] plugin: plugin exited
2019/10/18 20:51:48 [TRACE] [walkValidate] Exiting eval tree: provider.google (close)
2019/10/18 20:51:48 [TRACE] vertex "provider.google (close)": visit complete
2019-10-18T20:51:48.026+1100 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=88247
2019-10-18T20:51:48.026+1100 [DEBUG] plugin: plugin exited
2019/10/18 20:51:48 [TRACE] [walkValidate] Exiting eval tree: provisioner.local-exec (close)
2019/10/18 20:51:48 [TRACE] vertex "provisioner.local-exec (close)": visit complete
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "root"
2019/10/18 20:51:48 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/10/18 20:51:48 [TRACE] vertex "root": visit complete
2019/10/18 20:51:48 [INFO] backend/local: apply calling Refresh
2019/10/18 20:51:48 [INFO] terraform: building graph: GraphTypeRefresh
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/10/18 20:51:48 [TRACE] ConfigTransformer: Starting for path:
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
google_project_service.container - *terraform.NodeRefreshableManagedResource
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/10/18 20:51:48 [TRACE] ConfigTransformer: Starting for path:
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
google_project_service.container - *terraform.NodeRefreshableManagedResource
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.StateTransformer
2019/10/18 20:51:48 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/10/18 20:51:48 [TRACE] AttachResourceConfigTransformer: attaching to "data.google_container_engine_versions.gke_versions" (*terraform.NodeRefreshableDataResource) config from hcl.Range{Filename:"gke.tf", Start:hcl.Pos{Line:54, Column:1, Byte:1775}, End:hcl.Pos{Line:54, Column:55, Byte:1829}}
2019/10/18 20:51:48 [TRACE] AttachResourceConfigTransformer: attaching to "google_container_cluster.primary" (*terraform.NodeRefreshableManagedResource) config from gke.tf:58,1-46
2019/10/18 20:51:48 [TRACE] AttachResourceConfigTransformer: attaching to "google_project_service.container" (*terraform.NodeRefreshableManagedResource) config from gke.tf:114,1-46
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
google_project_service.container - *terraform.NodeRefreshableManagedResource
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
google_project_service.container - *terraform.NodeRefreshableManagedResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/10/18 20:51:48 [TRACE] ProviderConfigTransformer: attaching to "provider.google" provider configuration from gke.tf:36,1-18
2019/10/18 20:51:48 [TRACE] ProviderConfigTransformer: attaching to "provider.google-beta" provider configuration from gke.tf:41,1-23
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
google_project_service.container - *terraform.NodeRefreshableManagedResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.google-beta - *terraform.NodeApplyableProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/10/18 20:51:48 [TRACE] ProviderTransformer: google_project_service.container is provided by provider.google or inherited equivalent
2019/10/18 20:51:48 [TRACE] ProviderTransformer: data.google_container_engine_versions.gke_versions is provided by provider.google or inherited equivalent
2019/10/18 20:51:48 [TRACE] ProviderTransformer: google_container_cluster.primary is provided by provider.google or inherited equivalent
2019/10/18 20:51:48 [TRACE] ProviderTransformer: exact match for provider.google serving google_container_cluster.primary
2019/10/18 20:51:48 [DEBUG] ProviderTransformer: "google_container_cluster.primary" (*terraform.NodeRefreshableManagedResource) needs provider.google
2019/10/18 20:51:48 [TRACE] ProviderTransformer: exact match for provider.google serving google_project_service.container
2019/10/18 20:51:48 [DEBUG] ProviderTransformer: "google_project_service.container" (*terraform.NodeRefreshableManagedResource) needs provider.google
2019/10/18 20:51:48 [TRACE] ProviderTransformer: exact match for provider.google serving data.google_container_engine_versions.gke_versions
2019/10/18 20:51:48 [DEBUG] ProviderTransformer: "data.google_container_engine_versions.gke_versions" (*terraform.NodeRefreshableDataResource) needs provider.google
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_project_service.container - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.google-beta - *terraform.NodeApplyableProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/10/18 20:51:48 [DEBUG] pruning unused provider.google-beta
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_project_service.container - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/10/18 20:51:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
google_project_service.container - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/10/18 20:51:48 [TRACE] AttachSchemaTransformer: attaching resource schema to google_project_service.container
2019/10/18 20:51:48 [TRACE] AttachSchemaTransformer: attaching resource schema to data.google_container_engine_versions.gke_versions
2019/10/18 20:51:48 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.google
2019/10/18 20:51:48 [TRACE] AttachSchemaTransformer: attaching resource schema to google_container_cluster.primary
2019/10/18 20:51:48 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary
2019/10/18 20:51:48 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "data.google_container_engine_versions.gke_versions" references: [var.zone]
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "google_project_service.container" references: []
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "var.node_machine_type" references: []
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "var.zone" references: []
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "var.project" references: []
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "output.cluster_name" references: [google_container_cluster.primary]
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "output.primary_zone" references: [google_container_cluster.primary]
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "provider.google" references: [var.project]
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: [data.google_container_engine_versions.gke_versions var.zone var.node_machine_type var.project]
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
google_project_service.container - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
google_project_service.container - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google (close) - *terraform.graphNodeCloseProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResource
var.node_machine_type - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeRefreshableManagedResource
google_project_service.container - *terraform.NodeRefreshableManagedResource
root - terraform.graphNodeRoot
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google (close) - *terraform.graphNodeCloseProvider
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:48 [DEBUG] Starting graph walk: walkRefresh
2019/10/18 20:51:48 [TRACE] dag/walk: updating graph
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "google_project_service.container"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "var.zone"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "var.project"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "provider.google"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "root"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "var.node_machine_type"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "output.cluster_name"
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "output.primary_zone"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "data.google_container_engine_versions.gke_versions" waiting on "provider.google"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "data.google_container_engine_versions.gke_versions" waiting on "var.zone"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "google_project_service.container" waiting on "provider.google"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "var.node_machine_type"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.project"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_project_service.container"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "output.cluster_name" waiting on "google_container_cluster.primary"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_container_cluster.primary"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "output.primary_zone" waiting on "google_container_cluster.primary"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "root" waiting on "output.primary_zone"
2019/10/18 20:51:48 [TRACE] dag/walk: added edge: "root" waiting on "output.cluster_name"
2019/10/18 20:51:48 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2019/10/18 20:51:48 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2019/10/18 20:51:48 [TRACE] dag/walk: dependencies changed for "output.cluster_name", sending new deps
2019/10/18 20:51:48 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/10/18 20:51:48 [TRACE] dag/walk: dependencies changed for "output.primary_zone", sending new deps
2019/10/18 20:51:48 [TRACE] dag/walk: dependencies changed for "data.google_container_engine_versions.gke_versions", sending new deps
2019/10/18 20:51:48 [TRACE] dag/walk: dependencies changed for "google_container_cluster.primary", sending new deps
2019/10/18 20:51:48 [TRACE] dag/walk: dependencies changed for "google_project_service.container", sending new deps
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "var.node_machine_type"
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "var.zone"
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "var.project"
2019/10/18 20:51:48 [TRACE] vertex "var.project": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:51:48 [TRACE] vertex "var.node_machine_type": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:51:48 [TRACE] vertex "var.project": visit complete
2019/10/18 20:51:48 [TRACE] vertex "var.node_machine_type": visit complete
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "provider.google"
2019/10/18 20:51:48 [TRACE] vertex "provider.google": starting visit (*terraform.NodeApplyableProvider)
2019/10/18 20:51:48 [TRACE] vertex "var.zone": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:51:48 [TRACE] vertex "var.zone": visit complete
2019/10/18 20:51:48 [TRACE] vertex "provider.google": evaluating
2019/10/18 20:51:48 [TRACE] [walkRefresh] Entering eval tree: provider.google
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-10-18T20:51:48.028+1100 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:51:48.054+1100 [DEBUG] plugin: starting plugin: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 args=[/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4]
2019-10-18T20:51:48.058+1100 [DEBUG] plugin: plugin started: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88249
2019-10-18T20:51:48.058+1100 [DEBUG] plugin: waiting for RPC address: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4
2019-10-18T20:51:48.071+1100 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-10-18T20:51:48.071+1100
2019-10-18T20:51:48.098+1100 [DEBUG] plugin: using plugin: version=5
2019-10-18T20:51:48.098+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: network=unix address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin887257692 timestamp=2019-10-18T20:51:48.098+1100
2019/10/18 20:51:48 [TRACE] BuiltinEvalContext: Initialized "google" provider for provider.google
2019/10/18 20:51:48 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:51:48 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/10/18 20:51:48 [TRACE] buildProviderConfig for provider.google: using explicit config only
2019/10/18 20:51:48 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:51:48 [TRACE] GRPCProvider: Configure
2019-10-18T20:51:48.170+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Authenticating using DefaultClient...
2019-10-18T20:51:48.170+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating GCE client for path https://www.googleapis.com/compute/v1/projects/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating GCE Beta client for path https://www.googleapis.com/compute/beta/projects/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating GKE client for path https://container.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating GKE Beta client for path https://container.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud DNS client for path https://www.googleapis.com/dns/v1/projects/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud DNS Beta client for path https://www.googleapis.com/dns/v1beta2/projects/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud KMS client for path https://cloudkms.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Stackdriver Logging client for path https://logging.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Storage client for path https://www.googleapis.com/storage/v1/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google SqlAdmin client for path https://www.googleapis.com/sql/v1beta4/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Pubsub client for path https://pubsub.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Dataflow client for path https://dataflow.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud ResourceManager client for path https://cloudresourcemanager.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud ResourceManager V client for path https://cloudresourcemanager.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Runtimeconfig client for path https://runtimeconfig.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud IAM client for path https://iam.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud IAMCredentials client for path https://iamcredentials.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Service Management client for path https://servicemanagement.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Service Usage client for path https://serviceusage.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Billing client for path https://cloudbilling.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Build client for path https://cloudbuild.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud BigQuery client for path https://www.googleapis.com/bigquery/v2/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud CloudFunctions Client for path https://cloudfunctions.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Source Repo client for path https://sourcerepo.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Spanner client for path https://spanner.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Dataproc client for path https://dataproc.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Dataproc Beta client for path https://dataproc.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Filestore client for path https://file.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud IoT Core client for path https://cloudiot.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating App Engine client for path https://appengine.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Cloud Composer client for path https://composer.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Service Networking client for path https://servicenetworking.googleapis.com/
2019-10-18T20:51:48.176+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [INFO] Instantiating Google Cloud Storage Transfer client for path https://storagetransfer.googleapis.com/
2019/10/18 20:51:48 [TRACE] [walkRefresh] Exiting eval tree: provider.google
2019/10/18 20:51:48 [TRACE] vertex "provider.google": visit complete
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "google_project_service.container"
2019/10/18 20:51:48 [TRACE] vertex "google_project_service.container": starting visit (*terraform.NodeRefreshableManagedResource)
2019/10/18 20:51:48 [TRACE] vertex "google_project_service.container": expanding dynamic subgraph
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:48 [TRACE] vertex "data.google_container_engine_versions.gke_versions": starting visit (*terraform.NodeRefreshableDataResource)
2019/10/18 20:51:48 [TRACE] vertex "data.google_container_engine_versions.gke_versions": expanding dynamic subgraph
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
google_project_service.container - *terraform.NodeRefreshableManagedResourceInstance
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "google_project_service.container" references: []
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:51:48 [TRACE] vertex "google_project_service.container": entering dynamic subgraph
2019/10/18 20:51:48 [TRACE] dag/walk: updating graph
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "google_project_service.container"
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "google_project_service.container"
2019/10/18 20:51:48 [TRACE] vertex "google_project_service.container": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/10/18 20:51:48 [TRACE] NodeRefreshableManagedResourceInstance: google_project_service.container will be refreshed
2019/10/18 20:51:48 [TRACE] vertex "google_project_service.container": evaluating
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodeRefreshableDataResourceInstance
------
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:51:48 [TRACE] [walkRefresh] Entering eval tree: google_project_service.container
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:51:48 [TRACE] EvalReadState: reading state for google_project_service.container
2019/10/18 20:51:48 [DEBUG] ReferenceTransformer: "data.google_container_engine_versions.gke_versions" references: []
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:51:48 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:51:48 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:51:48 [TRACE] vertex "data.google_container_engine_versions.gke_versions": entering dynamic subgraph
2019/10/18 20:51:48 [TRACE] dag/walk: updating graph
2019/10/18 20:51:48 [TRACE] dag/walk: added new vertex: "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:48 [TRACE] dag/walk: visiting "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:48 [TRACE] UpgradeResourceState: schema version of google_project_service.container is still 0; calling provider "google" for any other minor fixups
2019/10/18 20:51:48 [TRACE] GRPCProvider: UpgradeResourceState
2019/10/18 20:51:48 [TRACE] vertex "data.google_container_engine_versions.gke_versions": starting visit (*terraform.NodeRefreshableDataResourceInstance)
2019/10/18 20:51:48 [TRACE] vertex "data.google_container_engine_versions.gke_versions": evaluating
2019/10/18 20:51:48 [TRACE] [walkRefresh] Entering eval tree: data.google_container_engine_versions.gke_versions
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:51:48 [TRACE] EvalWriteState: removing state object for data.google_container_engine_versions.gke_versions
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:51:48 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalReadData
2019/10/18 20:51:48 [TRACE] EvalReadData: working on data.google_container_engine_versions.gke_versions
2019/10/18 20:51:48 [TRACE] Re-validating config for data.google_container_engine_versions.gke_versions
2019/10/18 20:51:48 [TRACE] GRPCProvider: ValidateDataSourceConfig
2019/10/18 20:51:48 [TRACE] EvalReadData: data.google_container_engine_versions.gke_versions configuration is complete, so reading from provider
2019/10/18 20:51:48 [TRACE] <root>: eval: *terraform.EvalRefresh
2019/10/18 20:51:48 [TRACE] GRPCProvider: ReadResource
2019/10/18 20:51:48 [TRACE] GRPCProvider: ReadDataSource
2019-10-18T20:51:48.179+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:48 [DEBUG] readEnabledServiceUsageProjectServices the-one-true-bazel-monorepo
2019/10/18 20:51:53 [TRACE] dag/walk: vertex "google_container_cluster.primary" is waiting for "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:53 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:51:53 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:51:53 [TRACE] dag/walk: vertex "root" is waiting for "output.primary_zone"
2019/10/18 20:51:53 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_project_service.container"
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:51:54 [TRACE] EvalWriteState: writing current state object for data.google_container_engine_versions.gke_versions
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalUpdateStateHook
2019/10/18 20:51:54 [TRACE] [walkRefresh] Exiting eval tree: data.google_container_engine_versions.gke_versions
2019/10/18 20:51:54 [TRACE] vertex "data.google_container_engine_versions.gke_versions": visit complete
2019/10/18 20:51:54 [TRACE] vertex "data.google_container_engine_versions.gke_versions": dynamic subgraph completed successfully
2019/10/18 20:51:54 [TRACE] vertex "data.google_container_engine_versions.gke_versions": visit complete
2019/10/18 20:51:54 [TRACE] dag/walk: visiting "google_container_cluster.primary"
2019/10/18 20:51:54 [TRACE] vertex "google_container_cluster.primary": starting visit (*terraform.NodeRefreshableManagedResource)
2019/10/18 20:51:54 [TRACE] vertex "google_container_cluster.primary": expanding dynamic subgraph
2019/10/18 20:51:54 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:51:54 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
google_container_cluster.primary - *terraform.NodeRefreshableManagedResourceInstance
------
2019/10/18 20:51:54 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:51:54 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:51:54 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:51:54 [DEBUG] Resource state not found for node "google_container_cluster.primary", instance google_container_cluster.primary
2019/10/18 20:51:54 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:51:54 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:51:54 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:51:54 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:51:54 [WARN] no schema for provisioner "local-exec" is attached to google_container_cluster.primary, so provisioner block references cannot be detected
2019/10/18 20:51:54 [WARN] no schema for provisioner "local-exec" is attached to google_container_cluster.primary, so provisioner block references cannot be detected
2019/10/18 20:51:54 [WARN] no schema for provisioner "local-exec" is attached to google_container_cluster.primary, so provisioner block references cannot be detected
2019/10/18 20:51:54 [WARN] no schema for provisioner "local-exec" is attached to google_container_cluster.primary, so provisioner block references cannot be detected
2019/10/18 20:51:54 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: []
2019/10/18 20:51:54 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:51:54 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:51:54 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:51:54 [TRACE] vertex "google_container_cluster.primary": entering dynamic subgraph
2019/10/18 20:51:54 [TRACE] dag/walk: updating graph
2019/10/18 20:51:54 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2019/10/18 20:51:54 [TRACE] dag/walk: visiting "google_container_cluster.primary"
2019/10/18 20:51:54 [TRACE] vertex "google_container_cluster.primary": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2019/10/18 20:51:54 [TRACE] NodeRefreshableManagedResourceInstance: google_container_cluster.primary has no existing state to refresh
2019/10/18 20:51:54 [TRACE] vertex "google_container_cluster.primary": evaluating
2019/10/18 20:51:54 [TRACE] [walkRefresh] Entering eval tree: google_container_cluster.primary
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:51:54 [TRACE] EvalReadState: reading state for google_container_cluster.primary
2019/10/18 20:51:54 [TRACE] EvalReadState: no state present for google_container_cluster.primary
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:51:54 [TRACE] GetResourceInstance: data.google_container_engine_versions.gke_versions is a single instance
2019/10/18 20:51:54 [TRACE] Re-validating config for "google_container_cluster.primary"
2019/10/18 20:51:54 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:51:54 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:51:54 [WARN] Provider "google" produced an invalid plan for google_container_cluster.primary, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .enable_kubernetes_alpha: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .enable_legacy_abac: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .network: planned value cty.StringVal("default") does not match config value cty.NullVal(cty.String)
- .ip_allocation_policy: planned value cty.ListVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cluster_ipv4_cidr_block":cty.UnknownVal(cty.String), "cluster_secondary_range_name":cty.UnknownVal(cty.String), "create_subnetwork":cty.NullVal(cty.Bool), "node_ipv4_cidr_block":cty.UnknownVal(cty.String), "services_ipv4_cidr_block":cty.UnknownVal(cty.String), "services_secondary_range_name":cty.UnknownVal(cty.String), "subnetwork_name":cty.NullVal(cty.String), "use_ip_aliases":cty.True})}) does not match config value cty.ListVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cluster_ipv4_cidr_block":cty.NullVal(cty.String), "cluster_secondary_range_name":cty.NullVal(cty.String), "create_subnetwork":cty.NullVal(cty.Bool), "node_ipv4_cidr_block":cty.NullVal(cty.String), "services_ipv4_cidr_block":cty.NullVal(cty.String), "services_secondary_range_name":cty.NullVal(cty.String), "subnetwork_name":cty.NullVal(cty.String), "use_ip_aliases":cty.True})})
- .network_policy: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .node_config[0].preemptible: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .node_pool: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .addons_config: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .master_auth[0].password: sensitive planned value does not match config value
- .master_auth[0].username: planned value cty.NullVal(cty.String) does not match config value cty.StringVal("")
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:51:54 [TRACE] EvalWriteState: writing current state object for google_container_cluster.primary
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:51:54 [TRACE] EvalWriteDiff: recorded Create change for google_container_cluster.primary
2019/10/18 20:51:54 [TRACE] [walkRefresh] Exiting eval tree: google_container_cluster.primary
2019/10/18 20:51:54 [TRACE] vertex "google_container_cluster.primary": visit complete
2019/10/18 20:51:54 [TRACE] vertex "google_container_cluster.primary": dynamic subgraph completed successfully
2019/10/18 20:51:54 [TRACE] vertex "google_container_cluster.primary": visit complete
2019/10/18 20:51:54 [TRACE] dag/walk: visiting "output.cluster_name"
2019/10/18 20:51:54 [TRACE] vertex "output.cluster_name": starting visit (*terraform.NodeApplyableOutput)
2019/10/18 20:51:54 [TRACE] dag/walk: visiting "output.primary_zone"
2019/10/18 20:51:54 [TRACE] vertex "output.primary_zone": starting visit (*terraform.NodeApplyableOutput)
2019/10/18 20:51:54 [TRACE] vertex "output.primary_zone": evaluating
2019/10/18 20:51:54 [TRACE] [walkRefresh] Entering eval tree: output.primary_zone
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:54 [TRACE] vertex "output.cluster_name": evaluating
2019/10/18 20:51:54 [TRACE] [walkRefresh] Entering eval tree: output.cluster_name
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:54 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/10/18 20:51:54 [TRACE] GetResourceInstance: google_container_cluster.primary is a single instance
2019/10/18 20:51:54 [TRACE] GetResourceInstance: google_container_cluster.primary is a single instance
2019/10/18 20:51:54 [TRACE] EvalWriteOutput: Saving value for output.cluster_name in state
2019/10/18 20:51:54 [TRACE] EvalWriteOutput: Saving Create change for output.cluster_name in changeset
2019/10/18 20:51:54 [TRACE] [walkRefresh] Exiting eval tree: output.cluster_name
2019/10/18 20:51:54 [TRACE] EvalWriteOutput: Removing output.primary_zone from state (it is now null)
2019/10/18 20:51:54 [TRACE] vertex "output.cluster_name": visit complete
2019/10/18 20:51:54 [TRACE] EvalWriteOutput: Saving Create change for output.primary_zone in changeset
2019/10/18 20:51:54 [TRACE] [walkRefresh] Exiting eval tree: output.primary_zone
2019/10/18 20:51:54 [TRACE] vertex "output.primary_zone": visit complete
2019-10-18T20:51:55.251+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:55 [DEBUG] Waiting for state to become: [success]
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:51:57 [TRACE] EvalWriteState: writing current state object for google_project_service.container
2019/10/18 20:51:57 [TRACE] [walkRefresh] Exiting eval tree: google_project_service.container
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": visit complete
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": dynamic subgraph completed successfully
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": visit complete
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "provider.google (close)"
2019/10/18 20:51:57 [TRACE] vertex "provider.google (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/10/18 20:51:57 [TRACE] vertex "provider.google (close)": evaluating
2019/10/18 20:51:57 [TRACE] [walkRefresh] Entering eval tree: provider.google (close)
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/10/18 20:51:57 [TRACE] GRPCProvider: Close
2019-10-18T20:51:57.311+1100 [DEBUG] plugin: plugin process exited: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88249
2019-10-18T20:51:57.311+1100 [DEBUG] plugin: plugin exited
2019/10/18 20:51:57 [TRACE] [walkRefresh] Exiting eval tree: provider.google (close)
2019/10/18 20:51:57 [TRACE] vertex "provider.google (close)": visit complete
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "root"
2019/10/18 20:51:57 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/10/18 20:51:57 [TRACE] vertex "root": visit complete
2019/10/18 20:51:57 [INFO] backend/local: apply calling Plan
2019/10/18 20:51:57 [INFO] terraform: building graph: GraphTypePlan
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/10/18 20:51:57 [TRACE] ConfigTransformer: Starting for path:
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.StateTransformer
2019/10/18 20:51:57 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/10/18 20:51:57 [TRACE] AttachResourceConfigTransformer: attaching to "google_container_cluster.primary" (*terraform.NodePlannableResource) config from gke.tf:58,1-46
2019/10/18 20:51:57 [TRACE] AttachResourceConfigTransformer: attaching to "data.google_container_engine_versions.gke_versions" (*terraform.NodePlannableResource) config from hcl.Range{Filename:"gke.tf", Start:hcl.Pos{Line:54, Column:1, Byte:1775}, End:hcl.Pos{Line:54, Column:55, Byte:1829}}
2019/10/18 20:51:57 [TRACE] AttachResourceConfigTransformer: attaching to "google_project_service.container" (*terraform.NodePlannableResource) config from gke.tf:114,1-46
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/10/18 20:51:57 [TRACE] MissingProviderTransformer: added implicit provisioner local-exec, first implied by google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/10/18 20:51:57 [TRACE] ProvisionerTransformer: google_container_cluster.primary is provisioned by local-exec ("provisioner.local-exec")
2019/10/18 20:51:57 [TRACE] ProvisionerTransformer: google_container_cluster.primary is provisioned by local-exec ("provisioner.local-exec")
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ProvisionerTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/10/18 20:51:57 [TRACE] ProviderConfigTransformer: attaching to "provider.google-beta" provider configuration from gke.tf:41,1-23
2019/10/18 20:51:57 [TRACE] ProviderConfigTransformer: attaching to "provider.google" provider configuration from gke.tf:36,1-18
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.google-beta - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/10/18 20:51:57 [TRACE] ProviderTransformer: data.google_container_engine_versions.gke_versions is provided by provider.google or inherited equivalent
2019/10/18 20:51:57 [TRACE] ProviderTransformer: google_project_service.container is provided by provider.google or inherited equivalent
2019/10/18 20:51:57 [TRACE] ProviderTransformer: google_container_cluster.primary is provided by provider.google or inherited equivalent
2019/10/18 20:51:57 [TRACE] ProviderTransformer: exact match for provider.google serving data.google_container_engine_versions.gke_versions
2019/10/18 20:51:57 [DEBUG] ProviderTransformer: "data.google_container_engine_versions.gke_versions" (*terraform.NodePlannableResource) needs provider.google
2019/10/18 20:51:57 [TRACE] ProviderTransformer: exact match for provider.google serving google_project_service.container
2019/10/18 20:51:57 [DEBUG] ProviderTransformer: "google_project_service.container" (*terraform.NodePlannableResource) needs provider.google
2019/10/18 20:51:57 [TRACE] ProviderTransformer: exact match for provider.google serving google_container_cluster.primary
2019/10/18 20:51:57 [DEBUG] ProviderTransformer: "google_container_cluster.primary" (*terraform.NodePlannableResource) needs provider.google
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.google-beta - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/10/18 20:51:57 [DEBUG] pruning unused provider.google-beta
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/10/18 20:51:57 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/10/18 20:51:57 [TRACE] AttachSchemaTransformer: attaching resource schema to google_project_service.container
2019/10/18 20:51:57 [TRACE] AttachSchemaTransformer: attaching resource schema to google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] AttachSchemaTransformer: attaching resource schema to data.google_container_engine_versions.gke_versions
2019/10/18 20:51:57 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.google
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "output.cluster_name" references: [google_container_cluster.primary]
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "var.project" references: []
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "var.node_machine_type" references: []
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "provisioner.local-exec" references: []
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "provider.google" references: [var.project]
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "google_project_service.container" references: []
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: [data.google_container_engine_versions.gke_versions var.zone var.node_machine_type var.project]
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "data.google_container_engine_versions.gke_versions" references: [var.zone]
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "output.primary_zone" references: [google_container_cluster.primary]
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "var.zone" references: []
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodePlannableResource
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodePlannableResource
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2019/10/18 20:51:57 [TRACE] ForcedCBDTransformer: "google_project_service.container" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/10/18 20:51:57 [TRACE] ForcedCBDTransformer: "google_container_cluster.primary" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/10/18 20:51:57 [TRACE] ForcedCBDTransformer: "data.google_container_engine_versions.gke_versions" (*terraform.NodePlannableResource) has no CBD descendent, so skipping
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodePlannableResource
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodePlannableResource
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
google_container_cluster.primary - *terraform.NodePlannableResource
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodePlannableResource
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
google_container_cluster.primary - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary - *terraform.NodePlannableResource
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResource
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
google_project_service.container - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_project_service.container - *terraform.NodePlannableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodePlannableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodePlannableResource
google_project_service.container - *terraform.NodePlannableResource
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
google_container_cluster.primary - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:51:57 [DEBUG] Starting graph walk: walkPlan
2019/10/18 20:51:57 [TRACE] dag/walk: updating graph
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "var.project"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "var.node_machine_type"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "provisioner.local-exec"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "provider.google"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "var.zone"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "output.primary_zone"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "output.cluster_name"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "google_project_service.container"
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "root"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.primary_zone"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "data.google_container_engine_versions.gke_versions" waiting on "var.zone"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_container_cluster.primary"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "google_container_cluster.primary"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "google_project_service.container" waiting on "provider.google"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "data.google_container_engine_versions.gke_versions" waiting on "provider.google"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_project_service.container"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "output.primary_zone" waiting on "google_container_cluster.primary"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.cluster_name"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "var.node_machine_type"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "provisioner.local-exec"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "google_project_service.container"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "output.cluster_name" waiting on "google_container_cluster.primary"
2019/10/18 20:51:57 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.project"
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "google_project_service.container", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "output.primary_zone", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "data.google_container_engine_versions.gke_versions", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "google_container_cluster.primary", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "output.cluster_name", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "provisioner.local-exec"
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "var.zone"
2019/10/18 20:51:57 [TRACE] vertex "provisioner.local-exec": starting visit (*terraform.NodeProvisioner)
2019/10/18 20:51:57 [TRACE] vertex "var.zone": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:51:57 [TRACE] vertex "provisioner.local-exec": evaluating
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "var.project"
2019/10/18 20:51:57 [TRACE] vertex "var.zone": visit complete
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: provisioner.local-exec
2019/10/18 20:51:57 [TRACE] vertex "var.project": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalInitProvisioner
2019/10/18 20:51:57 [TRACE] vertex "var.project": visit complete
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "provider.google"
2019/10/18 20:51:57 [TRACE] vertex "provider.google": starting visit (*terraform.NodeApplyableProvider)
2019/10/18 20:51:57 [TRACE] vertex "provider.google": evaluating
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "var.node_machine_type"
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: provider.google
2019/10/18 20:51:57 [TRACE] vertex "var.node_machine_type": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-10-18T20:51:57.315+1100 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, local-exec]
2019/10/18 20:51:57 [TRACE] vertex "var.node_machine_type": visit complete
2019-10-18T20:51:57.317+1100 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:51:57.318+1100 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=88263
2019-10-18T20:51:57.318+1100 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2019-10-18T20:51:57.341+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:57 [INFO] Terraform version: 0.12.9
2019-10-18T20:51:57.341+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:57 [INFO] Go runtime version: go1.13
2019-10-18T20:51:57.341+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:57 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "local-exec"}
2019-10-18T20:51:57.341+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:57 [DEBUG] Attempting to open CLI config file: /Users/jonathonbelotti/.terraformrc
2019-10-18T20:51:57.341+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:57 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-10-18T20:51:57.341+1100 [DEBUG] plugin.terraform: 2019/10/18 20:51:57 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "local-exec"}
2019-10-18T20:51:57.341+1100 [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2019/10/18 20:51:57 [INFO] Starting provisioner plugin local-exec
2019-10-18T20:51:57.342+1100 [DEBUG] plugin.terraform: plugin address: address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin635328442 network=unix timestamp=2019-10-18T20:51:57.342+1100
2019-10-18T20:51:57.342+1100 [DEBUG] plugin: using plugin: version=5
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: provisioner.local-exec
2019/10/18 20:51:57 [TRACE] vertex "provisioner.local-exec": visit complete
2019-10-18T20:51:57.353+1100 [DEBUG] plugin: starting plugin: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 args=[/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4]
2019-10-18T20:51:57.358+1100 [DEBUG] plugin: plugin started: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88264
2019-10-18T20:51:57.358+1100 [DEBUG] plugin: waiting for RPC address: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4
2019-10-18T20:51:57.373+1100 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-10-18T20:51:57.373+1100
2019-10-18T20:51:57.403+1100 [DEBUG] plugin: using plugin: version=5
2019-10-18T20:51:57.403+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin823153967 network=unix timestamp=2019-10-18T20:51:57.403+1100
2019/10/18 20:51:57 [TRACE] BuiltinEvalContext: Initialized "google" provider for provider.google
2019/10/18 20:51:57 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:51:57 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/10/18 20:51:57 [TRACE] buildProviderConfig for provider.google: using explicit config only
2019/10/18 20:51:57 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:51:57 [TRACE] GRPCProvider: Configure
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Authenticating using DefaultClient...
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating GCE client for path https://www.googleapis.com/compute/v1/projects/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating GCE Beta client for path https://www.googleapis.com/compute/beta/projects/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating GKE client for path https://container.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating GKE Beta client for path https://container.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud DNS client for path https://www.googleapis.com/dns/v1/projects/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud DNS Beta client for path https://www.googleapis.com/dns/v1beta2/projects/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud KMS client for path https://cloudkms.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Stackdriver Logging client for path https://logging.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Storage client for path https://www.googleapis.com/storage/v1/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google SqlAdmin client for path https://www.googleapis.com/sql/v1beta4/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Pubsub client for path https://pubsub.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Dataflow client for path https://dataflow.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud ResourceManager client for path https://cloudresourcemanager.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud ResourceManager V client for path https://cloudresourcemanager.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Runtimeconfig client for path https://runtimeconfig.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud IAM client for path https://iam.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud IAMCredentials client for path https://iamcredentials.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Service Management client for path https://servicemanagement.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Service Usage client for path https://serviceusage.googleapis.com/
2019-10-18T20:51:57.497+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Billing client for path https://cloudbilling.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Build client for path https://cloudbuild.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud BigQuery client for path https://www.googleapis.com/bigquery/v2/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud CloudFunctions Client for path https://cloudfunctions.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Source Repo client for path https://sourcerepo.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Spanner client for path https://spanner.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Dataproc client for path https://dataproc.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Dataproc Beta client for path https://dataproc.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Filestore client for path https://file.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud IoT Core client for path https://cloudiot.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating App Engine client for path https://appengine.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Cloud Composer client for path https://composer.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Service Networking client for path https://servicenetworking.googleapis.com/
2019-10-18T20:51:57.498+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [INFO] Instantiating Google Cloud Storage Transfer client for path https://storagetransfer.googleapis.com/
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: provider.google
2019/10/18 20:51:57 [TRACE] vertex "provider.google": visit complete
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "google_project_service.container"
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": starting visit (*terraform.NodePlannableResource)
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": evaluating
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: google_project_service.container
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:57 [TRACE] vertex "data.google_container_engine_versions.gke_versions": starting visit (*terraform.NodePlannableResource)
2019/10/18 20:51:57 [TRACE] vertex "data.google_container_engine_versions.gke_versions": evaluating
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: google_project_service.container
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: data.google_container_engine_versions.gke_versions
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": expanding dynamic subgraph
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: data.google_container_engine_versions.gke_versions
2019/10/18 20:51:57 [TRACE] vertex "data.google_container_engine_versions.gke_versions": expanding dynamic subgraph
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
google_project_service.container - *terraform.NodePlannableResourceInstance
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "google_project_service.container" references: []
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": entering dynamic subgraph
2019/10/18 20:51:57 [TRACE] dag/walk: updating graph
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "google_project_service.container"
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "google_project_service.container"
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": starting visit (*terraform.NodePlannableResourceInstance)
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": evaluating
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.google_container_engine_versions.gke_versions - *terraform.NodePlannableResourceInstance
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: google_project_service.container
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:51:57 [TRACE] EvalReadState: reading state for google_project_service.container
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "data.google_container_engine_versions.gke_versions" references: []
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:51:57 [TRACE] vertex "data.google_container_engine_versions.gke_versions": entering dynamic subgraph
2019/10/18 20:51:57 [TRACE] dag/walk: updating graph
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "data.google_container_engine_versions.gke_versions"
2019/10/18 20:51:57 [TRACE] vertex "data.google_container_engine_versions.gke_versions": starting visit (*terraform.NodePlannableResourceInstance)
2019/10/18 20:51:57 [TRACE] UpgradeResourceState: schema version of google_project_service.container is still 0; calling provider "google" for any other minor fixups
2019/10/18 20:51:57 [TRACE] GRPCProvider: UpgradeResourceState
2019/10/18 20:51:57 [TRACE] vertex "data.google_container_engine_versions.gke_versions": evaluating
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: data.google_container_engine_versions.gke_versions
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:51:57 [TRACE] EvalReadState: reading state for data.google_container_engine_versions.gke_versions
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:51:57 [TRACE] Re-validating config for "google_project_service.container"
2019/10/18 20:51:57 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:51:57 [TRACE] GRPCProvider: PlanResourceChange
2019-10-18T20:51:57.501+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:51:57 [DEBUG] Instance Diff is nil in SimpleDiff()
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:51:57 [TRACE] EvalWriteState: writing current state object for google_project_service.container
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:51:57 [TRACE] EvalWriteDiff: recorded NoOp change for google_project_service.container
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: google_project_service.container
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": visit complete
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": dynamic subgraph completed successfully
2019/10/18 20:51:57 [TRACE] vertex "google_project_service.container": visit complete
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalIf, early exit err: early exit
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalSequence, early exit err: early exit
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: data.google_container_engine_versions.gke_versions
2019/10/18 20:51:57 [TRACE] vertex "data.google_container_engine_versions.gke_versions": visit complete
2019/10/18 20:51:57 [TRACE] vertex "data.google_container_engine_versions.gke_versions": dynamic subgraph completed successfully
2019/10/18 20:51:57 [TRACE] vertex "data.google_container_engine_versions.gke_versions": visit complete
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "google_container_cluster.primary"
2019/10/18 20:51:57 [TRACE] vertex "google_container_cluster.primary": starting visit (*terraform.NodePlannableResource)
2019/10/18 20:51:57 [TRACE] vertex "google_container_cluster.primary": evaluating
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] vertex "google_container_cluster.primary": expanding dynamic subgraph
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
google_container_cluster.primary - *terraform.NodePlannableResourceInstance
------
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.OrphanResourceCountTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.OrphanResourceCountTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:51:57 [DEBUG] Resource instance state not found for node "google_container_cluster.primary", instance google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:51:57 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: []
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2019/10/18 20:51:57 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:51:57 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2019/10/18 20:51:57 [TRACE] vertex "google_container_cluster.primary": entering dynamic subgraph
2019/10/18 20:51:57 [TRACE] dag/walk: updating graph
2019/10/18 20:51:57 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "google_container_cluster.primary"
2019/10/18 20:51:57 [TRACE] vertex "google_container_cluster.primary": starting visit (*terraform.NodePlannableResourceInstance)
2019/10/18 20:51:57 [TRACE] vertex "google_container_cluster.primary": evaluating
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:51:57 [TRACE] EvalReadState: reading state for google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] EvalReadState: no state present for google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalValidateSelfRef
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:51:57 [TRACE] GetResourceInstance: data.google_container_engine_versions.gke_versions is a single instance
2019/10/18 20:51:57 [TRACE] Re-validating config for "google_container_cluster.primary"
2019/10/18 20:51:57 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:51:57 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:51:57 [WARN] Provider "google" produced an invalid plan for google_container_cluster.primary, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .enable_legacy_abac: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .network: planned value cty.StringVal("default") does not match config value cty.NullVal(cty.String)
- .ip_allocation_policy: planned value cty.ListVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cluster_ipv4_cidr_block":cty.UnknownVal(cty.String), "cluster_secondary_range_name":cty.UnknownVal(cty.String), "create_subnetwork":cty.NullVal(cty.Bool), "node_ipv4_cidr_block":cty.UnknownVal(cty.String), "services_ipv4_cidr_block":cty.UnknownVal(cty.String), "services_secondary_range_name":cty.UnknownVal(cty.String), "subnetwork_name":cty.NullVal(cty.String), "use_ip_aliases":cty.True})}) does not match config value cty.ListVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cluster_ipv4_cidr_block":cty.NullVal(cty.String), "cluster_secondary_range_name":cty.NullVal(cty.String), "create_subnetwork":cty.NullVal(cty.Bool), "node_ipv4_cidr_block":cty.NullVal(cty.String), "services_ipv4_cidr_block":cty.NullVal(cty.String), "services_secondary_range_name":cty.NullVal(cty.String), "subnetwork_name":cty.NullVal(cty.String), "use_ip_aliases":cty.True})})
- .enable_kubernetes_alpha: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .node_config[0].preemptible: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .node_pool: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .addons_config: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .master_auth[0].password: sensitive planned value does not match config value
- .master_auth[0].username: planned value cty.NullVal(cty.String) does not match config value cty.StringVal("")
- .network_policy: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalCheckPreventDestroy
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:51:57 [TRACE] EvalWriteState: writing current state object for google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:51:57 [TRACE] EvalWriteDiff: recorded Create change for google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: google_container_cluster.primary
2019/10/18 20:51:57 [TRACE] vertex "google_container_cluster.primary": visit complete
2019/10/18 20:51:57 [TRACE] vertex "google_container_cluster.primary": dynamic subgraph completed successfully
2019/10/18 20:51:57 [TRACE] vertex "google_container_cluster.primary": visit complete
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "provider.google (close)"
2019/10/18 20:51:57 [TRACE] vertex "provider.google (close)": starting visit (*terraform.graphNodeCloseProvider)
2019/10/18 20:51:57 [TRACE] vertex "provider.google (close)": evaluating
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: provider.google (close)
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalCloseProvider
2019/10/18 20:51:57 [TRACE] GRPCProvider: Close
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "output.cluster_name"
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "output.primary_zone"
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "provisioner.local-exec (close)"
2019/10/18 20:51:57 [TRACE] vertex "output.primary_zone": starting visit (*terraform.NodeApplyableOutput)
2019/10/18 20:51:57 [TRACE] vertex "output.primary_zone": evaluating
2019/10/18 20:51:57 [TRACE] vertex "provisioner.local-exec (close)": starting visit (*terraform.graphNodeCloseProvisioner)
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: output.primary_zone
2019/10/18 20:51:57 [TRACE] vertex "provisioner.local-exec (close)": evaluating
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: provisioner.local-exec (close)
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalCloseProvisioner
2019/10/18 20:51:57 [TRACE] vertex "output.cluster_name": starting visit (*terraform.NodeApplyableOutput)
2019/10/18 20:51:57 [TRACE] vertex "output.cluster_name": evaluating
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: output.cluster_name
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalWriteOutput
2019/10/18 20:51:57 [TRACE] GetResourceInstance: google_container_cluster.primary is a single instance
2019/10/18 20:51:57 [TRACE] GetResourceInstance: google_container_cluster.primary is a single instance
2019/10/18 20:51:57 [TRACE] EvalWriteOutput: Removing output.primary_zone from state (it is now null)
2019/10/18 20:51:57 [TRACE] EvalWriteOutput: Saving Create change for output.primary_zone in changeset
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: output.primary_zone
2019/10/18 20:51:57 [TRACE] EvalWriteOutput: Saving value for output.cluster_name in state
2019/10/18 20:51:57 [TRACE] EvalWriteOutput: Saving Create change for output.cluster_name in changeset
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: output.cluster_name
2019/10/18 20:51:57 [TRACE] vertex "output.primary_zone": visit complete
2019/10/18 20:51:57 [TRACE] vertex "output.cluster_name": visit complete
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2019/10/18 20:51:57 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2019/10/18 20:51:57 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2019/10/18 20:51:57 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2019/10/18 20:51:57 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2019/10/18 20:51:57 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2019-10-18T20:51:57.524+1100 [DEBUG] plugin: plugin process exited: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88264
2019-10-18T20:51:57.524+1100 [DEBUG] plugin: plugin exited
2019-10-18T20:51:57.524+1100 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=88263
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: provider.google (close)
2019-10-18T20:51:57.524+1100 [DEBUG] plugin: plugin exited
2019/10/18 20:51:57 [TRACE] vertex "provider.google (close)": visit complete
2019/10/18 20:51:57 [TRACE] [walkPlan] Exiting eval tree: provisioner.local-exec (close)
2019/10/18 20:51:57 [TRACE] vertex "provisioner.local-exec (close)": visit complete
2019/10/18 20:51:57 [TRACE] dag/walk: visiting "root"
2019/10/18 20:51:57 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2019/10/18 20:51:57 [TRACE] vertex "root": visit complete
2019/10/18 20:51:57 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2019/10/18 20:52:03 [INFO] backend/local: apply calling Apply
2019/10/18 20:52:03 [INFO] terraform: building graph: GraphTypeApply
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.ConfigTransformer
2019/10/18 20:52:03 [TRACE] ConfigTransformer: Starting for path:
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.DiffTransformer
2019/10/18 20:52:03 [TRACE] DiffTransformer starting
2019/10/18 20:52:03 [TRACE] DiffTransformer: found NoOp change for google_project_service.container
2019/10/18 20:52:03 [TRACE] DiffTransformer: found Create change for google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] DiffTransformer: google_container_cluster.primary will be represented by google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] DiffTransformer complete
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.OrphanResourceTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.OrphanResourceTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2019/10/18 20:52:03 [TRACE] AttachResourceConfigTransformer: attaching to "google_container_cluster.primary (prepare state)" (*terraform.NodeApplyableResource) config from gke.tf:58,1-46
2019/10/18 20:52:03 [TRACE] AttachResourceConfigTransformer: attaching to "google_project_service.container (prepare state)" (*terraform.NodeApplyableResource) config from gke.tf:114,1-46
2019/10/18 20:52:03 [TRACE] AttachResourceConfigTransformer: attaching to "data.google_container_engine_versions.gke_versions (prepare state)" (*terraform.NodeApplyableResource) config from hcl.Range{Filename:"gke.tf", Start:hcl.Pos{Line:54, Column:1, Byte:1775}, End:hcl.Pos{Line:54, Column:55, Byte:1829}}
2019/10/18 20:52:03 [TRACE] AttachResourceConfigTransformer: attaching to "google_container_cluster.primary" (*terraform.NodeApplyableResourceInstance) config from gke.tf:58,1-46
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2019/10/18 20:52:03 [DEBUG] Resource state not found for node "google_container_cluster.primary", instance google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2019/10/18 20:52:03 [TRACE] MissingProviderTransformer: added implicit provisioner local-exec, first implied by google_container_cluster.primary (prepare state)
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2019/10/18 20:52:03 [TRACE] ProvisionerTransformer: google_container_cluster.primary is provisioned by local-exec ("provisioner.local-exec")
2019/10/18 20:52:03 [TRACE] ProvisionerTransformer: google_container_cluster.primary is provisioned by local-exec ("provisioner.local-exec")
2019/10/18 20:52:03 [TRACE] ProvisionerTransformer: google_container_cluster.primary (prepare state) is provisioned by local-exec ("provisioner.local-exec")
2019/10/18 20:52:03 [TRACE] ProvisionerTransformer: google_container_cluster.primary (prepare state) is provisioned by local-exec ("provisioner.local-exec")
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.ProvisionerTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.LocalTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.OutputTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2019/10/18 20:52:03 [TRACE] ProviderConfigTransformer: attaching to "provider.google" provider configuration from gke.tf:36,1-18
2019/10/18 20:52:03 [TRACE] ProviderConfigTransformer: attaching to "provider.google-beta" provider configuration from gke.tf:41,1-23
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.google-beta - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2019/10/18 20:52:03 [TRACE] ProviderTransformer: google_container_cluster.primary (prepare state) is provided by provider.google or inherited equivalent
2019/10/18 20:52:03 [TRACE] ProviderTransformer: google_project_service.container (prepare state) is provided by provider.google or inherited equivalent
2019/10/18 20:52:03 [TRACE] ProviderTransformer: data.google_container_engine_versions.gke_versions (prepare state) is provided by provider.google or inherited equivalent
2019/10/18 20:52:03 [TRACE] ProviderTransformer: google_container_cluster.primary is provided by provider.google or inherited equivalent
2019/10/18 20:52:03 [TRACE] ProviderTransformer: exact match for provider.google serving google_container_cluster.primary
2019/10/18 20:52:03 [DEBUG] ProviderTransformer: "google_container_cluster.primary" (*terraform.NodeApplyableResourceInstance) needs provider.google
2019/10/18 20:52:03 [TRACE] ProviderTransformer: exact match for provider.google serving google_container_cluster.primary (prepare state)
2019/10/18 20:52:03 [DEBUG] ProviderTransformer: "google_container_cluster.primary (prepare state)" (*terraform.NodeApplyableResource) needs provider.google
2019/10/18 20:52:03 [TRACE] ProviderTransformer: exact match for provider.google serving google_project_service.container (prepare state)
2019/10/18 20:52:03 [DEBUG] ProviderTransformer: "google_project_service.container (prepare state)" (*terraform.NodeApplyableResource) needs provider.google
2019/10/18 20:52:03 [TRACE] ProviderTransformer: exact match for provider.google serving data.google_container_engine_versions.gke_versions (prepare state)
2019/10/18 20:52:03 [DEBUG] ProviderTransformer: "data.google_container_engine_versions.gke_versions (prepare state)" (*terraform.NodeApplyableResource) needs provider.google
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provider.google-beta - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2019/10/18 20:52:03 [DEBUG] pruning unused provider.google-beta
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2019/10/18 20:52:03 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2019/10/18 20:52:03 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.google
2019/10/18 20:52:03 [TRACE] AttachSchemaTransformer: attaching resource schema to google_container_cluster.primary (prepare state)
2019/10/18 20:52:03 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary (prepare state)
2019/10/18 20:52:03 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary (prepare state)
2019/10/18 20:52:03 [TRACE] AttachSchemaTransformer: attaching resource schema to google_project_service.container (prepare state)
2019/10/18 20:52:03 [TRACE] AttachSchemaTransformer: attaching resource schema to data.google_container_engine_versions.gke_versions (prepare state)
2019/10/18 20:52:03 [TRACE] AttachSchemaTransformer: attaching resource schema to google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] AttachSchemaTransformer: attaching provisioner "local-exec" config schema to google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "var.project" references: []
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "var.zone" references: []
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "output.cluster_name" references: [google_container_cluster.primary (prepare state) google_container_cluster.primary google_container_cluster.primary]
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "provider.google" references: [var.project]
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "var.node_machine_type" references: []
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "output.primary_zone" references: [google_container_cluster.primary (prepare state) google_container_cluster.primary google_container_cluster.primary]
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "google_container_cluster.primary (prepare state)" references: []
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "google_project_service.container (prepare state)" references: []
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "data.google_container_engine_versions.gke_versions (prepare state)" references: []
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "google_container_cluster.primary" references: [var.zone data.google_container_engine_versions.gke_versions (prepare state) var.node_machine_type google_container_cluster.primary (prepare state) google_container_cluster.primary (prepare state) var.project]
2019/10/18 20:52:03 [DEBUG] ReferenceTransformer: "provisioner.local-exec" references: []
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.TargetsTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.RootTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2019/10/18 20:52:03 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
data.google_container_engine_versions.gke_versions (prepare state) - *terraform.NodeApplyableResource
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
var.node_machine_type - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
google_container_cluster.primary (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provider.google - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
output.cluster_name - *terraform.NodeApplyableOutput
output.primary_zone - *terraform.NodeApplyableOutput
output.cluster_name - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
output.primary_zone - *terraform.NodeApplyableOutput
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
provider.google - *terraform.NodeApplyableProvider
var.project - *terraform.NodeRootVariable
provider.google (close) - *terraform.graphNodeCloseProvider
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
google_project_service.container (prepare state) - *terraform.NodeApplyableResource
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
google_container_cluster.primary - *terraform.NodeApplyableResourceInstance
root - terraform.graphNodeRoot
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider.google (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node_machine_type - *terraform.NodeRootVariable
var.project - *terraform.NodeRootVariable
var.zone - *terraform.NodeRootVariable
------
2019/10/18 20:52:03 [DEBUG] Starting graph walk: walkApply
2019/10/18 20:52:03 [TRACE] dag/walk: updating graph
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "output.cluster_name"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "provisioner.local-exec (close)"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "provider.google"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "google_project_service.container (prepare state)"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "provider.google (close)"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary (prepare state)"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "data.google_container_engine_versions.gke_versions (prepare state)"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "var.zone"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "var.node_machine_type"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "var.project"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "google_container_cluster.primary"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "root"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "provisioner.local-exec"
2019/10/18 20:52:03 [TRACE] dag/walk: added new vertex: "output.primary_zone"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "google_container_cluster.primary (prepare state)"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "provider.google" waiting on "var.project"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "data.google_container_engine_versions.gke_versions (prepare state)"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_container_cluster.primary"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "var.zone"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.cluster_name"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "google_project_service.container (prepare state)" waiting on "provider.google"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.primary_zone"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "output.primary_zone" waiting on "google_container_cluster.primary"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "root" waiting on "provider.google (close)"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "google_container_cluster.primary (prepare state)" waiting on "provider.google"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "provider.google (close)" waiting on "google_project_service.container (prepare state)"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "google_container_cluster.primary (prepare state)" waiting on "provisioner.local-exec"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "google_project_service.container (prepare state)"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "output.cluster_name" waiting on "google_container_cluster.primary"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "google_container_cluster.primary" waiting on "var.node_machine_type"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "data.google_container_engine_versions.gke_versions (prepare state)" waiting on "provider.google"
2019/10/18 20:52:03 [TRACE] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "google_container_cluster.primary"
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "google_container_cluster.primary", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "provider.google", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "output.primary_zone", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "google_container_cluster.primary (prepare state)", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "output.cluster_name", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "provider.google (close)", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "google_project_service.container (prepare state)", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: dependencies changed for "data.google_container_engine_versions.gke_versions (prepare state)", sending new deps
2019/10/18 20:52:03 [TRACE] dag/walk: visiting "var.node_machine_type"
2019/10/18 20:52:03 [TRACE] dag/walk: visiting "provisioner.local-exec"
2019/10/18 20:52:03 [TRACE] vertex "var.node_machine_type": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:52:03 [TRACE] vertex "provisioner.local-exec": starting visit (*terraform.NodeProvisioner)
2019/10/18 20:52:03 [TRACE] dag/walk: visiting "var.project"
2019/10/18 20:52:03 [TRACE] vertex "provisioner.local-exec": evaluating
2019/10/18 20:52:03 [TRACE] vertex "var.project": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:52:03 [TRACE] dag/walk: visiting "var.zone"
2019/10/18 20:52:03 [TRACE] [walkApply] Entering eval tree: provisioner.local-exec
2019/10/18 20:52:03 [TRACE] vertex "var.zone": starting visit (*terraform.NodeRootVariable)
2019/10/18 20:52:03 [TRACE] vertex "var.project": visit complete
2019/10/18 20:52:03 [TRACE] vertex "var.zone": visit complete
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalInitProvisioner
2019/10/18 20:52:03 [TRACE] vertex "var.node_machine_type": visit complete
2019/10/18 20:52:03 [TRACE] dag/walk: visiting "provider.google"
2019/10/18 20:52:03 [TRACE] vertex "provider.google": starting visit (*terraform.NodeApplyableProvider)
2019/10/18 20:52:03 [TRACE] vertex "provider.google": evaluating
2019/10/18 20:52:03 [TRACE] [walkApply] Entering eval tree: provider.google
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalInitProvider
2019-10-18T20:52:03.735+1100 [INFO] plugin: configuring client automatic mTLS
2019-10-18T20:52:03.735+1100 [DEBUG] plugin: starting plugin: path=/usr/local/bin/terraform args=[/usr/local/bin/terraform, internal-plugin, provisioner, local-exec]
2019-10-18T20:52:03.738+1100 [DEBUG] plugin: plugin started: path=/usr/local/bin/terraform pid=88269
2019-10-18T20:52:03.738+1100 [DEBUG] plugin: waiting for RPC address: path=/usr/local/bin/terraform
2019-10-18T20:52:03.755+1100 [DEBUG] plugin.terraform: 2019/10/18 20:52:03 [INFO] Terraform version: 0.12.9
2019-10-18T20:52:03.755+1100 [DEBUG] plugin.terraform: 2019/10/18 20:52:03 [INFO] Go runtime version: go1.13
2019-10-18T20:52:03.755+1100 [DEBUG] plugin.terraform: 2019/10/18 20:52:03 [INFO] CLI args: []string{"/usr/local/bin/terraform", "internal-plugin", "provisioner", "local-exec"}
2019-10-18T20:52:03.755+1100 [DEBUG] plugin.terraform: 2019/10/18 20:52:03 [DEBUG] Attempting to open CLI config file: /Users/jonathonbelotti/.terraformrc
2019-10-18T20:52:03.755+1100 [DEBUG] plugin.terraform: 2019/10/18 20:52:03 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2019-10-18T20:52:03.758+1100 [DEBUG] plugin.terraform: 2019/10/18 20:52:03 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "local-exec"}
2019-10-18T20:52:03.758+1100 [DEBUG] plugin.terraform: local-exec-provisioner (internal) 2019/10/18 20:52:03 [INFO] Starting provisioner plugin local-exec
2019-10-18T20:52:03.759+1100 [DEBUG] plugin.terraform: plugin address: address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin127342952 network=unix timestamp=2019-10-18T20:52:03.759+1100
2019-10-18T20:52:03.759+1100 [DEBUG] plugin: using plugin: version=5
2019/10/18 20:52:03 [TRACE] [walkApply] Exiting eval tree: provisioner.local-exec
2019/10/18 20:52:03 [TRACE] vertex "provisioner.local-exec": visit complete
2019-10-18T20:52:03.771+1100 [DEBUG] plugin: starting plugin: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 args=[/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4]
2019-10-18T20:52:03.778+1100 [DEBUG] plugin: plugin started: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88270
2019-10-18T20:52:03.778+1100 [DEBUG] plugin: waiting for RPC address: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4
2019-10-18T20:52:03.795+1100 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-10-18T20:52:03.795+1100
2019-10-18T20:52:03.823+1100 [DEBUG] plugin: using plugin: version=5
2019-10-18T20:52:03.823+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: network=unix address=/var/folders/2k/74zk4_n54gl6zwc6n4nkg_lh0000gn/T/plugin312635613 timestamp=2019-10-18T20:52:03.823+1100
2019/10/18 20:52:03 [TRACE] BuiltinEvalContext: Initialized "google" provider for provider.google
2019/10/18 20:52:03 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:52:03 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalOpFilter
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalConfigProvider
2019/10/18 20:52:03 [TRACE] buildProviderConfig for provider.google: using explicit config only
2019/10/18 20:52:03 [TRACE] GRPCProvider: GetSchema
2019/10/18 20:52:03 [TRACE] GRPCProvider: Configure
2019-10-18T20:52:03.903+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Authenticating using DefaultClient...
2019-10-18T20:52:03.903+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] -- Scopes: [https://www.googleapis.com/auth/compute https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/ndev.clouddns.readwrite https://www.googleapis.com/auth/devstorage.full_control]
2019-10-18T20:52:03.903+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating GCE client for path https://www.googleapis.com/compute/v1/projects/
2019-10-18T20:52:03.903+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating GCE Beta client for path https://www.googleapis.com/compute/beta/projects/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating GKE client for path https://container.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating GKE Beta client for path https://container.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud DNS client for path https://www.googleapis.com/dns/v1/projects/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud DNS Beta client for path https://www.googleapis.com/dns/v1beta2/projects/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud KMS client for path https://cloudkms.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Stackdriver Logging client for path https://logging.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Storage client for path https://www.googleapis.com/storage/v1/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google SqlAdmin client for path https://www.googleapis.com/sql/v1beta4/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Pubsub client for path https://pubsub.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Dataflow client for path https://dataflow.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud ResourceManager client for path https://cloudresourcemanager.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud ResourceManager V client for path https://cloudresourcemanager.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Runtimeconfig client for path https://runtimeconfig.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud IAM client for path https://iam.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud IAMCredentials client for path https://iamcredentials.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Service Management client for path https://servicemanagement.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Service Usage client for path https://serviceusage.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Billing client for path https://cloudbilling.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Build client for path https://cloudbuild.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud BigQuery client for path https://www.googleapis.com/bigquery/v2/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud CloudFunctions Client for path https://cloudfunctions.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Source Repo client for path https://sourcerepo.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Spanner client for path https://spanner.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Dataproc client for path https://dataproc.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Dataproc Beta client for path https://dataproc.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Filestore client for path https://file.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud IoT Core client for path https://cloudiot.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating App Engine client for path https://appengine.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Cloud Composer client for path https://composer.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Service Networking client for path https://servicenetworking.googleapis.com/
2019-10-18T20:52:03.904+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [INFO] Instantiating Google Cloud Storage Transfer client for path https://storagetransfer.googleapis.com/
2019/10/18 20:52:03 [TRACE] [walkApply] Exiting eval tree: provider.google
2019/10/18 20:52:03 [TRACE] vertex "provider.google": visit complete
2019/10/18 20:52:03 [TRACE] dag/walk: visiting "google_container_cluster.primary (prepare state)"
2019/10/18 20:52:03 [TRACE] vertex "google_container_cluster.primary (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/10/18 20:52:03 [TRACE] dag/walk: visiting "data.google_container_engine_versions.gke_versions (prepare state)"
2019/10/18 20:52:03 [TRACE] vertex "data.google_container_engine_versions.gke_versions (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/10/18 20:52:03 [TRACE] vertex "google_container_cluster.primary (prepare state)": evaluating
2019/10/18 20:52:03 [TRACE] vertex "data.google_container_engine_versions.gke_versions (prepare state)": evaluating
2019/10/18 20:52:03 [TRACE] [walkApply] Entering eval tree: google_container_cluster.primary (prepare state)
2019/10/18 20:52:03 [TRACE] [walkApply] Entering eval tree: data.google_container_engine_versions.gke_versions (prepare state)
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:52:03 [TRACE] [walkApply] Exiting eval tree: google_container_cluster.primary (prepare state)
2019/10/18 20:52:03 [TRACE] dag/walk: visiting "google_project_service.container (prepare state)"
2019/10/18 20:52:03 [TRACE] [walkApply] Exiting eval tree: data.google_container_engine_versions.gke_versions (prepare state)
2019/10/18 20:52:03 [TRACE] vertex "google_container_cluster.primary (prepare state)": visit complete
2019/10/18 20:52:03 [TRACE] vertex "data.google_container_engine_versions.gke_versions (prepare state)": visit complete
2019/10/18 20:52:03 [TRACE] vertex "google_project_service.container (prepare state)": starting visit (*terraform.NodeApplyableResource)
2019/10/18 20:52:03 [TRACE] vertex "google_project_service.container (prepare state)": evaluating
2019/10/18 20:52:03 [TRACE] [walkApply] Entering eval tree: google_project_service.container (prepare state)
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalWriteResourceState
2019/10/18 20:52:03 [TRACE] dag/walk: visiting "google_container_cluster.primary"
2019/10/18 20:52:03 [TRACE] [walkApply] Exiting eval tree: google_project_service.container (prepare state)
2019/10/18 20:52:03 [TRACE] vertex "google_container_cluster.primary": starting visit (*terraform.NodeApplyableResourceInstance)
2019/10/18 20:52:03 [TRACE] vertex "google_project_service.container (prepare state)": visit complete
2019/10/18 20:52:03 [TRACE] vertex "google_container_cluster.primary": evaluating
2019/10/18 20:52:03 [TRACE] [walkApply] Entering eval tree: google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalSequence
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/10/18 20:52:03 [TRACE] EvalReadDiff: Read Create change from plan for google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:52:03 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:52:03 [TRACE] EvalReadState: reading state for google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] EvalReadState: no state present for google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalReadDiff
2019/10/18 20:52:03 [TRACE] EvalReadDiff: Read Create change from plan for google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalDiff
2019/10/18 20:52:03 [TRACE] GetResourceInstance: data.google_container_engine_versions.gke_versions is a single instance
2019/10/18 20:52:03 [TRACE] Re-validating config for "google_container_cluster.primary"
2019/10/18 20:52:03 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2019/10/18 20:52:03 [TRACE] GRPCProvider: PlanResourceChange
2019/10/18 20:52:03 [WARN] Provider "google" produced an invalid plan for google_container_cluster.primary, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .network: planned value cty.StringVal("default") does not match config value cty.NullVal(cty.String)
- .ip_allocation_policy: planned value cty.ListVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cluster_ipv4_cidr_block":cty.UnknownVal(cty.String), "cluster_secondary_range_name":cty.UnknownVal(cty.String), "create_subnetwork":cty.NullVal(cty.Bool), "node_ipv4_cidr_block":cty.UnknownVal(cty.String), "services_ipv4_cidr_block":cty.UnknownVal(cty.String), "services_secondary_range_name":cty.UnknownVal(cty.String), "subnetwork_name":cty.NullVal(cty.String), "use_ip_aliases":cty.True})}) does not match config value cty.ListVal([]cty.Value{cty.ObjectVal(map[string]cty.Value{"cluster_ipv4_cidr_block":cty.NullVal(cty.String), "cluster_secondary_range_name":cty.NullVal(cty.String), "create_subnetwork":cty.NullVal(cty.Bool), "node_ipv4_cidr_block":cty.NullVal(cty.String), "services_ipv4_cidr_block":cty.NullVal(cty.String), "services_secondary_range_name":cty.NullVal(cty.String), "subnetwork_name":cty.NullVal(cty.String), "use_ip_aliases":cty.True})})
- .enable_kubernetes_alpha: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .enable_legacy_abac: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .network_policy: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .addons_config: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
- .master_auth[0].password: sensitive planned value does not match config value
- .master_auth[0].username: planned value cty.NullVal(cty.String) does not match config value cty.StringVal("")
- .node_config[0].preemptible: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .node_pool: attribute representing nested block must not be unknown itself; set nested attribute values to unknown instead
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalCheckPlannedChange
2019/10/18 20:52:03 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalGetProvider
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalReadState
2019/10/18 20:52:03 [TRACE] EvalReadState: reading state for google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] EvalReadState: no state present for google_container_cluster.primary
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalReduceDiff
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:52:03 [TRACE] <root>: eval: terraform.EvalNoop
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalApplyPre
2019/10/18 20:52:03 [TRACE] <root>: eval: *terraform.EvalApply
2019/10/18 20:52:03 [TRACE] GetResourceInstance: data.google_container_engine_versions.gke_versions is a single instance
2019/10/18 20:52:03 [DEBUG] google_container_cluster.primary: applying the planned Create change
2019/10/18 20:52:03 [TRACE] GRPCProvider: ApplyResourceChange
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "node_pool" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "additional_zones" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "node_locations" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "addons_config" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "instance_group_urls" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "cluster_autoscaling" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "node_config.0.metadata" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "node_config.0.guest_accelerator" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "node_config.0.guest_accelerator" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "node_config.0.metadata" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] setting computed for "network_policy" from ComputedKeys
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] Locking "google-container-cluster/the-one-true-bazel-monorepo/us-east1-b/gke-bazel-tutorial"
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] Locked "google-container-cluster/the-one-true-bazel-monorepo/us-east1-b/gke-bazel-tutorial"
2019-10-18T20:52:03.925+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:03 [DEBUG] Waiting for state to become: [success]
2019/10/18 20:52:08 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:08 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:08 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:08 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:08 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019-10-18T20:52:08.752+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:08 [DEBUG] Waiting for state to become: [DONE]
2019-10-18T20:52:08.752+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:08 [DEBUG] Waiting for state to become: [success]
2019/10/18 20:52:08 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:52:09.486+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:09 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:52:09.486+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:09 [TRACE] Waiting 2s before next try
2019-10-18T20:52:11.489+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:11 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:52:12.197+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:12 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:52:12.197+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:12 [TRACE] Waiting 4s before next try
2019/10/18 20:52:13 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:13 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:13 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:13 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:13 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:13 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:52:16.200+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:16 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:52:16.914+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:16 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:52:16.914+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:16 [TRACE] Waiting 8s before next try
2019/10/18 20:52:18 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:18 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:18 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:18 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:18 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:18 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:23 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:23 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:23 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:23 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:23 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:23 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:52:24.916+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:24 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:52:25.641+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:25 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:52:25.641+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:25 [TRACE] Waiting 10s before next try
2019/10/18 20:52:28 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:28 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:28 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:28 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:28 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:28 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:33 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:33 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:33 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:33 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:33 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:33 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:52:35.642+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:35 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:52:36.362+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:36 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:52:36.362+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:36 [TRACE] Waiting 10s before next try
2019/10/18 20:52:38 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:38 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:38 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:38 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:38 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:38 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:43 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:43 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:43 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:43 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:43 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:43 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:52:46.364+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:46 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:52:47.117+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:47 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:52:47.117+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:47 [TRACE] Waiting 10s before next try
2019/10/18 20:52:48 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:48 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:48 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:48 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:48 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:48 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:53 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:53 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:53 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:53 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:53 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:53 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:52:57.122+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:57 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:52:57.946+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:57 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:52:57.946+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:52:57 [TRACE] Waiting 10s before next try
2019/10/18 20:52:58 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:58 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:52:58 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:58 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:52:58 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:52:58 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:03 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:03 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:03 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:03 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:03 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:03 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:53:07.947+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:07 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:53:08.571+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:08 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:53:08.571+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:08 [TRACE] Waiting 10s before next try
2019/10/18 20:53:08 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:08 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:08 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:08 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:08 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:08 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:13 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:13 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:13 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:13 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:13 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:13 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:53:18.572+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:18 [DEBUG] Waiting for state to become: [success]
2019/10/18 20:53:18 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:18 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:18 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:18 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:18 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:18 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:53:19.288+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:19 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:53:19.288+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:19 [TRACE] Waiting 10s before next try
2019/10/18 20:53:23 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:23 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:23 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:23 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:23 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:23 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:28 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:28 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:28 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:28 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:28 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:28 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:53:29.290+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:29 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:53:30.081+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:30 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:53:30.081+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:30 [TRACE] Waiting 10s before next try
2019/10/18 20:53:33 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:33 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:33 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:33 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:33 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:33 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:38 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:38 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:38 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:38 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:38 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:38 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:53:40.085+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:40 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:53:40.801+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:40 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:53:40.801+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:40 [TRACE] Waiting 10s before next try
2019/10/18 20:53:43 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:43 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:43 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:43 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:43 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:43 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:48 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:48 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:48 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:48 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:48 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:48 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:53:50.805+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:50 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:53:51.577+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:51 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:53:51.577+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:53:51 [TRACE] Waiting 10s before next try
2019/10/18 20:53:53 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:53 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:53 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:53 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:53 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:53 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:58 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:53:58 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:58 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:58 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:53:58 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:53:58 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:54:01.579+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:01 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:54:02.432+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:02 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:54:02.432+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:02 [TRACE] Waiting 10s before next try
2019/10/18 20:54:03 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:03 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:03 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:03 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:03 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:03 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:08 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:08 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:08 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:08 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:08 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:08 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:54:12.433+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:12 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:54:13.287+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:13 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:54:13.287+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:13 [TRACE] Waiting 10s before next try
2019/10/18 20:54:13 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:13 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:13 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:13 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:13 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:13 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:18 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:18 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:18 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:18 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:18 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:18 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:54:23.287+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:23 [DEBUG] Waiting for state to become: [success]
2019/10/18 20:54:23 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:23 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:23 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:23 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:23 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:23 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:54:23.989+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:23 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:54:23.989+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:23 [TRACE] Waiting 10s before next try
2019/10/18 20:54:28 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:28 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:28 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:28 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:28 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:28 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:33 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:33 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:33 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:33 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:33 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:33 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:54:33.994+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:33 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:54:34.792+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:34 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:54:34.792+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:34 [TRACE] Waiting 10s before next try
2019/10/18 20:54:38 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:38 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:38 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:38 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:38 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:38 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:43 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:43 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:43 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:43 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:43 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:43 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:54:44.796+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:44 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:54:45.646+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:45 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:54:45.646+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:45 [TRACE] Waiting 10s before next try
2019/10/18 20:54:48 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:48 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:48 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:48 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:48 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:48 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:53 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:53 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:53 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:53 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:53 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:53 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:54:55.651+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:55 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:54:56.362+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:56 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:54:56.362+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:54:56 [TRACE] Waiting 10s before next try
2019/10/18 20:54:58 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:58 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:58 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:54:58 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:54:58 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:54:58 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:03 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:03 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:03 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:03 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:03 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:03 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:55:06.363+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:06 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:55:07.097+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:07 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:55:07.097+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:07 [TRACE] Waiting 10s before next try
2019/10/18 20:55:08 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:08 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:08 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:08 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:08 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:08 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:13 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:13 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:13 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:13 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:13 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:13 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:55:17.101+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:17 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:55:17.814+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:17 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:55:17.814+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:17 [TRACE] Waiting 10s before next try
2019/10/18 20:55:18 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:18 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:18 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:18 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:18 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:18 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:23 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:23 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:23 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:23 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:23 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:24 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:55:27.819+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:27 [DEBUG] Waiting for state to become: [success]
2019/10/18 20:55:28 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:28 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:28 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:28 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:28 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:29 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:55:31.137+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:31 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:55:31.137+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:31 [TRACE] Waiting 10s before next try
2019/10/18 20:55:33 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:33 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:33 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:33 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:33 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:34 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:38 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:38 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:38 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:38 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:38 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:39 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:55:41.139+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:41 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:55:41.897+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:41 [DEBUG] Got RUNNING while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:55:41.897+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:41 [TRACE] Waiting 10s before next try
2019/10/18 20:55:43 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:43 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:43 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:43 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:43 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:44 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:48 [TRACE] dag/walk: vertex "provisioner.local-exec (close)" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:48 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2019/10/18 20:55:48 [TRACE] dag/walk: vertex "output.primary_zone" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:48 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "output.cluster_name"
2019/10/18 20:55:48 [TRACE] dag/walk: vertex "output.cluster_name" is waiting for "google_container_cluster.primary"
2019/10/18 20:55:49 [TRACE] dag/walk: vertex "provider.google (close)" is waiting for "google_container_cluster.primary"
2019-10-18T20:55:51.897+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:51 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:55:52.614+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:52 [DEBUG] Got DONE while polling for operation operation-1571392328415-d06ac3df's status
2019-10-18T20:55:52.614+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:52 [INFO] GKE cluster gke-bazel-tutorial has been created
2019-10-18T20:55:52.614+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:52 [DEBUG] Waiting for state to become: [success]
2019-10-18T20:55:53.342+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:53 [DEBUG] Unlocking "google-container-cluster/the-one-true-bazel-monorepo/us-east1-b/gke-bazel-tutorial"
2019-10-18T20:55:53.342+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: 2019/10/18 20:55:53 [DEBUG] Unlocked "google-container-cluster/the-one-true-bazel-monorepo/us-east1-b/gke-bazel-tutorial"
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: panic: runtime error: invalid memory address or nil pointer dereference
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x254f477]
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4:
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: goroutine 66 [running]:
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/google.flattenMaintenancePolicy(...)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/google/resource_container_cluster.go:1927
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/google.resourceContainerClusterRead(0xc00047d810, 0x29b0380, 0xc0000e5200, 0x27eec20, 0x43c2780)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/google/resource_container_cluster.go:965 +0x1dd7
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/google.resourceContainerClusterCreate(0xc00047d810, 0x29b0380, 0xc0000e5200, 0x0, 0x0)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/google/resource_container_cluster.go:915 +0x1c91
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc000575e80, 0xc00027e7d0, 0xc000729820, 0x29b0380, 0xc0000e5200, 0xc0006d0601, 0xc0000b7660, 0x291f820)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:286 +0x3b4
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc0003b0380, 0xc000735a30, 0xc00027e7d0, 0xc000729820, 0xc0000b7308, 0xc00077b228, 0x2923300)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:285 +0x18f
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/plugin.(*GRPCProviderServer).ApplyResourceChange(0xc00000eee8, 0x311df20, 0xc0005d3ec0, 0xc000590540, 0xc00000eee8, 0xc0005d3ec0, 0xc000481ba8)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/helper/plugin/grpc_provider.go:851 +0x894
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0x2cda6e0, 0xc00000eee8, 0x311df20, 0xc0005d3ec0, 0xc00027e500, 0x0, 0x311df20, 0xc0005d3ec0, 0xc000640000, 0xf7e)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/vendor/github.com/hashicorp/terraform/internal/tfplugin5/tfplugin5.pb.go:3217 +0x23e
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/google.golang.org/grpc.(*Server).processUnaryRPC(0xc000001e00, 0x312d560, 0xc00052c780, 0xc000475600, 0xc0001488d0, 0x443a780, 0x0, 0x0, 0x0)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/vendor/google.golang.org/grpc/server.go:972 +0x470
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/google.golang.org/grpc.(*Server).handleStream(0xc000001e00, 0x312d560, 0xc00052c780, 0xc000475600, 0x0)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/vendor/google.golang.org/grpc/server.go:1252 +0xda6
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: github.com/terraform-providers/terraform-provider-google/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc0000363d0, 0xc000001e00, 0x312d560, 0xc00052c780, 0xc000475600)
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/vendor/google.golang.org/grpc/server.go:691 +0x9f
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: created by github.com/terraform-providers/terraform-provider-google/vendor/google.golang.org/grpc.(*Server).serveStreams.func1
2019-10-18T20:55:53.345+1100 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-google/vendor/google.golang.org/grpc/server.go:689 +0xa1
2019-10-18T20:55:53.347+1100 [DEBUG] plugin: plugin process exited: path=/Users/jonathonbelotti/Code/thundergolfer/the-one-true-bazel-monorepo/infrastructure/gcloud/gke/.terraform/plugins/darwin_amd64/terraform-provider-google_v2.10.0_x4 pid=88270 error="exit status 2"
2019/10/18 20:55:53 [DEBUG] google_container_cluster.primary: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Unavailable desc = transport is closing
2019/10/18 20:55:53 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/18 20:55:53 [TRACE] EvalMaybeTainted: google_container_cluster.primary encountered an error during creation, so it is now marked as tainted
2019/10/18 20:55:53 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:55:53 [TRACE] EvalWriteState: removing state object for google_container_cluster.primary
2019/10/18 20:55:53 [TRACE] <root>: eval: *terraform.EvalApplyProvisioners
2019/10/18 20:55:53 [TRACE] EvalApplyProvisioners: google_container_cluster.primary has no state, so skipping provisioners
2019/10/18 20:55:53 [TRACE] <root>: eval: *terraform.EvalMaybeTainted
2019/10/18 20:55:53 [TRACE] EvalMaybeTainted: google_container_cluster.primary encountered an error during creation, so it is now marked as tainted
2019/10/18 20:55:53 [TRACE] <root>: eval: *terraform.EvalWriteState
2019/10/18 20:55:53 [TRACE] EvalWriteState: removing state object for google_container_cluster.primary
2019/10/18 20:55:53 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:55:53 [TRACE] <root>: eval: *terraform.EvalIf
2019/10/18 20:55:53 [TRACE] <root>: eval: *terraform.EvalWriteDiff
2019/10/18 20:55:53 [TRACE] <root>: eval: *terraform.EvalApplyPost
2019/10/18 20:55:53 [ERROR] <root>: eval: *terraform.EvalApplyPost, err: rpc error: code = Unavailable desc = transport is closing
2019/10/18 20:55:53 [ERROR] <root>: eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing
2019/10/18 20:55:53 [TRACE] [walkApply] Exiting eval tree: google_container_cluster.primary
2019/10/18 20:55:53 [TRACE] vertex "google_container_cluster.primary": visit complete
2019/10/18 20:55:53 [TRACE] dag/walk: upstream of "provisioner.local-exec (close)" errored, so skipping
2019/10/18 20:55:53 [TRACE] dag/walk: upstream of "output.cluster_name" errored, so skipping
2019/10/18 20:55:53 [TRACE] dag/walk: upstream of "output.primary_zone" errored, so skipping
2019/10/18 20:55:53 [TRACE] dag/walk: upstream of "provider.google (close)" errored, so skipping
2019/10/18 20:55:53 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2019/10/18 20:55:53 [TRACE] dag/walk: upstream of "root" errored, so skipping
2019/10/18 20:55:53 [TRACE] statemgr.Filesystem: creating backup snapshot at dev.tfstate.backup
2019/10/18 20:55:53 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 2
2019/10/18 20:55:53 [TRACE] statemgr.Filesystem: writing snapshot at dev.tfstate
2019/10/18 20:55:53 [TRACE] statemgr.Filesystem: removing lock metadata file .dev.tfstate.lock.info
2019/10/18 20:55:53 [TRACE] statemgr.Filesystem: unlocking dev.tfstate using fcntl flock
2019-10-18T20:55:53.371+1100 [DEBUG] plugin: plugin exited
2019-10-18T20:55:53.374+1100 [DEBUG] plugin: plugin process exited: path=/usr/local/bin/terraform pid=88269
2019-10-18T20:55:53.374+1100 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment