hashicorp-services/tfm

Use Regex in the .tfm.hcl file

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Within the .tfm.hcl config file, allow regex to be used.

Describe the solution you'd like

Below is an example of using regex in the workspaces list to copy all workspaces matching the pattern

"workspaces" = [
  "tfe-src-ws-*"
]