mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-22 19:00:13 -04:00
11 lines
184 B
HCL
11 lines
184 B
HCL
input "global_input" {
|
|
title = "example global input"
|
|
}
|
|
|
|
dashboard "global_dashboard_inputs" {
|
|
title = "global dashboard inputs"
|
|
|
|
input "i1" {
|
|
base = input.global_input
|
|
}
|
|
} |