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