mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-17 01:00:09 -05:00
13 lines
159 B
HCL
13 lines
159 B
HCL
dashboard "base_inputs" {
|
|
input "input_1" {
|
|
base = input.top_input
|
|
}
|
|
}
|
|
|
|
|
|
input "top_input" {
|
|
width = 2
|
|
type = "text"
|
|
display = "TopLevelInput"
|
|
}
|