mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-22 10:00:23 -04:00
13 lines
261 B
HCL
13 lines
261 B
HCL
// this dashboard is used to test the parsing of a simple container
|
|
|
|
dashboard "simple_container_report" {
|
|
container {
|
|
text {
|
|
value = "container 1"
|
|
}
|
|
chart {
|
|
title = "container 1 chart 1"
|
|
sql = "select 1 as container"
|
|
}
|
|
}
|
|
} |