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 for running multiple versions of the same provider #16641

Closed
rochdev opened this issue Nov 14, 2017 · 3 comments
Closed

Support for running multiple versions of the same provider #16641

rochdev opened this issue Nov 14, 2017 · 3 comments

Comments

@rochdev
Copy link

rochdev commented Nov 14, 2017

This is not supported right now and results in an error.

@apparentlymart
Copy link
Contributor

Hi @rochdev,

In the initial design for explicit provider versions we decided to require a single version of each provider across the entire configuration because providers can use mechanisms such as in-process caching and semaphores to optimize their work, and this wouldn't work dependably if there were multiple instances of the same provider running.

At this time we don't plan to support multiple versions of the same provider for the above reason. This restriction may be relaxed in future if we are able to provide other ways to handle synchronization between plugins, but other work will prevent us from making such a change for the time being.

@m4h3
Copy link

m4h3 commented Jan 11, 2018

This makes terraform module registry barely usable at the moment as you'll likely end up in different provider versions enforcement.

@ghost
Copy link

ghost commented Apr 5, 2020

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 ghost locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants