Delete disk
step
Deletes a set of GCP disks.
gcp-step-disk-delete
This GCP step container terminates a given set of disks. For more information, check out GCP documentation here.
Deletes a set of GCP disks.
google
google.
service_account_info
google.
zone
us-central1-a
).disks[]
This GCP step container terminates a given set of disks. For more information, check out GCP documentation here.
name: delete-disks
image: relaysh/gcp-step-disk-delete
spec:
google:
service_account_info: ${connections.gcp.my-gcp-account}
zone: ${parameters.gcpZone}
disks:
- ${parameters.diskName}