I tried `new gcp.Provider().name` but that has type `Output<string | undefined>` I suppose I c...
f
I tried
new gcp.Provider().name
but that has type
Output<string | undefined>
I suppose I can call
.get()
and freak out if undefined but seems like a real dance to get a config value that is in the yaml file