github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/steampipeconfig/testdata/mods/dashboard_simple_container/report.sp (about)

     1  // this dashboard is used to test the parsing of a simple container
     2  
     3  dashboard "simple_container_report" {
     4    container {
     5      text {
     6        value = "container 1"
     7      }
     8      chart {
     9        title = "container 1 chart 1"
    10        sql = "select 1 as container"
    11      }
    12    }
    13  }