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
Can we provide some mechanism to "pull" custom plugins during "terraform init"? We have a couple of custom terraform plugins to provide functionality not covered in existing Terraform plugins (specifically things on the Windows Active Directory domain side of things). Because Terraform utilizes a per-directory "cache" of Terraform modules, having to manually copy the exe's into the right spot for each directory becomes a pain, especially when onboarding new people to Terraform and having to explain why some plugins come down automatically and others must be manually copied into the directory.
Perhaps some kind of flag to "terraform init" specifying a URL that would allow terraform to find the plugins it needs? Maybe it only uses this custom provider URL if it can't find a plugin the "normal" way (lower order of precedence)?
This seems to be covering a similar set of use-cases as #15252, so I'm going to close this one just to consolidate discussion over there.
Design work has begun on some of the items I discussed in that other issue, and a means to install providers from locations other than releases.hashicorp.com will definitely be coming in a future release.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 2, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Can we provide some mechanism to "pull" custom plugins during "terraform init"? We have a couple of custom terraform plugins to provide functionality not covered in existing Terraform plugins (specifically things on the Windows Active Directory domain side of things). Because Terraform utilizes a per-directory "cache" of Terraform modules, having to manually copy the exe's into the right spot for each directory becomes a pain, especially when onboarding new people to Terraform and having to explain why some plugins come down automatically and others must be manually copied into the directory.
Perhaps some kind of flag to "terraform init" specifying a URL that would allow terraform to find the plugins it needs? Maybe it only uses this custom provider URL if it can't find a plugin the "normal" way (lower order of precedence)?
Something like:
The text was updated successfully, but these errors were encountered: