Skip to content
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

Support .tf files created by other bazel targets #1

Closed
ggramal opened this issue Nov 27, 2024 · 0 comments · Fixed by #3
Closed

Support .tf files created by other bazel targets #1

ggramal opened this issue Nov 27, 2024 · 0 comments · Fixed by #3

Comments

@ggramal
Copy link
Owner

ggramal commented Nov 27, 2024

There are some cases in which we would like to use .tf files after they are processed by other targets. For example setting tf backend attributes programmatically which is impossible to do using tf vars.

By design for build rules like init,plan, those files are placed under bazel-out/cpu-compilation_mode/bin In order to use those .tf files we need to copy them inside execpath

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant