-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import hcl instead of inlining #46
Comments
Also curious about pointing to a root folder containing |
The use case would be to allow operators to |
@jmatsushita As this controller will be deployed to a Kubernetes controller, pointing to a root folder won't be possible unless we find a way to mounting them to the container, in which the controller run. But we definitely can support a Github repo or folder URL, or a shared object storage URL, like OSS. Then we can have an alternative to inlining Terraform configurations. Does it match your requirement? |
I'm looking through some of the projects related to running Terraform with an Operator or Controller method, and personally it really detracts to the experience if I cannot use a git repository to store |
@roberthstrand Thanks for your feedback. The remote HCL git repo support will be implemented soon. Thanks. |
I would like apply for this project under the LFX mentorship program. I have read the previous comments and the requirements you mentioned. Looking forward to it. :) |
@Belyenochi Looking forward to your contribution:) |
@jmatsushita @roberthstrand , it's supported in #110 . |
Excellent, thank you for the update. I will give it a spin this weekend. |
Based on this feature, sub-folders of a git repo to indicate the HCL file location will be supported #124 . |
Hello,
I see there is a
examples/tf-native
folder with*.tf
files. Is it possible to use external*.tf
files instead of usingspec.hcl
yaml blocks?Thanks!
Jun
The text was updated successfully, but these errors were encountered: