-
Notifications
You must be signed in to change notification settings - Fork 991
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
Unable to show resources with self_link in metadata #1301
Comments
Unrelated but FYI I was just notified issue_triage failed with
|
Looks like we need a StateUpgrader to delete the A workaround here is run |
Thanks for letting us know! I added some fixes to my Github Workflow PR that's in progress here: #1300 |
Ive already tried Any idea how I can fix this ?
|
Ok so i got hold of https://github.com/hashicorp/terraform-provider-google/pull/10424/files ! Found the fix. Replaced |
Any solution for this? I'm getting this error after upgrading from 2.0.0 to 2.78:
|
@MeNsaaH similar issue here, version 2.11.0. Were you able to resolve it? |
@tobamaestro no. I had to downgrade |
@MeNsaaH Thanks for quick reply! Did you try running |
@tobamaestro I'm not sure I did. I think I deleted my lock file, ran init then destroyed |
I encountered this issue, refreshing didn't help. I resolved it using |
Happening with me on version 2.13.0.
|
Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you! |
Terraform Version, Provider Version and Kubernetes Version
Affected Resource(s)
kubernetes_config_map
kubernetes_namespace
Terraform Configuration Files
Debug Output
Panic Output
Steps to Reproduce
kubernetes_config_map
with v2.3.0 (or earlier) of the Kubernetes providerterraform state show kubernetes_config_map.example
to verify it worksterraform state show kubernetes_config_map.example
will no longer work withunsupported attribute "self_link"
error messageExpected Behavior
The resource should have been output.
Actual Behavior
unsupported attribute "self_link"
error messageImportant Factoids
This also causes errors if you try to open
terraform console
in any affected directories.References
It appears to stem from #1294 cc @dak1n1
Community Note
The text was updated successfully, but these errors were encountered: