Created
July 3, 2019 07:54
-
-
Save drzero42/b7032b1c161460608651da4224b7569b to your computer and use it in GitHub Desktop.
Debug output for terraform bug "unsupported attribute "cloudrun_config"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ TF_LOG=TRACE terraform state show module.cluster.google_container_cluster.cluster | |
2019/07/03 09:53:16 [INFO] Terraform version: 0.12.3 | |
2019/07/03 09:53:16 [INFO] Go runtime version: go1.12.4 | |
2019/07/03 09:53:16 [INFO] CLI args: []string{"/home/abo/.local/bin/terraform", "state", "show", "module.cluster.google_container_cluster.cluster"} | |
2019/07/03 09:53:16 [DEBUG] Attempting to open CLI config file: /home/abo/.terraformrc | |
2019/07/03 09:53:16 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/07/03 09:53:16 [INFO] CLI command args: []string{"state", "show", "module.cluster.google_container_cluster.cluster"} | |
2019/07/03 09:53:16 [TRACE] Meta.Backend: BackendOpts.Config not set, so using settings loaded from backend.tf:2,3-16 | |
2019/07/03 09:53:16 [TRACE] Meta.Backend: built configuration for "gcs" backend with hash value 833976580 | |
2019/07/03 09:53:16 [TRACE] Preserving existing state lineage "0ed17ec6-dd41-f8c9-a82d-51233e47b7a7" | |
2019/07/03 09:53:16 [TRACE] Preserving existing state lineage "0ed17ec6-dd41-f8c9-a82d-51233e47b7a7" | |
2019/07/03 09:53:16 [TRACE] Meta.Backend: working directory was previously initialized for "gcs" backend | |
2019/07/03 09:53:16 [TRACE] Meta.Backend: using already-initialized, unchanged "gcs" backend configuration | |
2019/07/03 09:53:16 [TRACE] Meta.Backend: instantiated backend of type *gcs.Backend | |
2019/07/03 09:53:16 [DEBUG] checking for provider in "." | |
2019/07/03 09:53:16 [DEBUG] checking for provider in "/home/abo/.local/bin" | |
2019/07/03 09:53:16 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64" | |
2019/07/03 09:53:16 [DEBUG] found provider "terraform-provider-google-beta_v2.10.0_x4" | |
2019/07/03 09:53:16 [DEBUG] found provider "terraform-provider-google_v2.10.0_x4" | |
2019/07/03 09:53:16 [DEBUG] found provider "terraform-provider-kubernetes_v1.8.0_x4" | |
2019/07/03 09:53:16 [DEBUG] found valid plugin: "google-beta", "2.10.0", "/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google-beta_v2.10.0_x4" | |
2019/07/03 09:53:16 [DEBUG] found valid plugin: "google", "2.10.0", "/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google_v2.10.0_x4" | |
2019/07/03 09:53:16 [DEBUG] found valid plugin: "kubernetes", "1.8.0", "/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-kubernetes_v1.8.0_x4" | |
2019/07/03 09:53:16 [DEBUG] checking for provisioner in "." | |
2019/07/03 09:53:16 [DEBUG] checking for provisioner in "/home/abo/.local/bin" | |
2019/07/03 09:53:16 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64" | |
2019/07/03 09:53:16 [TRACE] Meta.Backend: backend *gcs.Backend does not support operations, so wrapping it in a local backend | |
2019/07/03 09:53:16 [TRACE] backend/local: requesting state manager for workspace "default" | |
2019/07/03 09:53:17 [TRACE] backend/local: requesting state lock for workspace "default" | |
2019/07/03 09:53:17 [TRACE] backend/local: reading remote state for workspace "default" | |
2019/07/03 09:53:17 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2019/07/03 09:53:17 [TRACE] backend/local: building context for current working directory | |
2019/07/03 09:53:17 [TRACE] terraform.NewContext: starting | |
2019/07/03 09:53:17 [TRACE] terraform.NewContext: resolving provider version selections | |
2019/07/03 09:53:18 [TRACE] terraform.NewContext: loading provider schemas | |
2019/07/03 09:53:18 [TRACE] LoadSchemas: retrieving schema for provider type "google" | |
2019-07-03T09:53:18.251+0200 [INFO] plugin: configuring client automatic mTLS | |
2019-07-03T09:53:18.278+0200 [DEBUG] plugin: starting plugin: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google_v2.10.0_x4 args=[/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google_v2.10.0_x4] | |
2019-07-03T09:53:18.278+0200 [DEBUG] plugin: plugin started: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google_v2.10.0_x4 pid=6916 | |
2019-07-03T09:53:18.278+0200 [DEBUG] plugin: waiting for RPC address: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google_v2.10.0_x4 | |
2019-07-03T09:53:18.289+0200 [INFO] plugin.terraform-provider-google_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-07-03T09:53:18.289+0200 | |
2019-07-03T09:53:18.320+0200 [DEBUG] plugin: using plugin: version=5 | |
2019-07-03T09:53:18.320+0200 [DEBUG] plugin.terraform-provider-google_v2.10.0_x4: plugin address: address=/tmp/plugin785421303 network=unix timestamp=2019-07-03T09:53:18.320+0200 | |
2019/07/03 09:53:18 [TRACE] GRPCProvider: GetSchema | |
2019/07/03 09:53:18 [TRACE] GRPCProvider: Close | |
2019-07-03T09:53:18.396+0200 [DEBUG] plugin: plugin process exited: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google_v2.10.0_x4 pid=6916 | |
2019-07-03T09:53:18.396+0200 [DEBUG] plugin: plugin exited | |
2019/07/03 09:53:18 [TRACE] LoadSchemas: retrieving schema for provider type "google-beta" | |
2019-07-03T09:53:18.396+0200 [INFO] plugin: configuring client automatic mTLS | |
2019-07-03T09:53:18.423+0200 [DEBUG] plugin: starting plugin: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google-beta_v2.10.0_x4 args=[/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google-beta_v2.10.0_x4] | |
2019-07-03T09:53:18.424+0200 [DEBUG] plugin: plugin started: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google-beta_v2.10.0_x4 pid=6931 | |
2019-07-03T09:53:18.424+0200 [DEBUG] plugin: waiting for RPC address: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google-beta_v2.10.0_x4 | |
2019-07-03T09:53:18.434+0200 [INFO] plugin.terraform-provider-google-beta_v2.10.0_x4: configuring server automatic mTLS: timestamp=2019-07-03T09:53:18.434+0200 | |
2019-07-03T09:53:18.466+0200 [DEBUG] plugin: using plugin: version=5 | |
2019-07-03T09:53:18.466+0200 [DEBUG] plugin.terraform-provider-google-beta_v2.10.0_x4: plugin address: address=/tmp/plugin128727640 network=unix timestamp=2019-07-03T09:53:18.466+0200 | |
2019/07/03 09:53:18 [TRACE] GRPCProvider: GetSchema | |
2019/07/03 09:53:18 [TRACE] GRPCProvider: Close | |
2019-07-03T09:53:18.552+0200 [DEBUG] plugin: plugin process exited: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-google-beta_v2.10.0_x4 pid=6931 | |
2019-07-03T09:53:18.552+0200 [DEBUG] plugin: plugin exited | |
2019/07/03 09:53:18 [TRACE] LoadSchemas: retrieving schema for provider type "kubernetes" | |
2019-07-03T09:53:18.553+0200 [INFO] plugin: configuring client automatic mTLS | |
2019-07-03T09:53:18.589+0200 [DEBUG] plugin: starting plugin: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-kubernetes_v1.8.0_x4 args=[/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-kubernetes_v1.8.0_x4] | |
2019-07-03T09:53:18.590+0200 [DEBUG] plugin: plugin started: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-kubernetes_v1.8.0_x4 pid=6949 | |
2019-07-03T09:53:18.590+0200 [DEBUG] plugin: waiting for RPC address: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-kubernetes_v1.8.0_x4 | |
2019-07-03T09:53:18.609+0200 [INFO] plugin.terraform-provider-kubernetes_v1.8.0_x4: configuring server automatic mTLS: timestamp=2019-07-03T09:53:18.609+0200 | |
2019-07-03T09:53:18.644+0200 [DEBUG] plugin: using plugin: version=5 | |
2019-07-03T09:53:18.644+0200 [DEBUG] plugin.terraform-provider-kubernetes_v1.8.0_x4: plugin address: address=/tmp/plugin199396582 network=unix timestamp=2019-07-03T09:53:18.644+0200 | |
2019/07/03 09:53:18 [TRACE] GRPCProvider: GetSchema | |
2019/07/03 09:53:18 [TRACE] GRPCProvider: Close | |
2019-07-03T09:53:18.728+0200 [DEBUG] plugin: plugin process exited: path=/home/abo/sandbox/terraform/aboplayground/.terraform/plugins/linux_amd64/terraform-provider-kubernetes_v1.8.0_x4 pid=6949 | |
2019-07-03T09:53:18.728+0200 [DEBUG] plugin: plugin exited | |
2019/07/03 09:53:18 [TRACE] terraform.NewContext: complete | |
2019/07/03 09:53:18 [TRACE] backend/local: finished building terraform.Context | |
unsupported attribute "cloudrun_config" | |
# module.cluster.google_container_cluster.cluster: | |
resource "google_container_cluster" "cluster" { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment