terraform-provider-vault
terraform-provider-vault copied to clipboard
Terraform Vault provider
I have next vault provider configuration: ```hcl provider "vault" { address = "http://${data.kubernetes_service.vault.status[0].load_balancer[0].ingress[0].ip}:8200" token = data.google_kms_secret.keys.plaintext } data "kubernetes_service" "vault" { metadata { name = "vault" namespace = module.vault.namespace }...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...
### Terraform Version v1.0.8 ### Affected Resource(s) - vault_identity_entity_alias ### Terraform Configuration Files ```hcl resource "vault_identity_entity_alias" "foo" { name = "test_foo" mount_accessor = "auth_aws_ca8e7d5d" canonical_id = "3273aef9-664a-4ede-8802-a27affab0f63" } ``` ###...
Hi All, Both `terraform-provider-consul` and `terraform-provider-nomad` supports `ca_pem/cert_pem+key_pem` arguments for tls client auth allowing to pass those secrets directly from data sources. But `terraform-provider-vault` lacks this support, and has only...
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...