great-sunset-355
02/20/2023, 2:42 PMgcp.types.input.cloudrunv2.JobTemplateTemplateVolume.secret
is not undefined and based on that create IAMMember, however the input type is pulumi.Input<pulumi.Input<gcp.types.input.cloudrunv2.JobTemplateTemplateVolume>[]>
.
Is it possible to check if secret === undefined
without using apply
? If not I will have to create IAMMember
in apply
because this is a chicken egg problemsteep-toddler-94095
02/20/2023, 6:55 PMgreat-sunset-355
02/21/2023, 2:14 PMinterface
for this without Inputs