blob: 25d0993d1e400dbfbbd0eae7ad80b62720e2cab2 [file] [log] [blame]
provider "aws" {
value = "foo"
}
module "child" {
source = "./child"
}