-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform state updated with new Chart values after apply errored #828
Comments
My workaround:
This is quite a nasty bug IMO. |
This is a very nasty bug, and no one even reviewed it over two months later? |
Trying to address it in PR #857 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform, Provider, Kubernetes and Helm Versions
Affected Resource(s)
Terraform Configuration Files
Debug Output
NOTE: In addition to Terraform debugging, please set HELM_DEBUG=1 to enable debugging info from helm.
Panic Output
Steps to Reproduce
helm_release
values
(Add/change/remove any of the Helm values)terraform plan
: with the provider configuration it will retrieve a new token for connecting to the EKS cluster. This token has a 15 minutes lifespanterraform apply
Terraform apply will fail with:
Nonetheless the Terraform State will be updated with the new Values, and subsequent
terraform plan
will detect no changesExpected Behavior
Terraform state should not be updated
Actual Behavior
Terraform state is updated after the failure
Important Factoids
Using Terraform Cloud
References
Community Note
The text was updated successfully, but these errors were encountered: