Hello Team, I have a simple question. I am trying ...
# python
a
Hello Team, I have a simple question. I am trying to set a random generated password on a newly created aws secrets manager object using pulumi. The API allows me to set the name of the object but I do not see a way to set the password on it. I have tried looking through the sources in Pulumi but have not encountered a way to set the password using API. any help appreciated https://www.pulumi.com/registry/packages/aws/api-docs/secretsmanager/secret/
b
you need secret version: https://www.pulumi.com/registry/packages/aws/api-docs/secretsmanager/secretversion/ It’s poorly named in the AWS API