terraform-provider-vault
terraform-provider-vault copied to clipboard
[Enhancement]: Support ephemeral values in terraform 1.10.0
trafficstars
Description
Terraform released ephemeral values in the latest 1.10.0 which would be really useful when dealing with vault secrets, avoiding to have them stored in the state. Here is the documentation of the feature https://www.hashicorp.com/blog/terraform-1-10-improves-handling-secrets-in-state-with-ephemeral-values
Any chances we could see this in a near future on the provider ?
Affected Resource(s) and/or Data Source(s)
vault_generic_secret
Potential Terraform Configuration
No response
References
https://www.hashicorp.com/blog/terraform-1-10-improves-handling-secrets-in-state-with-ephemeral-values
Would you like to implement a fix?
None