mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-22 23:00:16 -05:00
8 lines
98 B
HCL
8 lines
98 B
HCL
|
|
input "global_input"{
|
|
title = "global input"
|
|
}
|
|
|
|
dashboard "d1" {
|
|
title = input.global_input
|
|
} |