terraform-provider-vault icon indicating copy to clipboard operation
terraform-provider-vault copied to clipboard

`client_id` and `client_secret` is undocumented for `vault_identity_oidc_client`

Open aucampia opened this issue 1 year ago • 1 comments

vault_identity_oidc_client provides client_id and client_secret as output:

https://github.com/hashicorp/terraform-provider-vault/blob/9f1b371673291df05abc0247fdea0fcb0bc060ed/vault/resource_identity_oidc_client.go#L68-L78

But it is not documented as far as I can tell:

https://github.com/hashicorp/terraform-provider-vault/blob/9f1b371673291df05abc0247fdea0fcb0bc060ed/website/docs/r/identity_oidc_client.html.md

aucampia avatar Jul 28 '23 14:07 aucampia

I can do this, if that's fine.

jgrumboe avatar Oct 11 '23 07:10 jgrumboe