blob: 428f89834db8c7e0011d622f43c246cfdc729765 [file] [log] [blame]
module "child" {
source = "./child"
}
resource "aws_instance" "foo" {
num = "2"
}