Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
08/12/2022, 8:04 AM
This message was deleted.
e
echoing-dinner-19531
08/12/2022, 9:29 AM
Yes, it's possible to have multiple versions of providers used within one program.
a
abundant-megabyte-13431
08/14/2022, 3:56 PM
Hi, how can i do to use the different version on the different stack. for example of golang, do i need to edit the provider's tag in the go.mod?
e
echoing-dinner-19531
08/14/2022, 7:14 PM
Yeh I think go will let you import the same package at two different versions.
https://stackoverflow.com/questions/54131003/using-different-version-of-go-package-in-single-project
at least suggests it is possible. The pulumi core engine has on issues with loading two versions of the same provider, so it's just per language limitations that might play a part here.
a
abundant-megabyte-13431
08/16/2022, 6:28 AM
Got it, thank you very much
32
Views
Open in Slack
Previous
Next