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