This message was deleted.
# python
s
This message was deleted.
k
This is how I’m returning the output:
Copy code
self.outputs = {"bucket": bucket, "acceleration_status": bucket.acceleration_status}
so pulumi_aws returns the encrypted acceleration_status (i passed it into pulumi_aws through
add_additional_secrets
). It stays encrypted if it’s a separate output but gets decrypted if I return the whole bucket object.
ok more updates, i checked with RDS databases. When I provision an RDS database through pulumi_aws, it encrypts the password in the output. When I provision the same database using a Component Resource and return the database object as a whoke, it decrypts the password and returns it in plaintext