blob: cf60f915ae7ec96cc33897cd43df4454e9f8cdfb [file] [log] [blame]
module "mod" {
source = "./mod"
providers = {
// bar may be required by the module, but the name is not defined here
bar = bar
}
}