mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-12 00:16:18 -06:00
6 lines
72 B
HCL
6 lines
72 B
HCL
data "null_data_source" "testing" {
|
|
inputs = {
|
|
test = "yes"
|
|
}
|
|
}
|