I could've sworn `default(Type)` was a thing but o...
# general
a
I could've sworn
default(Type)
was a thing but oh well - just write
let serviceAccountPrivateKey: pulumi.Output<string>? = undefined
b
let foo: pulumi.Output<string | undefined> = pulumi.output(undefined)