Closed sbocinec closed 1 month ago
Fix nil pointer deref panic in helm_resource introduced in 2.16.0 through GH-1487. This occurs, when the to-be-destroyed resource no more exists in K8s and helm returns "release not found" as the response is nil in this case.
helm_resource
2.16.0
Fixes https://github.com/hashicorp/terraform-provider-helm/issues/1500
Release note for CHANGELOG:
Fix helm_resource destroy panic when helm chart release is not found
Description
Fix nil pointer deref panic in
helm_resource
introduced in2.16.0
through GH-1487. This occurs, when the to-be-destroyed resource no more exists in K8s and helm returns "release not found" as the response is nil in this case.Fixes https://github.com/hashicorp/terraform-provider-helm/issues/1500
Acceptance tests
Release Note
Release note for CHANGELOG:
References
Community Note