sparse-intern-71089
04/27/2023, 5:27 AMlimited-rainbow-51650
04/27/2023, 7:29 AMrandom
package, containing the RandomPassword
resource:
https://www.pulumi.com/registry/packages/random/api-docs/randompassword/bland-dog-47600
04/27/2023, 2:51 PMlimited-rainbow-51650
04/27/2023, 2:53 PMbland-dog-47600
04/27/2023, 2:54 PMlimited-rainbow-51650
04/27/2023, 3:01 PMresult
output property is marked as a secret
and we track the usage of this value all over your Pulumi program:
https://github.com/pulumi/pulumi-random/blob/master/provider/cmd/pulumi-resource-random/schema.json#L296-L300
E.g. for the TS SDK, this results to this code:
https://github.com/pulumi/pulumi-random/blob/master/sdk/nodejs/randomPassword.ts#L222bland-dog-47600
04/27/2023, 3:04 PM