terraform-provider-vault
terraform-provider-vault copied to clipboard
[Docs]: importer not generated for identity_oidc*
Documentation Link
https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/identity_oidc_provider#import
Description
Documentation states that resources like vault_identity_oidc_provider
can be imported as usual, but when trying it on terraform 1.8.1, plugin version 4.2.0 i get:
│ Error: resource vault_identity_oidc_provider doesn't support import
References
Place where importer should be: https://github.com/hashicorp/terraform-provider-vault/blob/f69304303bddaf4f7a6b34428d03557e38d2e4d1/vault/resource_identity_oidc_provider.go#L23
Generator having the correct template: https://github.com/hashicorp/terraform-provider-vault/blob/main/codegen/templates/resource.go.tpl#L83-L85
Would you like to implement a fix?
No