You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are managing the appMesh resource from K8s manifest file for that we installed appMesh controller in K8s. Every time when we make small changes in virtualNode or virtualRouter and run terraform again it ask for destroy and create instead of in-place upgrade. When it try to delete the resource it failed because virtualNode has dependency on VirtualRouter, VirtualService and VirtualGateway.
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Hey @gaurav04 👋 Thank you for taking the time to raise this! It looks like you might be using the Kubernetes provider for this. For issues related to that provider, you'll want to open an issue in the provider's repository.
Given that this one isn't related to the AWS provider, we'll close this out.
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Core Version
v1.5.0
AWS Provider Version
v4.67.0
Affected Resource(s)
We are managing the appMesh resource from K8s manifest file for that we installed appMesh controller in K8s. Every time when we make small changes in virtualNode or virtualRouter and run terraform again it ask for destroy and create instead of in-place upgrade. When it try to delete the resource it failed because virtualNode has dependency on VirtualRouter, VirtualService and VirtualGateway.
Expected Behavior
Plan: 0 to add, 1 to change, 0 to destroy.
Actual Behavior
Plan: 1 to add, 1 to change, 1 to destroy.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
If we change perRetryTimeout value form 10000 to 5000
Steps to Reproduce
change perRetryTimeout from 10000 to 5000
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: