Files
steampipe/tests/acceptance/test_data/source_files/config_tests/default.spc

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
}