cuddly-hairdresser-74798
12/21/2022, 9:41 AMIAMCustomRole
, however, I'm confused why the docs at https://www.pulumi.com/registry/packages/gcp/api-docs/projects/iamcustomrole/#inputs don't show the orgId
property while the TS compiler (by way of VS Code) seems to insist on it being thereorganizations.IAMCustomRole
and projects.IAMCustomRole
projects.IAMBinding
and I'm setting project
in the IAMBindingArgs
which appeases VS Code, but when running pulumi preview
I get a stack trace saying Missing required property 'project'
serviceaccount.Account
input argsconst
string is allowed apparentlylittle-cartoon-10569
12/21/2022, 7:12 PMcuddly-hairdresser-74798
12/21/2022, 8:40 PMproject
import in the first screenshot refers to the variable in the second oneproject
is already used for the Account
input args, where it apparently works finelittle-cartoon-10569
12/21/2022, 8:53 PMcuddly-hairdresser-74798
12/21/2022, 8:55 PMPulumi.staging.yaml
that has a gcp:project
key within config
Account
, so why does it fail for this?)IAMBinding
definitionlittle-cartoon-10569
12/21/2022, 8:58 PMcuddly-hairdresser-74798
12/21/2022, 8:58 PMlittle-cartoon-10569
12/21/2022, 8:58 PMcuddly-hairdresser-74798
12/21/2022, 9:20 PMproject
value is undefined