-
Notifications
You must be signed in to change notification settings - Fork 992
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
Crash when applying kubernetes resources #1039
Comments
@martinisoft thanks for this report! I'm going to see if I can reproduce it and work on a fix asap. |
Awesome thanks @dak1n1 |
I was able to reproduce the crash by taking a Deployment example I had locally and passing an empty A work-around for this issue is to completely omit the |
This issue has been open 365 days with no activity. If this issue is reproducible with the latest version of the provider and with Terraform 0.12/0.13, please comment. Otherwise this issue will be closed in 30 days. |
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. |
This issue was originally opened by @martinisoft as hashicorp/terraform#26610. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Terraform Configuration Files
Debug Output
https://gist.github.com/martinisoft/646e5b312717047457313dc63ce1720c
Crash Output
https://gist.github.com/martinisoft/646e5b312717047457313dc63ce1720c
Expected Behavior
I should have seen it apply the resource modifications to my kubernetes cluster
Actual Behavior
A crash shortly in the middle of the apply
Steps to Reproduce
terraform apply --auto-approve
Additional Context
This is an existing kubernetes cluster with these resources previously deployed, then modifying their deployment type via HCL and using terraform apply.
References
None
The text was updated successfully, but these errors were encountered: