Files
opentf/internal/tofu/testdata/refresh-data-resource-basic/main.tf
2023-09-20 15:16:53 +03:00

6 lines
72 B
HCL

data "null_data_source" "testing" {
inputs = {
test = "yes"
}
}