This message was deleted.
# general
s
This message was deleted.
g
Pulumi does not yet mark them as secret automatically. We will do this in the future as part of https://github.com/pulumi/pulumi-terraform/issues/449. In the meantime, you can use
additional_secret_outputs
per https://www.pulumi.com/docs/intro/concepts/programming-model/#additionalsecretoutputs to mark specific resource properties as secrets.
c
So it looks like the masking works if you mask on the whole entire object. For example, we have s3loggings.s3SecretKey. Is it possible only mask the s3secretKey vs masking all the values in the s3loggings block?
g
Currently it can only be applied to top-level properties or objects. I've opened https://github.com/pulumi/pulumi/issues/3144 to track supporting nested properties.
c
👍