mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 17:01:04 -06:00
6 lines
72 B
HCL
6 lines
72 B
HCL
data "null_data_source" "testing" {
|
|
inputs = {
|
|
test = "yes"
|
|
}
|
|
}
|