vault_transit_decrypt

This is a data source which can be used to decrypt ciphertext using a Vault Transit key.

Example Usage

data "vault_transit_decrypt" "test" {
  backend     = "transit"
  key         = "test"
  ciphertext  = "vault:v1:S3GtnJ5GUNCWV+/pdL9+g1Feu/nzAv+RlmTmE91Tu0rBkeIU8MEb2nSspC/1IQ=="
}

Argument Reference

Each document configuration may have one or more rule blocks, which each accept the following arguments:

Attributes Reference