diff --git a/mtdrworkshop/teardown/destroy.sh b/mtdrworkshop/teardown/destroy.sh index 33748f5..cfecdd8 100644 --- a/mtdrworkshop/teardown/destroy.sh +++ b/mtdrworkshop/teardown/destroy.sh @@ -21,14 +21,14 @@ export MTDRWORKSHOP_OKE_CLUSTER=$(cat $WORKINGDIR/mtdrworkshopclusterid.txt) echo Deleting ADB $MTDRDB ... oci db autonomous-database delete --autonomous-database-id $MTDRDB_OCID --force -echo Deleting the OKE cluster ... +echo Deleting the OKE cluster $MTDRWORKSHOP_OKE_CLUSTER ... oci ce cluster delete --cluster-id $MTDRWORKSHOP_OKE_CLUSTER --force -echo Deleting API-gateway ... +echo Deleting API-gateway $MTDRGTW_OCID ... oci api-gateway gateway delete --gateway-id $MTDRGTW_OCID --force echo Deleting Bucket ... oci os bucket delete --bucket-name mtdrworkshop --force -echo Deleting Repository ... +echo Deleting Repository $DOCKER_REGISTRY ... oci artifacts container repository delete --repository-id $DOCKER_REGISTRY