appvia / terranetes-controller

The terraform controller manages the life cycles of a terraform resource, allowing developers to self-serve dependencies in a controlled manner.
https://terranetes.appvia.io
GNU General Public License v2.0
153 stars 12 forks source link

Cannot delete a Configuration before it's been applied EVEN if it fails in init or checkov stages #1362

Open lewismarshall opened 5 months ago

lewismarshall commented 5 months ago

Describe the bug It is not possible to delete a Configuration unless the apply has worked (even if only init, or plan has failed).

To Reproduce Create a private cloud resource with no access secret. Expected behavior It's possible to delete the configuration and try again with another one.

lewismarshall commented 5 months ago

Relates to issues:

https://github.com/appvia/terranetes-controller/issues/1187 and https://github.com/appvia/terranetes-controller/issues/708