The issue cause is because we were using an old version of pulumi/gcp
package. In package.json
, we updated it from :
"dependencies": {
"@pulumi/gcp": "^0.18.14"
}
to
"dependencies": {
"@pulumi/gcp": "^4.9.0"
}
And now it works : it is not stuck at gcp.organizations.getIAMPolicy
operation.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…