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