https://pulumi.com logo
Title
b

billions-forest-38488

10/08/2020, 12:28 PM
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

ambitious-father-68746

10/08/2020, 1:52 PM
I think you need to configure it at a cluster level. There's a
storage_encrypted
input.
b

billions-forest-38488

10/08/2020, 2:04 PM
@ambitious-father-68746 you are spot on!! thank you