shalb / cluster.dev

Cloud-native infrastructure templating. Creating cloud installers for SaaS. Replication of complex cloud-native infrastructures.
https://docs.cluster.dev/
GNU Affero General Public License v3.0
401 stars 36 forks source link

General option for unit destroy protection #180

Open romanprog opened 1 year ago

romanprog commented 1 year ago

Add option destroy_protection: true/false which will prevent the destruction of the unit and all its dependencies. To destroy protected units, should to change the option to false, execute the cdev apply and after that the destroy will become possible.

What would you like to add

Why is this needed

Comments