blob: 006a74087c5134ea1902b4cc6a4ed209f08fcedb [file] [log] [blame]
resource "aws_instance" "foo" {}
module "child" {
source = "./child"
}