acorn-io / mongodb-atlas

0 stars 2 forks source link

Add internal secret to save state between creation and deletion steps #4

Closed lucj closed 1 year ago

lucj commented 1 year ago

This is similar to what has been done for the redis-cloud service. It uses a secret to store the name of the cluster created by the create.sh script. This is useful to make sure the deletion step actually delete the correct cluster (this is a way to avoid the deletion of an existing cluster with the same name)

lucj commented 1 year ago

Closing that one as additional changes will be done in new PR