blob: c4091f37b13be94a511f2331e95c6d6575b54cab [file] [log] [blame]
data "test_data_source" "foo" {
foo = "bar"
}
module "my_module" {
source = "./my-module"
}