blob: a825a449eb1b2d49ad70bd8ae028e35c56b0a8f1 [file] [log] [blame]
resource "aws_instance" "foo" {
provisioner "shell" {}
}
module "child" {
source = "./child"
}