mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-18 17:01:00 -05:00
6 lines
72 B
HCL
6 lines
72 B
HCL
data "null_data_source" "testing" {
|
|
inputs = {
|
|
test = "yes"
|
|
}
|
|
}
|