github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/source_files/config_tests/default.spc (about)

     1  # options "connection" {
     2  #   cache     = true 
     3  #   cache_ttl = 300  
     4  # }
     5  # 
     6  # options "terminal" {
     7  #   multi               = true  
     8  #   output              = "table"
     9  #   header              = false  
    10  #   separator           = ","    
    11  #   timing              = false  
    12  #   search_path         = ""     
    13  #   search_path_prefix  = ""     
    14  #   watch  			        = true   
    15  #   autocomplete        = false  
    16  # }
    17  
    18  options "general" {
    19    update_check = false 
    20  }