blob: 5512be2332166491abe8fafa23bef5e098710a18 [file] [log] [blame]
data "null_data_source" "foo" {
foo = "yes"
}
data "null_data_source" "bar" {
bar = "${data.null_data_source.foo.foo}"
}