Skip to content

[Enhancement]: store parameter for the Create/Update tokenization transformation #2389

Open
@opp-svega

Description

Description

It looks like the terraform provider does not support the stores parameter on the vault_transform_transformation resource. Because of this, i have to use a funky work around using the restapi provider.

https://developer.hashicorp.com/vault/api-docs/secret/transform#stores

Affected Resource(s) and/or Data Source(s)

  • vault_transform_transformation

Potential Terraform Configuration

resource "vault_transform_transformation" "example" {
  path          = vault_mount.example.path
  name          = "ccn-fpe"
  type          = "fpe"
  template      = "ccn"
  tweak_source  = "internal"
  allowed_roles = ["payments"]
  stores        = ["example_store"]
}

References

No response

Would you like to implement a fix?

None

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions