i'd like to create an `aws.secretsmanager.Secret` ...
# python
a
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
This isn’t possible as far as im aware, you may need to provision the secret out of bounds
a
alright. thanks.