We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad272b commit 667ddc5Copy full SHA for 667ddc5
stackql/scripts/stop-instances/stop-instances.iql
@@ -20,7 +20,7 @@
20
>>>
21
{{ $root := . }}
22
{{range $root.instances}}
23
-EXEC /*+ AWAIT */ google.compute.instances.stop
+EXEC google.compute.instances.stop
24
@instance='{{.name}}',
25
@project='{{$root.project}}',
26
@zone='{{$root.zone}}';
0 commit comments