Include container cluster in the cleanup script

This commit is contained in:
Chris Hawk 2024-07-26 13:21:21 -07:00
parent e79c751f3a
commit c76063342e

View file

@ -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"