Is there a way to download resource plugins manual...
# general
g
Is there a way to download resource plugins manually? I am using Pulumi v1.13.1 on Windows 10 WSL Ubuntu 18.04 and it takes around 44 minutes to download resource plugin azure-1.13.0 (same for other plugins). It works fine on a Azure Build Agent so as a workaround I want to download and install the resource plugins manually on my local machine.
t
You can put the binaries to
~/.pulumi/plugins
g
I have the Pulumi binaries, what I need are the plugins located under: $ ls -t ~/.pulumi/plugins/ | head resource-azure-v1.13.0.tmp533416907 resource-azure-v1.13.0.tmp032751649 resource-azure-v1.13.0.tmp301486500 resource-kubernetes-v1.5.3 resource-azuread-v1.5.0 resource-azure-v1.14.0 resource-kubernetes-v1.6.0 resource-azuread-v1.7.0 Is there a possibility to fetch them using curl or wget and extract them under ~/.pulumi/plugins?
t
I thought you wanted to copy them from one server of yours to a local machine?
g
I would like to download the plugins directly from the Pulumi repository if possible
t
g
I was able to find out the package URL: https://api.pulumi.com/releases/plugins/pulumi-resource-azure-v1.13.0-linux-amd64.tar.gz However, there must be a problem with my ISP. Thank you for your support 🙂