mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-13 16:00:12 -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"
|
|
}
|
|
} |