mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-11 00:02:37 -04:00
6 lines
107 B
HCL
6 lines
107 B
HCL
query "localq1" {
|
|
title ="LocalQ1"
|
|
description = "THIS IS LOCAL QUERY 1"
|
|
sql = ".tables"
|
|
}
|