sparse-intern-71089
11/09/2020, 6:31 PMbillowy-army-68599
millions-judge-24978
11/09/2020, 6:36 PMmillions-judge-24978
11/09/2020, 6:37 PM"@pulumi/aws": "^3.12.1",
version, I just updated to that and now i seemillions-judge-24978
11/09/2020, 6:37 PMerror: no resource plugin 'datadog-v3.12.1' found in the workspace or on your $PATH, install the plugin using `pulumi plugin install resource datadog v3.12.1`
billowy-army-68599
package.json
?millions-judge-24978
11/09/2020, 8:01 PM{
"name": "system-api",
"version": "1.0.0",
"main": "index.js",
"private": true,
"dependencies": {
"@pulumi/aws": "^3.12.1",
"@pulumi/datadog": "^2.10.0",
"@pulumi/pulumi": "^2.13.0"
}
}
white-balloon-205
pulumi stack export
- do you have an entry that looks like pulumi:providers:datadog::default_3_10_1
?
I expect this is due to https://github.com/pulumi/pulumi/issues/5619.
I'm guessing you are running this in CI or in a "new" environment that is different from where you ran previous updates? In the latter case, you would likely have the previously used plugin versions, but in either of the former cases you might not.millions-judge-24978
11/09/2020, 9:54 PM❯ pulumi stack export
{
"version": 3,
"deployment": {
"manifest": {
"time": "2020-11-09T10:53:13.942586-07:00",
"magic": "94592db9536de5e7104a9178d135d36c6df2f321f7c86cf30cb149dc72ed5a8a",
"version": "v2.13.2"
},
"secrets_providers": {
"type": "passphrase",
"state": {
"salt": "v1:OMiGD8tC8/k=:v1:fhPugw6vNhMEIu+A:GRS0zNhHxlwVDAy1f5ruwBMH2jwhwg=="
}
}
}
}
This is a stack from an integration test.. the tests fail to pulumi up
due to thismillions-judge-24978
11/11/2020, 11:37 PMaws
plugin
I1111 16:31:53.430178 86964 source_eval.go:322] handling default provider request for package datadog-3.12.1
I1111 16:31:53.430220 86964 source_eval.go:289] newRegisterDefaultProviderEvent(datadog-3.12.1): using version 3.12.1 from request
millions-judge-24978
11/11/2020, 11:54 PM}, {
...defaultOpts,
providers: [new datadog.Provider('default', { validate: false })],
});
millions-judge-24978
11/11/2020, 11:55 PMwhite-balloon-205
v3.10.1
must exist somewhere in your environment - do you have any idea where?millions-judge-24978
11/12/2020, 9:37 PMmillions-judge-24978
11/12/2020, 9:38 PMmillions-judge-24978
11/12/2020, 9:38 PM