Files
steampipe/pkg/steampipeconfig/testdata/mods/query_with_paramdefs/query.sp

6 lines
88 B
HCL

query "q1"{
title ="Q1"
description = "THIS IS QUERY 1"
sql = "select $1"
}