-
Notifications
You must be signed in to change notification settings - Fork 988
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
kubernetes_deployment resources #1880
Comments
Hi @jan4984, Thank you for opening this issue. As you can see from the source code here and here If you want to delete resources {
limits = {}
requests = {}
} I will update our documentation. Thank you. |
Thank you @arybolovlev. If I keep resources {
limits = {}
requests = {}
} then everytime
It's the right way of |
Hi @jan4984, Thank you for spotting this one! I am working on a solution and let you know once it is done. |
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 Version, Provider Version and Kubernetes Version
Affected Resource(s)
kubernetes_deployment
Terraform Configuration Files
Debug Output
when I comment out the resources {} block, the deployment didn't updated
Panic Output
Steps to Reproduce
terraform apply
terraform apply
Expected Behavior
the deployment should remove his resources block
Actual Behavior
terraform apply output
No changes. Your infrastructure matches the configuration.
If I set
limite
andrequest
to{}
,even not change the configuration, everytimeterraform apply
update the developmentReferences
#1876
#754
Please don't close bug arbitrarily
The text was updated successfully, but these errors were encountered: