You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
v1.7.3
Affected Resource(s)
Please list the resources as a list, for example:
harness_platform_file_store_file
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
I would like to submit a feature request for the resource harness_platform_file_store_file. Right now it does not support passing the file contents directly into it (like the local file above). This forces us to either build the file dynamically with a local file or have the file already pre-built in the repo. The issue is that most files need to be built dynamically when used in a module format to provide a module that can be used in multiple instances. Because of this we have to use a local file since harness_platform_file_store_file only supports passing in the full file directly and not the content. The local file recreates every single time due to its own limitations (please see note here = https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file). This makes the terraform output extremely messy. I would like the ability to pass the file contents directly into the harness_platform_file_store_file resource like we are doing above for the local_file.
The text was updated successfully, but these errors were encountered:
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
v1.7.3
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
I would like to submit a feature request for the resource harness_platform_file_store_file. Right now it does not support passing the file contents directly into it (like the local file above). This forces us to either build the file dynamically with a local file or have the file already pre-built in the repo. The issue is that most files need to be built dynamically when used in a module format to provide a module that can be used in multiple instances. Because of this we have to use a local file since harness_platform_file_store_file only supports passing in the full file directly and not the content. The local file recreates every single time due to its own limitations (please see note here = https://registry.terraform.io/providers/hashicorp/local/latest/docs/resources/file). This makes the terraform output extremely messy. I would like the ability to pass the file contents directly into the harness_platform_file_store_file resource like we are doing above for the local_file.
The text was updated successfully, but these errors were encountered: