How do I manage an `aws.directoryservice.Directory...
# aws
l
How do I manage an
aws.directoryservice.Directory
password? If I change the password using Pulumi, it wants to replace the Directory. If I change it outside Pulumi and
ignoreChanges: ["password"]
then I get an error that it's missing the password property. Ideally, I want it to not read or write the password, just work around it.