hashicorp / terraform-provider-template

Terraform template provider
https://www.terraform.io/docs/providers/template/
Mozilla Public License 2.0
130 stars 89 forks source link

Feature request: Render variables in filenames in template_dir #61

Open ApsOps opened 5 years ago

ApsOps commented 5 years ago

When using template_dir to render variables in files, it should also render variables in filenames.

For example, ${env_name}-db.yaml should render to prod-db.yaml for var env_name=prod.