hashicorp / terraform-provider-vault

Terraform Vault provider
https://www.terraform.io/docs/providers/vault/
Mozilla Public License 2.0
467 stars 542 forks source link

Allow CA cert to be passed to the provider as a string #1453

Open geekofalltrades opened 2 years ago

geekofalltrades commented 2 years ago

Terraform Version

Terraform v1.1.4
on linux_amd64
+ provider registry.terraform.io/hashicorp/aws v3.74.1
+ provider registry.terraform.io/hashicorp/kubernetes v2.7.1
+ provider registry.terraform.io/hashicorp/vault v3.5.0

I'm discarding most of the issue template since this is a simple feature request.

Please allow the provider to be configured with Vault's CA cert directly as a string, as described here: https://github.com/hashicorp/terraform/issues/17008#issuecomment-355113792

et304383 commented 3 days ago

This would be incredibly helpful. How on earth has this still not been actioned?

We have the CAs in a string from an output, and we would like to pass that directly to the provider.