We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79c751 commit c760633Copy full SHA for c760633
scripts/cleanup-project.sh
@@ -16,6 +16,7 @@ ZONE="us-central1-a"
16
main() {
17
# note: the ordering here is deliberate, to start with
18
# leaf resources and work upwards to parent resources.
19
+ cleanup_resource "container" "clusters" "" "--zone=$ZONE"
20
cleanup_resource_per_region "compute" "vpn-tunnels"
21
cleanup_resource "compute" "instances" "" "--zone=$ZONE"
22
cleanup_resource_per_region "compute" "addresses"
0 commit comments