-
Notifications
You must be signed in to change notification settings - Fork 986
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.io annotations are not available as attributes on GCP #874
Comments
Also facing this:
Specifically we're setting the We then want to read back this annotation using a Our current work-around is to manually copy the JSON from the annotation into a local Terraform variable then continue processing from there (fortunately this annotation does not regularly change). |
Relates to #722 |
Hi, when using a
|
We're looking into adding a provider-level annotation ignore/allow list, which should fix the issue described here. Let's track this over here: #746 |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Terraform Version and Provider Version
Terraform v0.12.25
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
What should have happened?
terraform state show kubernetes_ingress.app
should show kubernetes.io/GCP annotations.Actual Behavior
Output of
terraform state show data.kubernetes_ingress.app
output of
kubectl get ingress app-ingress -o yaml
Steps to Reproduce
Create a kubernetes_ingress on GCP (using the guide from the Terraform docs to layer the providers).
Show state of the ingress.
Important Factoids
References
May be related to #60
Community Note
The text was updated successfully, but these errors were encountered: