https://pulumi.com logo
Title
a

agreeable-businessperson-73427

11/03/2022, 11:40 PM
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

billowy-army-68599

11/04/2022, 12:20 AM
you need secret version: https://www.pulumi.com/registry/packages/aws/api-docs/secretsmanager/secretversion/ It’s poorly named in the AWS API