-
Notifications
You must be signed in to change notification settings - Fork 46
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
Updating internal annotation fails. #2
Comments
Thanks @Phylu - I agree, likely the same problem as the issue you reference. |
I think this comment hashicorp#37 (comment) explains the issue even better that I did and even makes a suggestion on how to fix it. |
I think upstream just fixed this via hashicorp#116 |
I just cherry-picked the commits from the upstream repository and can confirm that I don't get anymore errors on update. @sl1pm4t Do you want to sync from upstream? Or shall I create a PR containing the change. |
Thanks for testing it @Phylu. |
I can confirm that it works. Thanks a lot! |
Hi there,
Updating an internal annotation fails.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Re-running
terraform apply
after adding the internal annotation should add the annotation to the kubernetes serviceActual Behavior
The command fails with the error message:
Steps to Reproduce
terraform apply
References
I thought this should not be a problem due to the PR:
The text was updated successfully, but these errors were encountered: