Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support all file endings for Terraform modules
Closes pantsbuild#21506. It's pretty common to want to include other types of files in a Terraform module (such as json configuration, sql files and such) and use them from Terraform by loading them via `file`. Some examples from the repository I'm currently working on are: .json, .sql, .zed (SpiceDB schema), so I think it makes sense to allow for any file extensions here.
- Loading branch information