IBM / cis-integration

The goal of this project is to automate CIS integration for IBM Cloud application platforms. We will produce a command-line tool that customers can use to simplify this process.
Apache License 2.0
3 stars 0 forks source link

Overhaul for deleting Schematics workspaces #24

Closed Pseusco closed 3 years ago

Pseusco commented 3 years ago

Previously, we were deleting the CIS resources separately from deleting the Schematics workspaces when using the --terraform version of --delete. This completely breaks the Schematics workspaces that are connected to the resources on the CIS instance. This change uses the internal destroy action in the Schematics workspace to delete the CIS resources safely. We can also now distinguish between Code-Engine-related workspaces and IKS-related workspaces, no longer deleting them all indiscriminately.