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_kubernetes_secret_backend #2336

Open
simonostendorf opened this issue Oct 6, 2024 · 0 comments
Open

[New Data Source]: vault_kubernetes_secret_backend #2336

simonostendorf opened this issue Oct 6, 2024 · 0 comments

Comments

@simonostendorf
Copy link

Description

Because there is a resource to configure a vault_kubernetes_secret_backend i think there should be a data source to read the configuration of the secret backend.

Potential Terraform Configuration

data "vault_kubernetes_secret_backend" "example" {
  backend = "kubernetes"
}

References

https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/kubernetes_secret_backend
https://developer.hashicorp.com/vault/api-docs/secret/kubernetes#read-configuration

Would you like to implement a fix?

No

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

No branches or pull requests

1 participant