mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-22 10:00:23 -04:00
9 lines
123 B
HCL
9 lines
123 B
HCL
query "bad_query" {
|
|
sql = <<-EOT
|
|
this is invalid
|
|
|
|
EOT
|
|
param "tag_keys" {
|
|
default = "true"
|
|
}
|
|
} |