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 d9a747d commit f7c6db1Copy full SHA for f7c6db1
stackql/scripts/check-instances/check-instances.iql
@@ -1,12 +1,5 @@
1
-<<<jsonnet
2
-{
3
- project: 'stackql-demo-2',
4
- zone: 'australia-southeast1-b',
5
- nameLike: 'actions-test-',
6
-}
7
->>>
8
SELECT id, name
9
FROM google.compute.instances
10
WHERE project = '{{.project}}'
11
AND zone = '{{.zone}}'
12
-AND name LIKE '{{.nameLike}}%';
+AND name LIKE 'actions-test-%';
0 commit comments