mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-21 16:00:13 -04:00
13 lines
99 B
HCL
13 lines
99 B
HCL
|
|
input "i1"{
|
|
base = input.i3
|
|
}
|
|
|
|
input "i2"{
|
|
base = input.i1
|
|
}
|
|
|
|
input "i3"{
|
|
base = input.i2
|
|
}
|