From c76063342ebaf9833bd9b128ff2d322d164387c5 Mon Sep 17 00:00:00 2001 From: Chris Hawk Date: Fri, 26 Jul 2024 13:21:21 -0700 Subject: [PATCH] Include container cluster in the cleanup script --- scripts/cleanup-project.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cleanup-project.sh b/scripts/cleanup-project.sh index b05a2f1..76f9714 100755 --- a/scripts/cleanup-project.sh +++ b/scripts/cleanup-project.sh @@ -16,6 +16,7 @@ ZONE="us-central1-a" main() { # note: the ordering here is deliberate, to start with # leaf resources and work upwards to parent resources. + cleanup_resource "container" "clusters" "" "--zone=$ZONE" cleanup_resource_per_region "compute" "vpn-tunnels" cleanup_resource "compute" "instances" "" "--zone=$ZONE" cleanup_resource_per_region "compute" "addresses"