Skip to content

[Feature] Support Ephemeral Secrets #89

@jonas-budde

Description

@jonas-budde

Feature Request: Support for Ephemeral Secrets

Context
Terraform/OpenTofu recently introduced ephemeral values for sensitive data(tf,tofu), enabling secrets to be used only during apply-time and never persisted in the Terraform state. Providers such as azurerm have implemented support for ephemeral resources, e.g., azurerm_key_vault_secret.ephemeral.

Proposal
Implement support for ephemeral secrets in the Bitwarden Terraform provider. This would allow users to consume secrets from Bitwarden without persisting them in state files, enhancing security by reducing exposure to sensitive information.

Requested Behavior

  • Add a resource/data source or option to fetch Bitwarden secrets as ephemeral values during Terraform apply.
  • Ensure secrets fetched this way are never written to Terraform state.
  • Align behavior and documentation with the Terraform ephemeral data lifecycle.

References


Thanks for considering this enhancement!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions