aarrgghh, CloudFormation. (fist shake) ```prod-mic...
# random
s
aarrgghh, CloudFormation. (fist shake)
Copy code
prod-microservices-core | CREATE_FAILED | AWS::SecretsManager::Secret | RDSSecretA2B52E34 You can't create this secret because a secret with this name is already scheduled for deletion.
now my options are: pick a new name for the secret, or wait 7 days for the other one to delete
aha!
aws secretsmanager delete-secret --force-delete-without-recovery --secret-id 'prod/rds'
f
Yup 👍