Skip to content

Instantly share code, notes, and snippets.

@ingvarch
Created April 16, 2021 07:42
Show Gist options
  • Save ingvarch/8275a58b142ed54655538d8e0e2d73ee to your computer and use it in GitHub Desktop.
Save ingvarch/8275a58b142ed54655538d8e0e2d73ee to your computer and use it in GitHub Desktop.
terraform_helm_release_plan_debug
2021/04/16 10:37:45 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2021/04/16 10:37:45 [INFO] Terraform version: 0.14.9
2021/04/16 10:37:45 [INFO] Go runtime version: go1.15.6
2021/04/16 10:37:45 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/2.2.0/versions/0.14.9/terraform", "fmt"}
2021/04/16 10:37:45 [DEBUG] Attempting to open CLI config file: /Users/ingvarch/.terraformrc
2021/04/16 10:37:45 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021/04/16 10:37:45 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021/04/16 10:37:45 [DEBUG] ignoring non-existing provider search directory /Users/ingvarch/.terraform.d/plugins
2021/04/16 10:37:45 [DEBUG] ignoring non-existing provider search directory /Users/ingvarch/Library/Application Support/io.terraform/plugins
2021/04/16 10:37:45 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2021/04/16 10:37:45 [INFO] CLI command args: []string{"fmt"}
2021/04/16 10:37:45 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2021/04/16 10:37:45 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2021/04/16 10:37:45 [INFO] Terraform version: 0.14.9
2021/04/16 10:37:45 [INFO] Go runtime version: go1.15.6
2021/04/16 10:37:45 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/2.2.0/versions/0.14.9/terraform", "plan"}
2021/04/16 10:37:45 [DEBUG] Attempting to open CLI config file: /Users/ingvarch/.terraformrc
2021/04/16 10:37:45 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021/04/16 10:37:45 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021/04/16 10:37:45 [DEBUG] ignoring non-existing provider search directory /Users/ingvarch/.terraform.d/plugins
2021/04/16 10:37:45 [DEBUG] ignoring non-existing provider search directory /Users/ingvarch/Library/Application Support/io.terraform/plugins
2021/04/16 10:37:45 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2021/04/16 10:37:45 [INFO] CLI command args: []string{"plan"}
2021/04/16 10:37:45 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2021/04/16 10:37:45 [DEBUG] New state was assigned lineage "17dc7ec0-0a67-56f0-6839-e76d7adebec6"
2021/04/16 10:37:45 [DEBUG] checking for provisioner in "."
2021/04/16 10:37:45 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/2.2.0/versions/0.14.9"
2021/04/16 10:37:45 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory
2021/04/16 10:37:45 [INFO] backend/local: starting Plan operation
2021-04-16T10:37:45.771+0300 [INFO] plugin: configuring client automatic mTLS
2021-04-16T10:37:45.793+0300 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5]
2021-04-16T10:37:45.797+0300 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5 pid=55986
2021-04-16T10:37:45.797+0300 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5
2021-04-16T10:37:45.835+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: configuring server automatic mTLS: timestamp=2021-04-16T10:37:45.835+0300
2021-04-16T10:37:45.870+0300 [DEBUG] plugin.terraform-provider-helm_v2.1.0_x5: plugin address: address=/var/folders/gb/3316dsz92rlf4myct_ry8f2c0000gn/T/plugin292168905 network=unix timestamp=2021-04-16T10:37:45.869+0300
2021-04-16T10:37:45.870+0300 [DEBUG] plugin: using plugin: version=5
2021-04-16T10:37:45.922+0300 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-04-16T10:37:45.924+0300 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5 pid=55986
2021-04-16T10:37:45.924+0300 [DEBUG] plugin: plugin exited
2021/04/16 10:37:45 [INFO] terraform: building graph: GraphTypeValidate
2021/04/16 10:37:45 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/helm"], implied first by helm_release.this
2021/04/16 10:37:45 [DEBUG] ProviderTransformer: "helm_release.this" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/helm"]
2021/04/16 10:37:45 [DEBUG] ReferenceTransformer: "helm_release.this" references: []
2021/04/16 10:37:45 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/helm\"]" references: []
2021/04/16 10:37:45 [DEBUG] Starting graph walk: walkValidate
2021-04-16T10:37:45.925+0300 [INFO] plugin: configuring client automatic mTLS
2021-04-16T10:37:45.949+0300 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5]
2021-04-16T10:37:45.954+0300 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5 pid=55987
2021-04-16T10:37:45.954+0300 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5
2021-04-16T10:37:45.995+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: configuring server automatic mTLS: timestamp=2021-04-16T10:37:45.995+0300
2021-04-16T10:37:46.029+0300 [DEBUG] plugin.terraform-provider-helm_v2.1.0_x5: plugin address: address=/var/folders/gb/3316dsz92rlf4myct_ry8f2c0000gn/T/plugin661141910 network=unix timestamp=2021-04-16T10:37:46.029+0300
2021-04-16T10:37:46.029+0300 [DEBUG] plugin: using plugin: version=5
2021-04-16T10:37:46.084+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-04-16T10:37:46.084+0300
2021-04-16T10:37:46.085+0300 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-04-16T10:37:46.086+0300 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5 pid=55987
2021-04-16T10:37:46.086+0300 [DEBUG] plugin: plugin exited
2021/04/16 10:37:46 [INFO] backend/local: plan calling Plan
2021/04/16 10:37:46 [INFO] terraform: building graph: GraphTypePlan
2021/04/16 10:37:46 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/helm"], implied first by helm_release.this (expand)
2021/04/16 10:37:46 [DEBUG] ProviderTransformer: "helm_release.this (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/helm"]
2021/04/16 10:37:46 [DEBUG] ReferenceTransformer: "helm_release.this (expand)" references: []
2021/04/16 10:37:46 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/helm\"]" references: []
2021/04/16 10:37:46 [DEBUG] Starting graph walk: walkPlan
2021-04-16T10:37:46.087+0300 [INFO] plugin: configuring client automatic mTLS
2021-04-16T10:37:46.112+0300 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5]
2021-04-16T10:37:46.119+0300 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5 pid=55988
2021-04-16T10:37:46.119+0300 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5
2021-04-16T10:37:46.168+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: configuring server automatic mTLS: timestamp=2021-04-16T10:37:46.168+0300
2021-04-16T10:37:46.204+0300 [DEBUG] plugin.terraform-provider-helm_v2.1.0_x5: plugin address: address=/var/folders/gb/3316dsz92rlf4myct_ry8f2c0000gn/T/plugin480036523 network=unix timestamp=2021-04-16T10:37:46.204+0300
2021-04-16T10:37:46.204+0300 [DEBUG] plugin: using plugin: version=5
2021-04-16T10:37:46.256+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [DEBUG] Experiments enabled: []: timestamp=2021-04-16T10:37:46.256+0300
2021/04/16 10:37:46 [DEBUG] ReferenceTransformer: "helm_release.this" references: []
2021-04-16T10:37:46.258+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [DEBUG] [resourceReleaseExists: redis] Start: timestamp=2021-04-16T10:37:46.258+0300
2021-04-16T10:37:46.258+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [DEBUG] [INFO] GetHelmConfiguration start: timestamp=2021-04-16T10:37:46.258+0300
2021-04-16T10:37:46.258+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [DEBUG] Using kubeconfig: /Users/ingvarch/.kube/config.yaml: timestamp=2021-04-16T10:37:46.258+0300
2021-04-16T10:37:46.259+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [INFO] Successfully initialized kubernetes config: timestamp=2021-04-16T10:37:46.258+0300
2021-04-16T10:37:46.259+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [DEBUG] [INFO] GetHelmConfiguration success: timestamp=2021-04-16T10:37:46.259+0300
2021-04-16T10:37:46.259+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [DEBUG] redis getRelease wait for lock: timestamp=2021-04-16T10:37:46.259+0300
2021-04-16T10:37:46.259+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [DEBUG] redis getRelease got lock, started: timestamp=2021-04-16T10:37:46.259+0300
2021-04-16T10:37:46.259+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:46 [DEBUG] redis getRelease post action created: timestamp=2021-04-16T10:37:46.259+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] redis getRelease post run: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] redis getRelease done: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] [resourceReleaseExists: redis] Done: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] [resourceReleaseRead: redis] Started: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] [INFO] GetHelmConfiguration start: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] Using kubeconfig: /Users/ingvarch/.kube/config.yaml: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [INFO] Successfully initialized kubernetes config: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] [INFO] GetHelmConfiguration success: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] redis getRelease wait for lock: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] redis getRelease got lock, started: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.188+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] redis getRelease post action created: timestamp=2021-04-16T10:37:47.188+0300
2021-04-16T10:37:47.680+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] redis getRelease post run: timestamp=2021-04-16T10:37:47.680+0300
2021-04-16T10:37:47.680+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] redis getRelease done: timestamp=2021-04-16T10:37:47.680+0300
2021-04-16T10:37:47.680+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] [resourceReleaseRead: redis] Done: timestamp=2021-04-16T10:37:47.680+0300
2021-04-16T10:37:47.682+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [WARN] Truncating attribute path of 0 diagnostics for TypeSet: timestamp=2021-04-16T10:37:47.682+0300
2021-04-16T10:37:47.684+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:47 [DEBUG] [resourceDiff: redis] Start: timestamp=2021-04-16T10:37:47.684+0300
2021-04-16T10:37:53.047+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] [resourceDiff: redis] Got chart: timestamp=2021-04-16T10:37:53.047+0300
2021-04-16T10:37:53.048+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] [resourceDiff: redis] Release validated: timestamp=2021-04-16T10:37:53.047+0300
2021-04-16T10:37:53.048+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] [INFO] GetHelmConfiguration start: timestamp=2021-04-16T10:37:53.047+0300
2021-04-16T10:37:53.048+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] Using kubeconfig: /Users/ingvarch/.kube/config.yaml: timestamp=2021-04-16T10:37:53.047+0300
2021-04-16T10:37:53.048+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [INFO] Successfully initialized kubernetes config: timestamp=2021-04-16T10:37:53.048+0300
2021-04-16T10:37:53.048+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] [INFO] GetHelmConfiguration success: timestamp=2021-04-16T10:37:53.048+0300
2021-04-16T10:37:53.048+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] redis getRelease wait for lock: timestamp=2021-04-16T10:37:53.048+0300
2021-04-16T10:37:53.048+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] redis getRelease got lock, started: timestamp=2021-04-16T10:37:53.048+0300
2021-04-16T10:37:53.048+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] redis getRelease post action created: timestamp=2021-04-16T10:37:53.048+0300
2021-04-16T10:37:53.474+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] redis getRelease post run: timestamp=2021-04-16T10:37:53.474+0300
2021-04-16T10:37:53.474+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] redis getRelease done: timestamp=2021-04-16T10:37:53.474+0300
2021-04-16T10:37:53.474+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] [resourceDiff: redis] performing dry run: timestamp=2021-04-16T10:37:53.474+0300
2021-04-16T10:37:53.474+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 ---[ values.yaml ]-----------------------------------
cluster:
enabled: true
metrics:
enabled: true: timestamp=2021-04-16T10:37:53.474+0300
2021-04-16T10:37:53.641+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:53 [DEBUG] preparing upgrade for redis: timestamp=2021-04-16T10:37:53.641+0300
2021-04-16T10:37:56.285+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:56 [DEBUG] performing update for redis: timestamp=2021-04-16T10:37:56.285+0300
2021-04-16T10:37:57.899+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:57 [DEBUG] dry run for redis: timestamp=2021-04-16T10:37:57.899+0300
2021-04-16T10:37:57.899+0300 [INFO] plugin.terraform-provider-helm_v2.1.0_x5: 2021/04/16 10:37:57 [DEBUG] [resourceDiff: redis] Done: timestamp=2021-04-16T10:37:57.899+0300
2021-04-16T10:37:57.901+0300 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-04-16T10:37:57.925+0300 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/helm/2.1.0/darwin_amd64/terraform-provider-helm_v2.1.0_x5 pid=55988
2021-04-16T10:37:57.925+0300 [DEBUG] plugin: plugin exited
2021/04/16 10:37:57 [INFO] backend/local: plan operation completed
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# helm_release.this will be updated in-place
~ resource "helm_release" "this" {
id = "redis"
name = "redis"
# (25 unchanged attributes hidden)
+ set {
+ name = "cluster.enabled"
+ value = "true"
}
- set {
- name = "metrics.enabled" -> null
- value = "true" -> null
}
+ set {
+ name = "metrics.enabled"
+ value = "true"
}
}
Plan: 0 to add, 1 to change, 0 to destroy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment