mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 02:10:27 -07:00
Include container cluster in the cleanup script
This commit is contained in:
parent
e79c751f3a
commit
c76063342e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue