Hi, I'm using the the AWS Pulumi module with Pyth...
# aws
b
Hi, I'm using the the AWS Pulumi module with Python - I'm trying to create a DocumentDB cluster instance, however, I cannot see how to turn on
storage_encryption
as it's not an Input - however it is specified as an Output - https://www.pulumi.com/docs/reference/pkg/aws/docdb/clusterinstance/#storage_encrypted_python Am I missing something? Am I suppose to use
opts
?
a
I think you need to configure it at a cluster level. There's a
storage_encrypted
input.
b
@ambitious-father-68746 you are spot on!! thank you