blob: 2d8bc0b90120101fc35f2abd12482d9657c1fcf8 [file] [log] [blame]
provider "test" {
region = "somewhere"
}
resource "test_instance" "test" {
ami = "foo"
}
module "child" {
source = "./child"
}