Stop instances
step
Stops a set of GCP compute instances.
gcp-step-instance-stop
This GCP step container stops a given set of instances. For more information, check out GCP documentation here.
Stops a set of GCP compute instances.
google
google.
service_account_info
google.
zone
us-central1-a
).instances[]
This GCP step container stops a given set of instances. For more information, check out GCP documentation here.
name: stop-instances
image: relaysh/gcp-step-instance-stop
spec:
google:
service_account_info: ${connections.gcp.my-gcp-account}
zone: ${parameters.gcpZone}
instances:
- ${parameters.instanceName}