sparse-intern-71089
12/06/2023, 4:15 AMgreen-stone-37839
12/06/2023, 4:23 AMgetOutput("someKey")
return type is pulumi.Output<any>
not pulumi.Output<string>
.
You could leave the variable untyped const ip = ...
or also use an apply statement to provide the string type.
getOutput("someKey").apply(s => <string>s);
able-artist-91005
12/06/2023, 4:24 AMgreen-stone-37839
12/06/2023, 4:25 AMable-artist-91005
12/06/2023, 4:25 AMsalmon-account-74572
12/06/2023, 4:58 PM