https://pulumi.com logo
#python
Title
a

average-school-38756

07/15/2021, 11:33 PM
i'd like to create an
aws.secretsmanager.Secret
and a corresponding
SecretVersion
, but not have the value stored anywhere in state, not even encrypted - i just want Secrets Manager to keep track of the value. Is there a way to write this way?
b

billowy-army-68599

07/15/2021, 11:51 PM
This isn’t possible as far as im aware, you may need to provision the secret out of bounds
a

average-school-38756

07/15/2021, 11:51 PM
alright. thanks.