cuddly-father-4905
05/12/2021, 7:13 PMProject
from `@pulumi/gcp/organizations`: new Project('project:dev', { ...config })
is invalid, whereas IAMBinding
from `@pulumi/gcp/projects`: new IAMBinding('iam:my-role', { ...config })
is validbillowy-army-68599
05/12/2021, 7:14 PMcuddly-father-4905
05/12/2021, 7:18 PMname
field inside the args object for the resource, but this is the "name" parameter that all Pulumi resources have, regardless of the cloud provider being usedbillowy-army-68599
05/12/2021, 7:18 PMname
field with auto namingnew Project('project:dev')
it creates a resource with name project:dev-xxxxxx
which is still used for the API callcuddly-father-4905
05/12/2021, 7:24 PMbillowy-army-68599
05/12/2021, 7:26 PMcuddly-father-4905
05/12/2021, 7:27 PM