github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/appfile/test-fixtures/import-dep/Appfile (about) 1 application { 2 name = "root" 3 type = "bar" 4 5 dependency { 6 source = "./child" 7 } 8 } 9 10 project { 11 name = "foo" 12 infrastructure = "aws" 13 } 14 15 infrastructure "aws" {}