Hey guys: - I currently encountered this error: (w...
# general
f
Hey guys: • I currently encountered this error: (when trying to intialize new cloudInit.Config `error: no resource plugin 'cloudinit-v4.28.0' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource cloudinit v4.28.0`` • but when i do
pulumi plugin install resource cloudinit v4.28.0:
the following error appears:
error: [resource plugin cloudinit-4.28.0] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-cloudinit-v4.28.0-windows-amd64.tar.gz>
• it looks like the access is denied, even if i try open that downlad url in my browser (see on image) • And I cannot find anywhere, the lists of available plugins, or anything like that, does it even exists? Investigation • First of all what I see, the version which is it trying to download is wrong ◦ the current cloudInit version is 1.3.0 but it wants to download plugin for version 4.28.0 ▪︎ The only 4.28.0 version library I have is @pulumi/aws, so there's some I think naming problem... because when I downgraded the @pulumi/aws to 4.27.0 it now wants to download cloudinit v4.27.0 which is wrong, this should always download 1.3.0 and the version shouldn't be based on aws library WTFF