mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-24 11:00:34 -04:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
6 lines
87 B
HCL
6 lines
87 B
HCL
query "q1"{
|
|
title ="Q1"
|
|
description = "THIS IS QUERY 1"
|
|
sql = "select 1"
|
|
}
|