Skip to content

Instantly share code, notes, and snippets.

@loganmzz
Last active September 22, 2020 07:18
Show Gist options
  • Save loganmzz/3eb7615e43472b9136f7d36647d7437e to your computer and use it in GitHub Desktop.
Save loganmzz/3eb7615e43472b9136f7d36647d7437e to your computer and use it in GitHub Desktop.
Terraform - Helm - Chart managed PVC not found on "recreate"
2020/09/22 09:16:33 [INFO] Terraform version: 0.13.1
2020/09/22 09:16:33 [INFO] Go runtime version: go1.14.7
2020/09/22 09:16:33 [INFO] CLI args: []string{"/home/logan/.local/bin/terraform", "apply"}
2020/09/22 09:16:33 [DEBUG] Attempting to open CLI config file: /home/logan/.terraformrc
2020/09/22 09:16:33 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/09/22 09:16:33 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020/09/22 09:16:33 [DEBUG] ignoring non-existing provider search directory /home/logan/.terraform.d/plugins
2020/09/22 09:16:33 [DEBUG] ignoring non-existing provider search directory /home/logan/.local/share/terraform/plugins
2020/09/22 09:16:33 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2020/09/22 09:16:33 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2020/09/22 09:16:33 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2020/09/22 09:16:33 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020/09/22 09:16:33 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020/09/22 09:16:33 [INFO] CLI command args: []string{"apply"}
2020/09/22 09:16:33 [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.
----
2020/09/22 09:16:33 [DEBUG] New state was assigned lineage "27876a61-24cf-7059-2636-a77ed8694eeb"
2020/09/22 09:16:33 [DEBUG] checking for provisioner in "."
2020/09/22 09:16:33 [DEBUG] checking for provisioner in "/home/logan/.local/bin"
2020/09/22 09:16:33 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2020/09/22 09:16:33 [INFO] backend/local: starting Apply operation
2020-09-22T09:16:33.511+0200 [INFO] plugin: configuring client automatic mTLS
2020-09-22T09:16:33.539+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4]
2020-09-22T09:16:33.539+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257040
2020-09-22T09:16:33.539+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4
2020-09-22T09:16:33.572+0200 [INFO] plugin.terraform-provider-helm_v1.3.0_x4: configuring server automatic mTLS: timestamp=2020-09-22T09:16:33.572+0200
2020-09-22T09:16:33.602+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: plugin address: address=/tmp/plugin013233496 network=unix timestamp=2020-09-22T09:16:33.602+0200
2020-09-22T09:16:33.602+0200 [DEBUG] plugin: using plugin: version=5
2020-09-22T09:16:33.666+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020-09-22T09:16:33.668+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257040
2020-09-22T09:16:33.668+0200 [DEBUG] plugin: plugin exited
2020-09-22T09:16:33.669+0200 [INFO] plugin: configuring client automatic mTLS
2020-09-22T09:16:33.697+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4]
2020-09-22T09:16:33.697+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257052
2020-09-22T09:16:33.697+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4
2020-09-22T09:16:33.733+0200 [INFO] plugin.terraform-provider-helm_v1.3.0_x4: configuring server automatic mTLS: timestamp=2020-09-22T09:16:33.732+0200
2020-09-22T09:16:33.759+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: plugin address: address=/tmp/plugin902360232 network=unix timestamp=2020-09-22T09:16:33.759+0200
2020-09-22T09:16:33.759+0200 [DEBUG] plugin: using plugin: version=5
2020-09-22T09:16:33.813+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020-09-22T09:16:33.816+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257052
2020-09-22T09:16:33.816+0200 [DEBUG] plugin: plugin exited
2020/09/22 09:16:33 [INFO] terraform: building graph: GraphTypeValidate
2020/09/22 09:16:33 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/helm"], implied first by helm_release.main
2020/09/22 09:16:33 [DEBUG] ProviderTransformer: "helm_release.main" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/helm"]
2020/09/22 09:16:33 [WARN] ReferenceTransformer: reference not found: "path.module"
2020/09/22 09:16:33 [DEBUG] ReferenceTransformer: "helm_release.main" references: []
2020/09/22 09:16:33 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/helm\"]" references: []
2020/09/22 09:16:33 [DEBUG] Starting graph walk: walkValidate
2020-09-22T09:16:33.817+0200 [INFO] plugin: configuring client automatic mTLS
2020-09-22T09:16:33.845+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4]
2020-09-22T09:16:33.845+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257065
2020-09-22T09:16:33.846+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4
2020-09-22T09:16:33.876+0200 [INFO] plugin.terraform-provider-helm_v1.3.0_x4: configuring server automatic mTLS: timestamp=2020-09-22T09:16:33.876+0200
2020-09-22T09:16:33.903+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: plugin address: address=/tmp/plugin998997719 network=unix timestamp=2020-09-22T09:16:33.903+0200
2020-09-22T09:16:33.903+0200 [DEBUG] plugin: using plugin: version=5
2020-09-22T09:16:33.957+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020-09-22T09:16:33.961+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257065
2020-09-22T09:16:33.961+0200 [DEBUG] plugin: plugin exited
2020/09/22 09:16:33 [INFO] backend/local: apply calling Refresh
2020/09/22 09:16:33 [INFO] terraform: building graph: GraphTypeRefresh
2020/09/22 09:16:33 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/helm"], implied first by helm_release.main (expand)
2020/09/22 09:16:33 [DEBUG] ProviderTransformer: "helm_release.main (expand)" (*terraform.nodeExpandRefreshableManagedResource) needs provider["registry.terraform.io/hashicorp/helm"]
2020/09/22 09:16:33 [WARN] ReferenceTransformer: reference not found: "path.module"
2020/09/22 09:16:33 [DEBUG] ReferenceTransformer: "helm_release.main (expand)" references: []
2020/09/22 09:16:33 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/helm\"]" references: []
2020/09/22 09:16:33 [DEBUG] Starting graph walk: walkRefresh
2020-09-22T09:16:33.962+0200 [INFO] plugin: configuring client automatic mTLS
2020-09-22T09:16:33.988+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4]
2020-09-22T09:16:33.988+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257077
2020-09-22T09:16:33.988+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4
2020-09-22T09:16:34.019+0200 [INFO] plugin.terraform-provider-helm_v1.3.0_x4: configuring server automatic mTLS: timestamp=2020-09-22T09:16:34.019+0200
2020-09-22T09:16:34.045+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: plugin address: address=/tmp/plugin245605087 network=unix timestamp=2020-09-22T09:16:34.045+0200
2020-09-22T09:16:34.045+0200 [DEBUG] plugin: using plugin: version=5
2020-09-22T09:16:34.101+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020-09-22T09:16:34.105+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [resourceReleaseExists: main] Start
2020-09-22T09:16:34.105+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [INFO] GetHelmConfiguration start
2020-09-22T09:16:34.105+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [INFO] Successfully initialized kubernetes config
2020-09-22T09:16:34.105+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [INFO] GetHelmConfiguration success
2020-09-22T09:16:34.105+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease wait for lock
2020-09-22T09:16:34.105+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease got lock, started
2020-09-22T09:16:34.105+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease post action created
2020-09-22T09:16:34.262+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease post run
2020-09-22T09:16:34.262+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease done
2020-09-22T09:16:34.262+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [resourceReleaseExists: main] Done
2020-09-22T09:16:34.262+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [resourceReleaseRead: main] Started
2020-09-22T09:16:34.262+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [INFO] GetHelmConfiguration start
2020-09-22T09:16:34.263+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [INFO] Successfully initialized kubernetes config
2020-09-22T09:16:34.263+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [INFO] GetHelmConfiguration success
2020-09-22T09:16:34.263+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease wait for lock
2020-09-22T09:16:34.263+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease got lock, started
2020-09-22T09:16:34.263+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease post action created
2020-09-22T09:16:34.337+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease post run
2020-09-22T09:16:34.337+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] main getRelease done
2020-09-22T09:16:34.337+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [resourceReleaseRead: main] Done
2020-09-22T09:16:34.349+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257077
2020-09-22T09:16:34.349+0200 [DEBUG] plugin: plugin exited
2020/09/22 09:16:34 [INFO] backend/local: apply calling Plan
2020/09/22 09:16:34 [INFO] terraform: building graph: GraphTypePlan
2020/09/22 09:16:34 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/helm"], implied first by helm_release.main (expand)
2020/09/22 09:16:34 [DEBUG] ProviderTransformer: "helm_release.main (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/helm"]
2020/09/22 09:16:34 [WARN] ReferenceTransformer: reference not found: "path.module"
2020/09/22 09:16:34 [DEBUG] ReferenceTransformer: "helm_release.main (expand)" references: []
2020/09/22 09:16:34 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/helm\"]" references: []
2020/09/22 09:16:34 [DEBUG] Starting graph walk: walkPlan
2020-09-22T09:16:34.353+0200 [INFO] plugin: configuring client automatic mTLS
2020-09-22T09:16:34.401+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4]
2020-09-22T09:16:34.402+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257090
2020-09-22T09:16:34.402+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4
2020-09-22T09:16:34.433+0200 [INFO] plugin.terraform-provider-helm_v1.3.0_x4: configuring server automatic mTLS: timestamp=2020-09-22T09:16:34.433+0200
2020-09-22T09:16:34.460+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: plugin address: address=/tmp/plugin045637920 network=unix timestamp=2020-09-22T09:16:34.460+0200
2020-09-22T09:16:34.460+0200 [DEBUG] plugin: using plugin: version=5
2020-09-22T09:16:34.514+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/09/22 09:16:34 [WARN] ReferenceTransformer: reference not found: "path.module"
2020/09/22 09:16:34 [DEBUG] ReferenceTransformer: "helm_release.main" references: []
2020-09-22T09:16:34.520+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [resourceDiff: main] Start
2020-09-22T09:16:34.520+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [resourceDiff: main] Got chart
2020-09-22T09:16:34.520+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:34 [DEBUG] [resourceDiff: main] Release validated
2020/09/22 09:16:34 [WARN] Provider "registry.terraform.io/hashicorp/helm" produced an invalid plan for helm_release.main, 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:
- .max_history: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
- .recreate_pods: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .reuse_values: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .cleanup_on_fail: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .lint: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .disable_webhooks: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .reset_values: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .create_namespace: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .disable_crd_hooks: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .disable_openapi_validation: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .render_subchart_notes: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .skip_crds: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .timeout: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number)
- .wait: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .dependency_update: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .verify: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .atomic: planned value cty.False does not match config value cty.NullVal(cty.Bool)
value cty.NullVal(cty.String)
- .replace: planned value cty.False does not match config value cty.NullVal(cty.Bool)
2020-09-22T09:16:34.524+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257090
2020-09-22T09:16:34.524+0200 [DEBUG] plugin: plugin exited
2020/09/22 09:16:34 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2020/09/22 09:16:35 [INFO] backend/local: apply calling Apply
2020/09/22 09:16:35 [INFO] terraform: building graph: GraphTypeApply
2020/09/22 09:16:35 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/helm"], implied first by helm_release.main (expand)
2020/09/22 09:16:35 [DEBUG] ProviderTransformer: "helm_release.main (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/helm"]
2020/09/22 09:16:35 [DEBUG] ProviderTransformer: "helm_release.main" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/helm"]
2020/09/22 09:16:35 [DEBUG] ProviderTransformer: "helm_release.main (destroy)" (*terraform.NodeDestroyResourceInstance) needs provider["registry.terraform.io/hashicorp/helm"]
2020/09/22 09:16:35 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/helm\"]" references: []
2020/09/22 09:16:35 [DEBUG] ReferenceTransformer: "helm_release.main (expand)" references: []
2020/09/22 09:16:35 [WARN] ReferenceTransformer: reference not found: "path.module"
2020/09/22 09:16:35 [DEBUG] ReferenceTransformer: "helm_release.main" references: []
2020/09/22 09:16:35 [DEBUG] Starting graph walk: walkApply
2020-09-22T09:16:35.961+0200 [INFO] plugin: configuring client automatic mTLS
2020-09-22T09:16:36.058+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4]
2020-09-22T09:16:36.058+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257103
2020-09-22T09:16:36.058+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4
2020-09-22T09:16:36.094+0200 [INFO] plugin.terraform-provider-helm_v1.3.0_x4: configuring server automatic mTLS: timestamp=2020-09-22T09:16:36.094+0200
2020-09-22T09:16:36.120+0200 [DEBUG] plugin: using plugin: version=5
2020-09-22T09:16:36.120+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: plugin address: address=/tmp/plugin517498278 network=unix timestamp=2020-09-22T09:16:36.120+0200
2020-09-22T09:16:36.175+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/09/22 09:16:36 [DEBUG] EvalApply: ProviderMeta config value set
2020/09/22 09:16:36 [DEBUG] helm_release.main: applying the planned Delete change
2020-09-22T09:16:36.178+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [INFO] GetHelmConfiguration start
2020-09-22T09:16:36.178+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [INFO] Successfully initialized kubernetes config
2020-09-22T09:16:36.179+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [INFO] GetHelmConfiguration success
2020-09-22T09:16:36.325+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] uninstall: Deleting main
2020-09-22T09:16:36.749+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] Starting delete for "main-simple-chart" Deployment
2020-09-22T09:16:36.785+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] Starting delete for "main-simple-chart" PersistentVolumeClaim
2020-09-22T09:16:36.830+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] purge requested for main
2020-09-22T09:16:36.937+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [resourceDiff: main] Start
2020-09-22T09:16:36.942+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [resourceDiff: main] Got chart
2020-09-22T09:16:36.943+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [resourceDiff: main] Release validated
2020/09/22 09:16:36 [WARN] Provider "registry.terraform.io/hashicorp/helm" produced an invalid plan for helm_release.main, 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:
- .disable_webhooks: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .lint: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .reset_values: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .disable_crd_hooks: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .disable_openapi_validation: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .render_subchart_notes: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .create_namespace: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .timeout: planned value cty.NumberIntVal(300) does not match config value cty.NullVal(cty.Number)
- .wait: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .skip_crds: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .verify: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .atomic: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .dependency_update: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .namespace: planned value cty.StringVal("default") does not match config value cty.NullVal(cty.String)
- .replace: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .recreate_pods: planned value cty.False does not match config value cty.NullVal(cty.Bool)
- .reuse_values: planned value cty.False does not match config value cty.NullVal(cty.Bool)
lVal(cty.Bool)
- .max_history: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
2020/09/22 09:16:36 [DEBUG] EvalApply: ProviderMeta config value set
2020/09/22 09:16:36 [DEBUG] helm_release.main: applying the planned Create change
2020-09-22T09:16:36.979+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] setting computed for "metadata" from ComputedKeys
2020-09-22T09:16:36.979+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [resourceReleaseCreate: main] Started
2020-09-22T09:16:36.979+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [resourceReleaseCreate: main] Getting helm configuration
2020-09-22T09:16:36.979+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [INFO] GetHelmConfiguration start
2020-09-22T09:16:36.979+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [INFO] Successfully initialized kubernetes config
2020-09-22T09:16:36.979+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [INFO] GetHelmConfiguration success
2020-09-22T09:16:36.981+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [resourceReleaseCreate: main] Getting chart
2020-09-22T09:16:36.983+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [resourceReleaseCreate: main] Preparing for installation
2020-09-22T09:16:36.984+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 ---[ values.yaml ]-----------------------------------
2020-09-22T09:16:36.984+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: {}
2020-09-22T09:16:36.984+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4:
2020-09-22T09:16:36.984+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:36 [DEBUG] [resourceReleaseCreate: main] Installing chart
2020-09-22T09:16:38.207+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:38 [DEBUG] checking 2 resources for changes
2020-09-22T09:16:38.323+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:38 [DEBUG] Looks like there are no changes for PersistentVolumeClaim "main-simple-chart"
2020-09-22T09:16:38.607+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:38 [DEBUG] Created a new Deployment called "main-simple-chart" in default
2020-09-22T09:16:38.607+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:38 [DEBUG] beginning wait for 2 resources with timeout of 5m0s
2020-09-22T09:16:40.851+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:40 [DEBUG] Deployment is not ready: default/main-simple-chart. 0 out of 1 expected pods are ready
2020-09-22T09:16:42.722+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:42 [DEBUG] Deployment is not ready: default/main-simple-chart. 0 out of 1 expected pods are ready
2020-09-22T09:16:44.726+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:44 [DEBUG] Deployment is not ready: default/main-simple-chart. 0 out of 1 expected pods are ready
2020-09-22T09:16:46.713+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:46 [DEBUG] Deployment is not ready: default/main-simple-chart. 0 out of 1 expected pods are ready
2020-09-22T09:16:48.712+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] [resourceReleaseExists: main] Start
2020-09-22T09:16:48.713+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] [INFO] GetHelmConfiguration start
2020-09-22T09:16:48.714+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [INFO] Successfully initialized kubernetes config
2020-09-22T09:16:48.714+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] [INFO] GetHelmConfiguration success
2020-09-22T09:16:48.714+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] main getRelease wait for lock
2020-09-22T09:16:48.714+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] main getRelease got lock, started
2020-09-22T09:16:48.714+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] main getRelease post action created
2020-09-22T09:16:48.788+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] main getRelease post run
2020-09-22T09:16:48.788+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] main getRelease done
2020-09-22T09:16:48.788+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] [resourceReleaseExists: main] Done
2020-09-22T09:16:48.788+0200 [DEBUG] plugin.terraform-provider-helm_v1.3.0_x4: 2020/09/22 09:16:48 [DEBUG] [resourceReleaseCreate: main] Release was created but returned an error
2020/09/22 09:16:48 [DEBUG] helm_release.main: apply errored, but we're indicating that via the Error pointer rather than returning it: persistentvolumeclaims "main-simple-chart" not found
2020/09/22 09:16:48 [ERROR] eval: *terraform.EvalApplyPost, err: persistentvolumeclaims "main-simple-chart" not found
2020/09/22 09:16:48 [ERROR] eval: *terraform.EvalSequence, err: persistentvolumeclaims "main-simple-chart" not found
2020-09-22T09:16:48.827+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/helm/1.3.0/linux_amd64/terraform-provider-helm_v1.3.0_x4 pid=257103
2020-09-22T09:16:48.828+0200 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment