rapid-raincoat-36492
10/19/2021, 3:21 AMPromise<string>
, like the output from vault.generic.getSecret
, into a provider input, like datadog.Provider
, which only takes string
?red-match-15116
10/19/2021, 3:25 AMInput<string>
?Promise<string>
directly into it then.
Input<T>
is actually T | Output<T> | Promise<T>
so it should “just work”