Hey! We're running into some limitations with the...
# general
m
Hey! We're running into some limitations with the
terraform
provider and
files
. I have a couple of files that generate during build (as targets of their own), but I'm we're unable to get them into my Terraform module because this line doesn't seem to include
enable_codegen=True
. OTOH, I'm not sure how that could be changed, since we may want to pass in any file type at all for Terraform to consume, and not only Terraform sources (it's both JSON and SDL files in my case)
f