-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
dep check fails in pkg/terraform/exec #1471
Comments
I'm also not all that clear on the Terraform/plugin split. @abhinavdahiya?
Here, but it doesn't go into detail about the Terraform nesting. |
More concretely, how would I go about adding
I then point the installer at the
And I'm not sure if that was a clever hack, or the intended way to do it, but it works for my dev environment. 😆 |
maybe this will help abhinavdahiya@7b71c90 |
|
@abhinavdahiya I figured out the |
do you think #1471 (comment) should be added in the hack dir / dev readme ? |
Version
dev environment
Platform (all):
I want to add the azure terraform provider, and I'm looking at how I should manage the dependencies under
pkg/terraform/exec
.from latest master, running
dep check
under theexec
folder fails with :dep version :
I'll just send a PR to fix the above if in case it's not expected.
I am unsure how you manage the dependencies under this folder as there seems to be a hierarchy between exec and the plugins?
Do you have docs around how to manage the dependencies for terraform?
Thanks
The text was updated successfully, but these errors were encountered: