On creation of a Vault token, you can pass a metadata map: https://www.vaultproject.io/api/auth/token/index.html#parameters
meta
(map: {})
– A map of string to string valued metadata. This is passed through to the audit devices.
Does the vault_token resource in the Terraform provider support this? I don’t see it listed.
https://www.terraform.io/docs/providers/vault/r/token.html
Is it implemented as an argument common to all resources in this provider, or something, or is it just missing?