https://pulumi.com logo
h

handsome-cat-98152

04/08/2020, 11:15 AM
So, if I have a Resource with Class
{x: string, y: string}
and create it as
{x: 'hello', y: 'world', additionalSecretOutputs: ['y']}
the output of
y
would be 'secret' ?