Skip to content
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

[New Data Source]: vault_transit_secret_backend_key #2326

Open
simonostendorf opened this issue Sep 17, 2024 · 0 comments · May be fixed by #2327
Open

[New Data Source]: vault_transit_secret_backend_key #2326

simonostendorf opened this issue Sep 17, 2024 · 0 comments · May be fixed by #2327

Comments

@simonostendorf
Copy link

simonostendorf commented Sep 17, 2024

Description

I would like to read information about a transit key (see docs) using terraform.

Potential Terraform Configuration

data "vault_transit_secret_backend_key" "example" {
  backend = vault_mount.transit.path
  name    = "example-key"
}

References

https://developer.hashicorp.com/vault/api-docs/secret/transit#read-key

Would you like to implement a fix?

Yes

@simonostendorf simonostendorf linked a pull request Sep 17, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant