github.com/bengesoff/terraform@v0.3.1-0.20141018223233-b25a53629922/terraform/test-fixtures/refresh-modules/main.tf (about) 1 module "child" { 2 source = "./child" 3 } 4 5 resource "aws_instance" "web" {}