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 #34981

Open
iamunni opened this issue Apr 11, 2024 · 2 comments
Open

Support for running multiple versions of the same provider #34981

iamunni opened this issue Apr 11, 2024 · 2 comments
Labels
enhancement new new issue not yet triaged

Comments

@iamunni
Copy link

iamunni commented Apr 11, 2024

Terraform Version

latest

Use Cases

we have moduleA which use provider version 1.x, and we have a new moduleB using provider 2.x. Now, due to the limitation of the provider versioning, we will have to upgrade the moduleA to use provider version 2.x. We're not able to use both version of providers at the same time even with different aliases

Attempted Solutions

nil

Proposal

#16641
This support was not added due to reasons mentioned in the above issue. Just wanted to checkin and ask if anything changed in the architecture that we can add support multiple versions of same providers?

References

No response

@iamunni iamunni added enhancement new new issue not yet triaged labels Apr 11, 2024
@iamunni
Copy link
Author

iamunni commented Apr 29, 2024

@apparentlymart can you please take a look?

@crw
Copy link
Collaborator

crw commented Apr 29, 2024

Hi @iamunni, there are no updates. This issue is somewhat related to #19932, in the sense that they both represent desired changes to the current restrictions in defining dependencies.

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

No branches or pull requests

2 participants