mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-26 08:00:57 -05:00
21 lines
453 B
Plaintext
21 lines
453 B
Plaintext
# options "connection" {
|
|
# cache = true
|
|
# cache_ttl = 300
|
|
# }
|
|
#
|
|
# options "terminal" {
|
|
# multi = true
|
|
# output = "table"
|
|
# header = false
|
|
# separator = ","
|
|
# timing = false
|
|
# search_path = ""
|
|
# search_path_prefix = ""
|
|
# watch = true
|
|
# autocomplete = false
|
|
# }
|
|
|
|
options "general" {
|
|
update_check = false
|
|
}
|