Open
Description
Describe the bug
Currently, the terraform backend only supports *.tf
files. There are a lot of situations where other file types are necessary, such as when keeping configuration for some system in a .json
or some other format, which is then read by the Terraform module.
I think it would be good to relax this constraint to support any and all filetypes, but keep the default to *.tf
as to not have undesired consequences.
Pants version
2.21.0.rc0
OS
Linux
Additional info
n/a
Activity